What is merge in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
What are the differences between number and binary_float in oracle?
Display the number value in Words?
How to name query output columns in oracle?
How do I connect to oracle 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.......
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
Explain an index?
Is it possible to disable the parameter from while running the report ?
Define Transaction ?
What happens if variable names collide with table/column names?
Explain an exception and its types?