Oracle ORDIMERRORCODES
Version 21c

General Information
Library Note Morgan's Library Page Header
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.
Purpose Undocumented
AUTHID CURRENT_USER
Dependencies
ORDAUDIO_PKG ORDUTIL SI_CHGCONTENT
ORDIMG_PKG ORDVIDEO_PKG SI_CONVERTFORMAT
ORDSOURCEEXCEPTIONS    
Documented No
First Available 12.1
Security Model Owned by ORDSYS with EXECUTE granted to ORDPLUGINS
Source {ORACLE_HOME}/ord/im/admin/ordzpksp.plb
Subprograms
 
RAISEEXCEPTIONWITHMSG
Undocumented ordimErrorCodes.raiseExceptionWithMsg(
facility IN VARCHAR2,
msgnum   IN BINARY_INTEGER,
msgembed IN VARCHAR2);
-- clearly not a valid facility but no exception is raised
exec ordsys.ordimErrorCodes.raiseExceptionWithMsg('X', 1, 'X');
 
RAISEEXCEPTIONWITHMSG2
Undocumented ordimErrorCodes.raiseExceptionWithMsg2(
product   IN VARCHAR2,
facility  IN VARCHAR2,
msgnum    IN BINARY_INTEGER,
msgembed  IN VARCHAR2,
msgconcat IN VARCHAR2);
TBD

Related Topics
Built-in Functions
Built-in Packages
ORDAUDIOEXCEPTIONS
ORDERROR
ORDERRORINT
ORDIMAGEEXCEPTIONS
ORDSOURCEEXCEPTIONS
ORDUTIL_PRV
ORDVIDEOEXCEPTIONS
What's New In 21c
What's New In 23c