In Exception handling if we are using the when others first then what happens . whether it will show the compiler error
2 12695i deleted 4 records form the table.after i have applied commit .now i want to get back those records.how?
7 13166Table1- have two column filename data AFGDFD-20112011 hi how r u bsdasd-23042011 name shoud be in bold Now i want output like filename data AFGDFD hi how r u bsdasd name shoud be in bold Kindly answer this
3 5575Table1- have two column filename data AFGDFD-20112011 hi how r u bsdasd-23042011 name shoud be in bold Now i want output like filename data AFGDFD hi how r u bsdasd name shoud be in bold Kindly answer this
2 5379You have one employee table having 3 entries emp_id, Mgr_id and salary. Mgr_id is also referencing emp_id. so now find out the emp_id which are having the second highest salary, under a particular manager.
3 8867create 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 => ..
what is the difference between joins and set operators.i am always confusing with two,can u pls kindly help me .
5 19712Post New HCL Oracle General Interview Questions
How to find out number of parameters passed into function?
Explain elastic block storage? What type of performance can you expect? How do you back it up? How do you improve performance?
How can you schedule a sqoop job using Oozie?
How to list or view all databases from the mysql server.
What are key words in python?
Explain "VAR_INPUT" when defining a Function Block??
What are the 2 modes used to run pig scripts?
What is the difference between a default skin and a named skin?
When thomas edison was promoting the wide use of direct current, this personal enemy of edisons was the chief proponent and expert in alternating current?
Is Constructor possible in abstract class in java ?
What are the different types of risk?
What is an editor?
What is eomonth?
What is the purpose of xssfcreationhelper class in apache poi?
What are the different elements of jconsole?