Can cursor variables be stored in PL/SQL tables.If yes how. If not why?
Answer Posted / nishi
No, a cursor variable points a row which cannot be stored in a two-dimensional PL/SQL table.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What happens if you set the sga too low in oracle?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
How to experiment a data lock in oracle?
What is integrity and what is constraint??Explain with example
What are the different types of failures that occur in Oracle database?
How to install oracle odbc drivers?
What is transport network substrate (tns) in oracle?
How do I start tns listener?
What is a database schema in oracle?
Describe the types of sub query?
What is logical backup in oracle?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
Write a syntax for update query in oracle?
What are the differences between date and timestamp in oracle?
What are the attributes of cursor?