Answer Posted / suresh kumar somayajula
Re-usability of a cursor is nothing but " REF CURSOR".
It is of 2 types.
1. Weak REF Cursor
2. Strong REF Cursor.
SYNTAX:
1.Strong Refcursor
SYN: TYPE <TYPE_NAME> IS
REFCURSOR RETURN <RETURN_DATA_TYPE>
2.Weak Refcursor
SYN : TYPE <TYPE_NAME> IS
REFCURSOR
Thank you,
Suresh
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Can we commit in trigger?
Does sql*plus have a pl/sql engine?
How to check if a column is nullable before setting to nullable?
Which is better cte or subquery?
How does sql profiler work?
What operating systems are supported by oracle sql developer?
Can variables be used in sql statements?
What is cursor explain with example?
When is the explicit cursor used ?
which types of join is used in sql widely? : Sql dba
how to return query output in html format? : Sql dba
What are different functions in sql?
How does sql developer connect to oracle database?
What is crud stand for?
What is the difference between syntax error and runtime error?