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 |
11. Display the client number and name and the client number and name of the person who referred that client.
Use of an integrity constraint is better to validate data. Explain
What privilege is needed for a user to create views in oracle?
What is a data dictionary and how can it be created?
How to add another datafile to a tablespace?
5. Display full details for the creditor/s who has received the single largest payment. Do not use a table join or set operator anywhere in your query.
sql query to get zero records from a table
How to convert the date format from dd/mm/yyyy to mm/dd/yyyy. (for eg). 22/05/2008 to 05/22/2008. when u use to_char(), it tells the month is invalid. how to resolve this problem.tel with eg.
How to increment dates by 1 in oracle?
Table E: Name dept month sal 1 A JAN 800 2 B APR 1000 3 A JAN 300 4 A JAN 600 5 C JUN 400 1) SELECT HIGHEST SAL PAID DEPT IN JAN MONTH? 2) WRITE QUERY GET MAX SAL DEPT NO?
What is an index associated with a constraint?
what is difference between sql plus and sql*plus? (not sql and sql plus).