when loggined as SYSTEM,how to display all the users of database using sql query?
Answers were Sorted based on User's Feedback
Can we commit inside a function 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.......
Give syntax for SQL and ORACLE joins.
What is an oracle user account?
if i am using dml statement in function. then i am writing select statement what was the output
What is oracle rownum?
How a database is related to tablespaces?
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
What is the best way to do multi-row insert in oracle?
What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index
What is meant by redo log buffer ?