How to convert dates to characters in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How to pass parameters to procedures in oracle?
What is difference between UNIQUE constraint and PRIMARY KEY constraint ?
How to see the table columns used in an index?
if i have a procedure with 1000 line.when i run this in 61 line i got the error but i want to continue the programe without error.can anyone tell me how to handle that error.
What is set verify off in oracle?
Oracle
0 Answers ABC, Genpact, HUI, Oracle,
how do get database name at sql prompt?
What are the types of partitions in oracle?
How to create an oracle database manually?
Why use resource manager in Oracle?
What is an oracle and why it is used?
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.......