What happens to the data files if a tablespace is dropped?
No Answer is Posted For this Question
Be the First to Post Answer
why dont we assign not null constraint as table level constraint.
How do you rate yourself in oracle and sql server ?
What is the difference between sharding and replication?
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.......
Is oracle a relational database?
What are the limitations oracle database 10g xe?
SELECT THE RECORDS FROM 3 TABLES LIKE(T1,T2,T3) AND HOW CAN WE INSERT THAT RECORD IN ANOTHER TABLE LIKE(T4)?
How to execute a stored procedure in oracle?
what is normalisation?what are its uses?
In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col
What are group functions in oracle?
What is a cursor in oracle?