Explain If the SQL * Plus hangs for a long time, what is the reason?
Submitted by: AdministratorYou are running a cartisian query, typically by mistake. Make sure every table has a join criteria specified for it.
You are working on a table with 100+million rows.
The database server is busy doing a backup.
Check the disk IO for the process that appears hung and if the disk IO is increasing every 5-10 seconds then the job is not hung, it is just taking a while to complete.
Submitted by: Administrator
You are working on a table with 100+million rows.
The database server is busy doing a backup.
Check the disk IO for the process that appears hung and if the disk IO is increasing every 5-10 seconds then the job is not hung, it is just taking a while to complete.
Submitted by: Administrator
Read Online Oracle Scenarios Job Interview Questions And Answers
Top Oracle Scenarios Questions
☺ | Explain about the oracle disaster recovery scenarios? |
☺ | Explain What is Testing Scenario? What is scenario based testing? can u explain with an example? |
☺ | Explain What is bulk SQL? |
☺ | Tell us In which situation whether peak time or off peak time we will execute the ANALYZE TABLE command and Why? |
☺ | Explain What are the differences between database designing and database modeling? |
Top DB Oracle Categories
☺ | Oracle PL-SQL Interview Questions. |
☺ | Oracle DBA Interview Questions. |
☺ | Oracle D2K Interview Questions. |
☺ | OCI Interview Questions. |
☺ | Oracle RMAN Interview Questions. |