What is memory advisor in Oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
25. Display the client number and the value of the highest value order placed by that client.
How can we force the database to use the user specified rollback segment?
Explain the blob datatype?
What is the effect of setting the value "ALL_ROWS" for OPTIMIZER_GOAL parameter of the ALTER SESSION command ?
How to convert characters to times in oracle?
How would you change old and new values in an insert, delete and update triggers?
How to convert csv to table in oracle?
How to use regular expression in pattern match conditions in oracle?
List the parts of a database trigger.
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 a select query statement in oracle?