i have doubt that any one tell ref cursor comes in sql
pl/sql? pls clarify?
Answers were Sorted based on User's Feedback
Answer / sureshkumar somayajula
Hi ,
It will use in PL/SQL. Reusability of Cursor is nothing
but "REF CURSOR".These are of 2 types.
1. Weak Ref cursor 2. Strong ref Cursor.
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / raghu
Ref cursor comes in PL/SQL.
You can return a ref cursor in a function.
A ref cursor is useful while returning more values.
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / murali
ref cursor is of pl/sql topic
the main use of Ref Cursor is we can create multiple activeset area using refcursors
Is This Answer Correct ? | 1 Yes | 0 No |
can i create trigger on synonym is it possible or not please help me
What are pl/sql exceptions? Tell me any three.
how to create object in plsql
Why do we use procedures in sql?
how can we submit a form without a submit button? : Sql dba
How is use pl and sql?
What is extent clause in table space?
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
How to get employee name from employee table which is the fiveth highest salary of the table
What is the use of cursor ? how cursor allocate context area for executing the sql statement?
what is a trigger? : Sql dba
What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?