Why do you use stored procedures and state some of its disadvantages?
Why do we use bulk collect 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.......
Anyone have the Latest Oracle Dumbs?While u have please forard to narain1411@gmail.com
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
how can get like this result table A col1 col2 --- ----- a A b B C C .. .. .. ... .. ... wants result like for a single column col1 ------ a,b,c,........n of data and another is col1 ------- A B C D ........ a b b d ........
How to select the name of employee who is getting maximum sal with out using subquery
what is query and types of query
what are the database links ?
How to start your 10g xe server from command line?
how to get the no employee in each department including the dept which has 0 employee
If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?
How to unlock the sample user account in oracle?