-
Oracle Catlog & Archive Log
Explain what are Oracle Catlog & Oracle Archive Log ?
-
Find Total Number of Databases
How will you find the total number of databases present in our system via LINUX OS?
-
Instance Startup Time
How to find the startup time of instance?
-
Dynamic LOV
How to create LOV dynamically at runtime & attach to text field?
-
PL/SQL Autonomous Transaction
If in PL/SQL Autonomous transaction, you get error then how will you role back the main transaction?
-
Large SQL query performance check
You have a very large query say of 2000 lines. How would you check if the indexes are being used or not. Would you read all the lines of explain plan in plan table to get it? If yes, will it be feasible? Do you have any other method of checking this?
-
-
-
SQL queries performance issue
You have a batch job which has hundreds of SQL queries in it. Earlier is was finishing in expected time. However, now it is taking twice the time. There is no CPU utilization issue due to other jobs. How would you know that which of the queries are taking more time now and why?
-
-
-
-
Error 0600
What does Error 0600 mean?
-
Oracle Query execution
What is the actual processing being done at backend or server side to retrive the data or complete the DML operation.
-
-
Passing a Function name in Parameter
Can we pass a function name as a parameter value?? will it have any effect in performance degradation when used in a Large online transaction process?
-
Open Cursors
If you have an open cursor on a table, modify the same table and commit, what would happen?
-
Compute Sum
In order to 'Compute Sum' clause in the SQL reports which of the following is mandatory1) Break on 2) Order by 3) Set page size 4) Set feedback
-
-
SQL Query to find Nth maximum of Nth row?
1. Queries for Nth maximum Nth row?2. In One table there are 5 fields. empno, ename, deptcd, managr_id, salary.Select the departments whose sum of the salary greater than the sum of salaries of any department?3. When index will be usd in the Query?
Oracle Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans