How to start an oracle instance?
No Answer is Posted For this Question
Be the First to Post Answer
Can I create users through internet explorer in oracle 10g?
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 do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
How to set up autotrace for a user account?
what are the mandortary parameters required for cuncurrent program definition in oracle apps R12?
Which is better Oracle or MS SQL? Why?
What is memory advisor in Oracle?
How to use windows user to connect to the server?
Explain oracle left join with an example?
How to write text literals in oracle?
What is the diff between Oracle and SQL Server
What is the data type of dual table?