What is an oracle tablespace?
No Answer is Posted For this Question
Be the First to Post Answer
How do I find the database name in oracle?
which is best institue to learn oracle 11i in ameerpet or maithrivanam or sr nagar please help
what is difference between foreign key and reference key
How to get a create statement for an existing table?
what is shell?
3. Display all the client numbers in the ORDER table. Remove duplicates.
How to manage transaction isolation level?
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.......
How to convert a date to char in oracle? Give one example.
Difference between sub query and nested query ?
19 Answers Keane India Ltd, TCS,
What is a Public Synonyms ?
Whats the benefit of dbms_stats over analyze?