| Related to Cursor [message #318604] |
Wed, 07 May 2008 04:54  |
user1985 Messages: 3 Registered: August 2007 Location: Bangalore |
Junior Member |
|
|
Hi,
Could any one explain,how the Memory allocation will be done for Cursor?
Thanks,
|
|
|
| Re: Related to Cursor [message #318607 is a reply to message #318604 ] |
Wed, 07 May 2008 05:22   |
JRowbottom Messages: 2663 Registered: June 2006 Location: Sunny North Yorkshire, ho... |
Senior Member |
|
|
|
With regards to what in particular?
|
|
|
|
| Re: Related to Cursor [message #318618 is a reply to message #318604 ] |
Wed, 07 May 2008 05:56   |
user1985 Messages: 3 Registered: August 2007 Location: Bangalore |
Junior Member |
|
|
Hi,
How much sql area of memory is allocated(if it depends on any Parameters,can u share to me)?
Is the private sql area will contains all records return by SQL Query of Cursor??
As i know The cursor Retrieves Chunk of Records and process those and then after retrives next chunk of records.
correct me if i am wrong in above,For this i need more information,could any one explain and provide any documentation if u had.
Thanks in advance
|
|
|
|
|
| Re: Related to Cursor [message #319971 is a reply to message #318778 ] |
Tue, 13 May 2008 09:28  |
user1985 Messages: 3 Registered: August 2007 Location: Bangalore |
Junior Member |
|
|
I read the link but not got any info related to internal operation.
Could you explian the same i.e "How much sql area of memory is allocated(if it depends on any Parameters,can u share to me)?
Is the private sql area will contains all records return by SQL Query of Cursor?? As i know The cursor Retrieves Chunk of Records and process those and then after retrives next chunk of records."
Thanks .
|
|
|