Can you drop an index associated with a unique or primary key constraint?
No Answer is Posted For this Question
Be the First to Post Answer
hai, when to use char and varchar2....?
What is self-referential integrity constraint ?
What is the difference between view and materialized view in Oracle?
what is the syntax of ALTER command?
Explain what are the uses of rollback segment?
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 do a full database export?
How can windows applications connect to oracle servers?
What is raw datatype?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
Does rowid change in oracle?
What is the parameter mode that can be passed to a procedure?