How to connect the oracle server as sysdba?
No Answer is Posted For this Question
Be the First to Post Answer
HOW TO CONVERT ORACLE TABLE DATA (RECORDS)INTO EXCEL SHEEET?
How do I limit the number of oracle database connections generated by weblogic server?
Please explain joins in oracle?
25. Display the client number and the value of the highest value order placed by that client.
Explain an exception?
What are the built-in functions used for sending Parameters to forms ?
i want department wise maxmum salary and empolyee name
How to define an oracle cursor variable?
Explain joins 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.......
Why is oracle used?
What are the differences between char and nchar in oracle?