What is the use of pragma Exception_init 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at the University of Barcelona, Lives in Barcelona, Spain.
EXCEPTION_INIT Pragma. The pragma EXCEPTION_INIT associates an exception name with an Oracle error number. You can intercept any ORA- error and write a specific handler for it instead of using the OTHERS handler. ... Signifies that the statement is a compiler directive.
2023-05-06 12:11:18
评论(499)
Helpful(122)
Helpful
Helpful(2)

Isabella Carter
QuesHub.com delivers expert answers and knowledge to you.
EXCEPTION_INIT Pragma. The pragma EXCEPTION_INIT associates an exception name with an Oracle error number. You can intercept any ORA- error and write a specific handler for it instead of using the OTHERS handler. ... Signifies that the statement is a compiler directive.