What are the roles of dba?
No Answer is Posted For this Question
Be the First to Post Answer
Why is oracle used?
1.display list of all users from ur data base.what is the query?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
How to create a new table in your schema?
How to empty your oracle recycle bin?
Which is faster join or subquery in oracle?
Describe Referential Integrity ?
How to convert a date to char in oracle? Give one example.
How to get a list of all user accounts in the database?
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.......
How to count duplicated values in a column in oracle?
what is integrity constrains?