Explain how are indexes update?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between a procedure and a function?
What is the difference between Sleep and Wait? (Java)
What happens to the indexes if a table is recovered?
In Exception handling if we are using the when others first then what happens . whether it will show the compiler error
Explain the use of tables option in exp command.
What to do if the binary spfile is wrong for the default instance?
What is a view and how is it different from a table?
What is Normalization ?
55 Answers ACS, Genpact, Graphix Solution, IBM, Keane India Ltd, TCS, Vault,
how the indexes are stored in the Oracle Database?
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.......
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
What is bulk load in oracle?