What are the benefits of ordbms?
No Answer is Posted For this Question
Be the First to Post Answer
3. Display all the client numbers in the ORDER table. Remove duplicates.
Is oracle a programming language?
How to use "out" parameter properly?
What is a Segment ?
i have procedure p1.and also i declare the same procedure in a package. whice one is efficient package procedure or procedure?
Difference between oracle's plus (+) notation and ansi join notation?
What is an oracle wallet?
1:-How to write to update command in a procedure in oracle which update two different table at a time 2:-How to write the select command in a procedure in oracle which give multiple records
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.......
What are transaction isolation levels supported by oracle?
Give the various exception types.
what is the difference between joins and set operators.i am always confusing with two,can u pls kindly help me .