What is Pragma EXECPTION_INIT ? Explain the usage ?
Answer Posted / tulsi
The PRAGMA EXECPTION_INIT tells the complier to associate
an exception with an oracle error. To get an error message
of a specific oracle error.
e.g. PRAGMA EXCEPTION_INIT (exception name, oracle error
number)
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Can you select everything, but 1 or 2 fields, without writer's cramp?
What is rollback?
How can I see all tables in sql?
Define tables and fields in a database
define join and explain different type of joins? : Sql dba
Who is the owner of mysql database?
What are database links used for?
Can we join 3 tables in sql?
Can you upgrade sql express to full sql?
What is serial sql?
What is database sql?
what are dynamic queries in t-sql? : Transact sql
what is oltp (online transaction processing)? : Sql dba
What is %rowtype in pl sql?
What is pl/sql table? Why it is used?