Explain what are the advantages of views?
No Answer is Posted For this Question
Be the First to Post Answer
Explain an integrity constrains?
What is the difference between primary key and unique key and foreign key in oracle?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
How to create a temporary table in oracle?
what is Materialized view? What is a snapshot? what are the similarities and differences between Materialized views and snapshots?
Whether Oracle satisfy more codd rules or db2 satisfy more codd rules? How meny of each can satisfy ? Please answer me. Advance thanks
how to insert the image in table
How can I see all tables in oracle?
How to call a stored function with parameters?
What is a shared pool?
Explain the use of constraints option in exp command.
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.......