What is the difference between substr & instr functions?
What is mean by Program Global Area (PGA) ?
How to drop an existing table in oracle?
How would you optimize a slow SQL query?
Can you tell me how to add new column in existing views?how?How is possible?
what is the maximum number of indexes i can create for a table? What happens if i create indexes for all the columns of a table? Will it slow down the speed of retrieval
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
Difference between oracle's plus (+) notation and ansi join notation?
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 is a sub query? What are its various types?
What is procedure overloading in oracle?
What are advantages of dateset in datastage?
1. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.