how to handle exceptions in post production
No Answer is Posted For this Question
Be the First to Post Answer
Explain the use of record length option in exp command.
Why do we use coalesce function in oracle?
what is null value?
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.......
What is the usage of analyze command in oracle?
1:-How to write to update command in a procedure in oracle which update two different table at a time 2:-How to write the select command in a procedure in oracle which give multiple records
How do you rate yourself in oracle and sql server ?
What is mean by Program Global Area (PGA) ?
What is PL/SQL ?
how to do daily transactions with out sql* loader control file regesterd in apps?
What is a system tablespace?
What are the different type of Segments ?