am completed mca2011 how get certification 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.......
What are the different types of modules in oracle forms?
How can I combine multiple rows into a comma-delimited list in oracle?
Can you assign multiple query result rows to a variable?
How much memory your 10g xe server is using?
Explain user account with reference to oracle.
What is java oracle used for?
How to view the tablespaces in the current database?
I have my backup RMAN script called backup_rman.sh. I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the O/S such that it would run as a background process?
Where do you use decode and case statements?
Write a simple Store procedure and pass parameter to it ?
waht is the difference between primary key and super key?