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 various constraints used in SQL?
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 is the difference between normal and corelated subqueries?
difference between bind variable and variable
What is oracle sid?
how can get like this result table A col1 col2 --- ----- a A b B C C .. .. .. ... .. ... wants result like for a single column col1 ------ a,b,c,........n of data and another is col1 ------- A B C D ........ a b b d ........
What is the difference between count (*), count (expression), count (distinct expression)?
How to empty your oracle recycle bin?
What is meant by a deadlock situation?
What is set operator oracle?
What is ASM (Automatic Storage Management) in Oracle?
There are three tables : E : EID,ENAME D : DID,DNAME empdept : eid, did select the employees who doesn't belong to any dep