Error Reporting Functions





It gives information about execution errors.
SQL Code
function SQL CODE return NUMBER
Returns the number associated with the most recently raised exception. This function is meaningful only in an exception handler. Outside handler, SQLCODE always returns zero. The number that SQLCODE returns is negative unless the errir is no data found in which case SQLCODE returns + 100.
Domain Name Search
|