How remove data files before opening a database?
No Answer is Posted For this Question
Be the First to Post Answer
What are the execution control statements in oracle?
what are archived logs?
what is cartesian product?
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 attributes that are found in a cursor?
What are the components of Logical database structure of ORACLE database?
What is a Redo Log ?
How can you merge two tables in oracle?
How do you rate yourself in oracle and sql server ?
What is a table index in oracle?
i have a table with the columns below as Emp_ID Address_ID Address_Line City Country -------- --------- ----------- ------ --------- Q: Display the Emp_ID's those having more than one Address_ID
How do I uninstall oracle client from windows?