What is trigger associated with the timer ?
What is oracle sid?
What is difference between truncate and delete?
What is Database Link ?
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.......
can you explain performance tunning in oracle(sql,PL/SQL)
What is the effect of setting the value "ALL_ROWS" for OPTIMIZER_GOAL parameter of the ALTER SESSION command ?
what is mean by prmary key and foreign key and how can we diffrentiate that? Please answer me. Advance thanks.
What happens if the update subquery returns multiple rows?
what is insert all statement in sql
How can we Update a table with out using UPDATE command?
How to set a transaction to be read only in oracle?
What is dynamic proxy?