1) Does oracle have any table which contain all the exceptions and it's code internally?



1) Does oracle have any table which contain all the exceptions and it's code internally?..

Answer / Rupali Sachan

Oracle's built-in package DBMS_SQL offers a feature called SAVE EXCEPTION that can be used to save exception information in a table. You can create custom tables to store Oracle errors and their corresponding codes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What is key preserved table?

1 Answers  


How do I recompile a procedure in oracle?

1 Answers  


What is backup in Oracle?

1 Answers   MCN Solutions,


When do you get a .pll extension in oracle?

1 Answers  


Can we create more than one constraint to column ?

6 Answers  


Please explain oracle data types with examples?

1 Answers  


How to use values from other tables in update statements using oracle?

0 Answers  


What are inner join and outer join?

3 Answers  


what is a view?

7 Answers  


Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15

2 Answers  


We have one Package(which has many function/procedures, SQL quires etc). Now we need to check, which query or procedure is taking lot of time in that Package. ? How do we do it.

2 Answers   IBM,


How can windows applications connect to oracle servers?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)