How to sort output in descending order in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
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 is a cluster?
What is coalesce function?
What is mean by Program Global Area (PGA) ?
What suggestions do you have to reduce the network traffic?
What is schema?
41 Answers Bodhi Global Services, Cognizant, HCL,
what are views?
How to create a new view in oracle?
What is a SNAPSHOT ?
Can a property clause itself be based on a property clause ?
Hi can anyone tell me where are the dumps found of OCA certification.. Also the materials to be studied for the preparation.
Please explain oracle data types with examples?