top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

what are the Processing Explicit Cursors in plsql?

+1 vote
277 views
what are the Processing Explicit Cursors in plsql?
posted Oct 8, 2015 by Viswas Kumar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

The four PL/SQL steps necessary for explicit cursor
processing are as follows.
Declare the cursor.
Open the cursor for a Query.
Fetch the results into PL/SQL variables.
Close the Cursor.

answer Oct 9, 2015 by Arun Gowda
Similar Questions
+1 vote

when ever i run the anonymous plsql block, sql*plus request me enter the parameter input value

I have a variable value like customer_name='xxxcust & lt pvt'

please help me

...