Answer Posted / susil kumar rout
Generally pl/sql table can create at the run time.
It is virtual table contains 2 columns
1-binary index.
2-data type upon which pl/sql table is created.
example-
Type typename is table of emp.ename%type
index by binary_integer;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I use os authentication with weblogic jdriver for oracle and connection pools?
How to create id with auto_increment on oracle?
Whether any commands are used for months calculation? If so, what are they?
What is a cursor in oracle?
What is recovery manager in Oracle?
What is an oracle table?
Explain drop constraint oracle?
how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....
What is materialized view in Oracle?
What is the dynamic sql in oracle?
How to generate query output in html format?
What are the differences between number and binary_float in oracle?
How would you begin to troubleshoot an ORA-3113 error?
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?
List the parts of a database trigger.