What are a cluster and non-cluster index?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between function and procedure in oracle.
What is an Extent ?
How do I connect to oracle database?
What is the difference between translate and replace?
How to define a variable of a specific record type?
How to use in conditions in oracle?
What is recycle bin in 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.......
Can multiple cursors being opened at the same time?
how can we write trigger in trigger???????? can we write one trigger on two table???
Explain the use of log option in exp command.
What is the difference between column level constraints and table level constraints?
14 Answers IBM, TCS,