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
What are stuff and replace function?
Are pl sql variables case sensitive?
how to create a new table in mysql? : Sql dba
What is difference between function and trigger?
Can you upgrade sql express to full sql?
What is the maximum number of rows in sql table?
What is scalar function in sql?
What is the use of function in sql?
What is schema in sql?
what is the difference between char_length and length? : Sql dba
how to create a table index in mysql? : Sql dba
How many types of index are there?
How do you identify a primary key?
What is pl sql variable?
What is dcl in sql?