State any two functions of oracle?
No Answer is Posted For this Question
Be the First to Post Answer
Describe Referential Integrity ?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
What is oracle analytical function?
How are Indexes Update ?
How to import one table back from a dump file?
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.......
Differentiate between post-database commit and post-form commit?
can u send the sql dumps to sivakumarr1987@gmail.com plz help me
how can we store any pdf file in oracle
Explain the use of analyse option in exp command.
Explain the family trees and connection by clause
In Oracle 10g, "g" Stands for what?