What is an Exception ? What are types of Exception ?
Answer Posted / tulsi
Exception is the error handling part of PL/SQL block. The
types are Predefined and user_defined. Some of Predefined
execptions are.
CURSOR_ALREADY_OPEN
DUP_VAL_ON_INDEX
NO_DATA_FOUND
TOO_MANY_ROWS
INVALID_CURSOR
INVALID_NUMBER
LOGON_DENIED
NOT_LOGGED_ON
PROGRAM-ERROR
STORAGE_ERROR
TIMEOUT_ON_RESOURCE
VALUE_ERROR
ZERO_DIVIDE
OTHERS.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can a key be both primary and foreign?
Is sql workbench free?
How do you use collections in procedure to return the resultset?
Explain the order of sql statement execution?
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
what are different types of collation sensitivity? : Sql dba
How do you determine the current isolation level? : Transact sql
what are the non-standard sql commands supported by 'mysql'? : Sql dba
Is coalesce faster than isnull?
Is drop table faster than truncate?
What is localdb mssqllocaldb?
How can a pl sql block be executed?
How to convert comma separated string to array in pl/sql?
What are the different type of joins in sql?
which types of join is used in sql widely? : Sql dba