How do I uninstall oracle client from windows?
No Answer is Posted For this Question
Be the First to Post Answer
how to create a new database in oracle?
How to write a query with an inner join in oracle?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
What are advantages of dateset in datastage?
What is rich query?
How to find the date and time of last updated table?
List the parts of a database trigger.
What is STATSPACK tool?
Hi can anyone tell me where are the dumps found of OCA certification.. Also the materials to be studied for the preparation.
Give the different types of rollback segments.
I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.
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.......