Do you understand the meaning of exception handling?
Answer Posted / glibwaresoftsolutions
Yes, exception handling in PL/SQL is the process of handling errors or exceptional conditions that may occur during program execution. It allows you to gracefully handle errors by specifying actions to take when a particular exception occurs, such as logging the error, rolling back transactions, or raising custom exceptions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to take user input in pl sql?
How can you load multi line records? : aql loader
how is myisam table stored? : Sql dba
What is a design view?
Does sql require a server?
What is pivot query?
What is sql mysql pl sql oracle?
What is a unique key?
What is sql prepared statement?
What is not null in sql?
What is left inner join in sql?
What is difference between inner join and cross join?
What will you get by the cursor attribute sql%rowcount?
What are inner and outer joins examples of both?
How do you create an update query?