DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: cursors

  1. #1
    Join Date
    Feb 2002
    Posts
    267
    hi folks,
    what is stored inside a cursor and where that memory is allocated ...
    pga or sga...

    regards
    sonia

  2. #2
    Join Date
    Jan 2002
    Location
    Netherlands
    Posts
    1,587
    Originally posted by Sonia
    hi folks,
    what is stored inside a cursor and where that memory is allocated ...
    pga or sga...

    regards
    sonia
    what is stored inside a cursor : Information pointing to the result set such as bind variables, it's state(open,close.. etc) and it's stored in the pga.
    Tarry Singh
    I'm a JOLE(JavaOracleLinuxEnthusiast)
    TarryBlogging
    --- Everything was meant to be---

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width