How to drop an index in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How to best split csv strings in oracle 9i?
State the various uses of dbcc command?
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
How to invoke the data pump export utility?
What are oracle functions?
what is unique key?
14 Answers Amazon, Cap Gemini, Infosys, Wipro,
Can we create more than one index on particular column?
Can a field be used in a report without it appearing in any data group ?
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 the different editions of oracle?
How to sort output in descending order in oracle?
what is port in oracle? how is it related to database application.