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
How do I spool in oracle?
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
How to write date and time interval literals in oracle?
Can a parameter be passed to a cursor?
How to assign a table row to a record variable?
What is oracle host variable?
What is ASM (Automatic Storage Management) in Oracle?
How to update a table row with a record?
Is there any function in oracle similar like group_concat of mysql?
How data locks are respected in oracle?
15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.
Can a formula column be obtained through a select statement ?
How to load a large xml file?
What is the difference between postgresql and oracle?
How to execute a stored program unit?