adspace
What do you understand by exception handling in pl/sql?
Answer Posted / Shrinimesh
Exception handling in PL/SQL is the process of handling and managing errors or exceptions that occur during the execution of a program. It allows developers to write code that can react to and recover from unexpected situations, making the program more robust and reliable.nnIn PL/SQL, you can use exception blocks (BEGIN...EXCEPTION) to handle exceptions. You can define your own custom exceptions or use built-in exceptions provided by Oracle.nnYou can also use the RAISE statement to raise an exception explicitly when a specific condition occurs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to escape special characters in sql statements? : Sql dba
what are the advantages of sql ? : Sql dba
What is the best sql course?
Is primary key always clustered index?
what is schema? : Sql dba
what is bcp? When does it used? : Sql dba
Does group by remove duplicates?
Can we rollback truncate?
What is the current version of postgresql?
If a cursor is open, how can we find in a pl/sql block?
what are all the common sql function? : Sql dba
what is dbms? : Sql dba
Is inner join faster than left join?
Can delete statement be rollbacked?
What is your daily office routine?