State any two functions of oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by joins?
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 do database buffers contain?
How to export several tables together?
How to delete a user account in oracle?
Differentiate between post-database commit and post-form commit?
In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??
Explain the use of indexes option in imp command.
What are joins..how many types of joins are there?
29 Answers Amdocs, CSC, TCS,
What are the differences between char and varchar2 in oracle?
what are the database links ?
how to produce numbers from 1 to 10 using dual table