How do I limit the number of oracle database connections generated by weblogic server?
No Answer is Posted For this Question
Be the First to Post Answer
In Oracle 10g, "g" Stands for what?
What is a nvl function? How can it be used?
How to create a stored procedure 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.......
Explain the types of exception?
If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?
how to find full database size
1 Answers BirlaSoft, Consultancy,
What is hot backup and logical backup?
How to list all tables in your schema?
What are the types of Database Links ?
Can select statements be used on views in oracle?
what is the difference between substr and instr function in oracle?