Hi Masters,
in Oracle Applications 11i, we hace 2 functions using the
same form, i need to create 1 personalization, but that
code must afect only one function.... how can i do that?
Is java required for oracle client?
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 use "in" parameter properly?
What are the Characteristics of Data Files ?
What are the differences between char and nchar in oracle?
What does `(+)` do in a where clause?
What is MTTR advisor in Oracle?
What are the attributes of cursor?
What is Water Mark in Oracle?
Explain index?
what are the diffeenes between oracle 9i,oracle 10g
10. Display the client number, order date and shipping date for all orders where the shipping date is between three and six months after the order date.