How to load a large xml file?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between restoring and recovering?
what is load balancing and what u have used to do this?(sql loader)
Can a parameter be passed to a cursor?
Define 'view' advantage ?
How do I connect to oracle database?
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 join query for one source type is oracle another source type is sql server ?
What is a deadlock ? Explain .
What do you mean by merge in oracle and how can you merge two tables?
When does a Transaction end ?
Explain the use of grant option in imp command.
What is a dead lock in oracle?