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 to start the command-line sql*plus?
How to run pl sql program in mysql?
Can we create view in stored procedure?
Does db2 use sql?
How do I tune a sql query?
What is autocommit sql?
What are the types of triggers in sql?
How do I view a sql trace file?
What is orm in sql?
Which are sql * plus commands?
What is character functions?
State some properties of relational databases?
what are the differences between char and nchar? : Sql dba
What are the differences between in and exists clause?
Is sql easier than java?