Answer Posted / swapna
You cannot store cursor variables in an associative array,
nested table, or varray.Cursors and cursor variables are
not interoperable;
that is, you cannot use one where the other is expected.
For example, you cannot reference a cursor variable in a
cursor FOR loop.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How do we accept inputs from user during runtime?
How do I view a sql trace file?
How do I count rows in sql?
What are the types of sql commands?
explain advantages of innodb over myisam. : Sql dba
What is the purpose of normalization?
What is a join?
Is sqlite good enough for production?
What do you understand by pl/sql records?
How to select all records from the table?
What are expressions?
How is use pl and sql?
Why is sql*loader direct path so fast?
What is hibernate and its relation to sql?
What is a clob in sql?