Differentiate between translate and replace?
No Answer is Posted For this Question
Be the First to Post Answer
In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
How to turn on or off recycle bin for the session?
How can you merge two tables in oracle?
What is the difference between a user and a schema in oracle?
Display the records between two range?
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 to start your 10g xe server?
How many memory layers are in the oracle shared pool?
What is the difference between RBBMS & DBMS?
What is the difference between alert log file and trace file ?
Describe an oracle table?
Can a property clause itself be based on a property clause ?