-
Oracle PRAGMA'S
Outline the List of PRAGMA'S used in Oracle.
-
-
Oracle exception block
In the exception part,what will happen if u don’t give (when others) where will it show error compile time or run time
-
-
Index Work
How does index work? How to check whether Index is pickup?
-
-
-
Schedule email in oracle
How to schedule an email in oracle reports?
Rectify Deadlock
If a deadlock has occured and if you have given with the dump, how will you identify that where the deadlock has occured, how the deadlock occured and how to rectify the same.
Force View
What is Force View. Why Oracle Give Facility to create force view? What is the use of force View
Debug Procedure
How to debug a procedure in SQL Prompt
Deleting Duplicate Keys
How to delete duplicate Keys through PL-SQL in single query.
How to identify missing records in a single-column table?
How to identify missing records in a single-column table ?Column consists of numbers in a ordered manner but the some numbers are deleted from the table in random manner and need to identify those rows.p.s. This table consist of only 1 row.
Ans