View previous topic :: View next topic
|
Author |
Message |
Nitin.chavan
New User
Joined: 10 Oct 2012 Posts: 2 Location: India
|
|
|
|
I'm using a cursor with joins of two tables, and I want to fetch 200 rows at a time. I used rowset positioning for cursor..but getting null values in array at fetch as a output.
Please let me know if we can use rowset positioning along with joins...or please suggest alternative option.
Regards,
Nitin |
|
Back to top |
|
 |
Pandora-Box
Global Moderator
.jpg)
Joined: 07 Sep 2006 Posts: 1592 Location: Andromeda Galaxy
|
|
|
|
I am no expert in Multi fetch
If I am correct rowset positioning is for the data and not about the "where clause" |
|
Back to top |
|
 |
chandan.inst
Active User

Joined: 03 Nov 2005 Posts: 275 Location: Mumbai
|
|
|
|
Hi,
Yes you can use multi row fetch along with joins.
If you are getting Null values in array then there is issue with how you have coded it.
It will be great if you share the coding details with us
Regards,
Chandan |
|
Back to top |
|
 |
Nitin.chavan
New User
Joined: 10 Oct 2012 Posts: 2 Location: India
|
|
|
|
Hi Chandan,
Thanks for your inputs, the multi row fetch with join is working.
I was getting error because Select column sequence in Cursor and fetch column sequence in fetch statement was not in sync.
Thank you again !! |
|
Back to top |
|
 |
|