Dears
I am working with PL-SQL
and I need to define a cursor and then change the query
of this cursor…
How I can change the Query of the cursor
thx
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You want to use an Oracle REF CURSOR.
This is a decent tutorial about REF CURSORs, but I’m sure google can provide you with more examples.