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
Differentiate between translate and replace?
What is memory advisor in Oracle?
Is oracle a programming language?
What is enter substitution variable in oracle?
We are using Oracle apps with XML publisher.In that,we are facing some problems while giving a Footer in RTF Template.While giving a footer in RTF Template it is Visible in all the pages,but after the PDF is getiing generated,the Footer are Visible on alternate pages only (like on first page ,third page) and so on. Please provide the Solution for getting the Footer on all the pages.
What do you mean by merge in oracle?
Why does for update in oracle 8 cause an ora-01002 error?
What is an oracle and why it is used?
What are the different types of failures that occur in Oracle database?
What to do if the startbd.bat failed to start the xe instance?
Can we insert data in view oracle?
Explain mutating triggers.
In what script is snap$ created? In what script is the scott/tiger schema created?
Can we connect to ORACLE db using Windows Authentication?
What is format trigger?