what is the difference between restoring and recovering?
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.......
How can I see all tables in oracle?
What is a data dictionary and how can it be created?
23. Display the client name for all clients who have placed an order where any order line has more than 3 items. Do not use a table join anywhere in your query.
What is catalog in Oracle?
How to retrieve first and last records from a table?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
What language does oracle use?
How to call a sub procedure?
How would you design a database for an e-commerce website?
It's Urgent? How to IMPORT .xls & .txt file into ORACLE?
Is oracle the best database?