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

Thread: Ref cursor variable declaration

Threaded View

  1. #4
    Join Date
    Apr 2004
    Location
    Boston MA
    Posts
    90
    rshivagami, you are confused. What are you trying to do anyway?
    Is this homework?

    You need to open your refcursor for some kind of a select statement before trying to fetch.
    Did reporting.quiz_score_report open the refcursor?
    Create a function in the package like Jeff advised. If you do it in the package initialization section then how will you call this code? The package initialization runs once only and you have to call some kind of packaged object to get it to run.
    Last edited by ddrozdov; 04-15-2004 at 11:10 AM.

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