Youre getting high busy buffer waits - how can you find
whats causing it?
Answer / varun karthik
The transfer of parts between stations is not synchronous or there may be a downtime in the preceding station.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the factors that affect OPTIMIZER in choosing an Optimization approach ?
How many memory layers are in the oracle shared pool?
Why do we need integrity constraints in a 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.......
It's Urgent? How to IMPORT .xls & .txt file into ORACLE?
what is the scenario where you take the database to NoArchivelog mode?
Explain the use of grant option in exp command.
what is port in oracle? how is it related to database application.
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
How to calculate date and time differences in oracle?
Explain the use of compress option in exp command.
How to export data to a csv file?