Can cursor variables be stored in PL/SQL tables.If yes how. If not why?
Answer / 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 |
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?
Does oracle charge for java?
What is the difference between translate and replace in oracle?
what is port in oracle? how is it related to database application.
How to loop through data rows in the implicit cursor?
can any one help me with import/export options in oracle............
How can one skip any number of rows while loading the DB tables with SQL Loader? Similarly how can one skip any column?
What is the usage of analyze command in oracle?
What is data type in oracle?
how table is defined in plsql table? how can i select column from plsql table? can i use select * from plsql table type?
What is integrity and what is constraint??Explain with example
How to find the duplicate rows count from employees table in oracle?