Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
SQLERRM « PL SQL « Oracle PL / SQL
Oracle PL / SQL
PL SQL
SQLERRM
1.
SQLERRM function.
2.
SQLERRM function returns the error message associated with the most recently raised error exception
3.
sqlerrm(sql%bulk_exceptions(i).error_code)
4.
Error code and message
5.
Error code: sql%bulk_exceptions(i).error_code
6.
Trim the error message and then output
7.
SQLERRM has the error message
8.
Reference sql%bulk_exceptions(i).error_index