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
State all possible different index configurations a table can possibly have?
How do I start tns listener?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
What is recycle bin in Oracle?
What is oracle and what are its different editions?
What is the implicit cursor in oracle?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
How to export data with a field delimiter?
What are the differences between interval year to month and interval day to second?
How to delete an existing row from a table in oracle?
How to convert a string to a date in oracle database?
What are the differences between date and timestamp in oracle?
Explain an extent?
How to call a stored function with parameters?
What is a table in oracle?