when loggined as SYSTEM,how to display all the users of database using sql query?
Answers were Sorted based on User's Feedback
What is the difference between alert log file and tarce file ?
what is the difference between rollback & commit? can a foreign key has null value?
Is there any function in oracle similar like group_concat of mysql?
How to update values in a table in oracle?
what are the different types of cursors? explain?
How to download oracle database 10g xe?
Differnce between view and index
What is a dead lock in oracle?
Can anyone give me information about oracle certification
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.......
List out the difference between commit, rollback, and savepoint?
Explain the difference between a procedure and a function? What do you understand by those terms?