Explain the use of inctype option in exp command.
No Answer is Posted For this Question
Be the First to Post Answer
How to invoke the original export import utilities?
What are the execution control statements in oracle?
what are the disadvantages of hierarchial database over RDBMS?
How to use regular expression in pattern match conditions in oracle?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
What is connection pool in oracle?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
Describe the different type of Integrity Constraints supported by ORACLE ?
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.......
Differnce between view and index
What is recycle bin in Oracle?
What is OCI. What are its uses?