How to grant create session privilege to a user in oracle?
What is a nested table?
How view is different from a table?
Hi, I want table structure shown below. How can i create this ? Num Name Address Addr1 Addr2 I want Addr1 and Addr2 under Address column. How can i achive this ? Is it possible ?
What is transport network substrate (tns) in oracle?
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 data independence exactly? give an example
How to select oracle sequence from different schema and How to select oracle sequence from different Databases. Explain with example
How would you change old and new values in an insert, delete and update triggers?
What are the differences between char and nchar in oracle?
How do I manually uninstall oracle client?
What is a nested table and how is it different from a normal table?
Explain the use of control file?