Oracle GET_ERROR$
Version 26ai

General Information
Library Note Morgan's Library Page Header
The best Oracle News for FY2026

Oracle Database 26ai will be available on generic Linux platforms in January and soon on AIX and Windows
Purpose Locates error messages caused by invalid classes for LoadJava.
AUTHID DEFINER
Data Types TYPE myrec IS RECORD (errormsg VARCHAR2(4000));

TYPE myrctype IS REF CURSOR RETURN myrec;
Dependencies
DBMS_JAVA USER_ERRORS  
Documented No
First Available Not known
Pragmas PRAGMA SUPPLEMENTAL_LOG_DATA(default, READ_ONLY);
Security Model Owned by SYS with EXECUTE granted to PUBLIC
Source {ORACLE_HOME}/javavm/install/initjvm4.sql
 
ERROR_LINES
Undocumented get_error$.error_lines(classname IN VARCHAR2) RETURN myrctype;
DECLARE
 retVal myrcType;
BEGIN
 retVal := get_error$.error_lines('dbFWTrace');
END;
/

PL/SQL procedure successfully completed.

Related Topics
Built-in Functions
Built-in Packages
DBMS_ERRLOG
Exception Handling
What's New In 21c
What's New In 26ai

Morgan's Library Page Footer
This site is maintained by Daniel Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2026 Daniel A. Morgan All Rights Reserved