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
What is the use of sqldataadapter?
What are the parts of a sql statement?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
Is record in pl sql?
What is rowid in sql?
How is indexing done in search engines?
Is inner join same as self join?
What are the two types of exceptions.
What is a table?
What is left join in sql?
what are all types of user defined functions? : Sql dba
What is the difference between partitioning and sharding?
How to fetch alternate records from a table?
How to run sql statements with oracle sql developer?
How do you break a loop in pl sql?