ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
dbms_service_err.handle_error(
errnum IN NUMBER,
arg1 IN VARCHAR2);
exec dbms_service_err.handle_error(44316, 'err_invalid_argument');
BEGIN dbms_service_err.handle_error(44316, 'err_invalid_argument');
END;
*
ERROR at line 1:
ORA-44309: unknown failure
ORA-06512: at "SYS.DBMS_SERVICE_ERR", line 36
ORA-06512: at line 1