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
How to execute a stored procedure?
How do you know if a relationship is 2nf?
What is coalesce in sql?
What is sql used for?
What are keys in sql?
What is function and procedure?
Are views faster than queries?
Why do we need pl sql?
Is sqlite good enough for production?
What is the largest value that can be stored in a byte data field?
What sql does db2 use?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
What jobs use sql?
What is the difference between sql and isql*plus?
What is sap sql?