Explain overloading. Can functions be overloaded?
No Answer is Posted For this Question
Be the First to Post Answer
Explain table?
What is ceil and floor in oracle?
What is blob data type in oracle?
material view and view disadvantages?
We have one Package(which has many function/procedures, SQL quires etc). Now we need to check, which query or procedure is taking lot of time in that Package. ? How do we do it.
who is the father of oracle and send chodd rules
Where do we use decode and case statements?
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 the advantages and disadvantages of clusters.
What is program global area (pga) in oracle?
what are the advantages of running a database in NO archive log mode?
What is where clause in oracle?