What is a sub query? What are its various types?
No Answer is Posted For this Question
Be the First to Post Answer
create or replace procedure show_tab_rec ( P_tab VARCHAR2 ) IS cmd varchar2(50); begin cmd := 'select * from '|| P_tab; for int in ( execute immediate cmd ) loop dbms_output.put_line ( int.ename||' '||int.deptno); end loop; end; when i m compling this procedure i m getting this error PLS-00103: Encountered the symbol "IMMEDIATE" when expecting one of the following: . ( ) , * @ % & | = - + < / > at in is mod remainder not range rem => .. <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_ LIKE4_ LIKEC_ between || multiset member SUBMULTISET_ PLZ solve this error give this question answer asap Thanks advance.......
Can we save images in a database and if yes, how?
What is a database schema in oracle?
What are the predefined tablespaces in a database?
How to call a stored procedure inside a trigger? Give an example.
How would you best determine why your MVIEW couldnt FAST REFRESH?
Explain the types of exception?
How to turn on or off recycle bin for the instance?
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
What is the recommended interval at which to run statspack snapshots, and why?
find out the third highest salary?
92 Answers CIPL, Cyber Shot, HCL, Hewitt, IBM, JPMorgan Chase, Orion, Verizon,
1) Does oracle have any table which contain all the exceptions and it's code internally?