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.
ordutil.getAudioPkgName(format IN VARCHAR2) RETURN VARCHAR2;
conn ordsys
Password:
SELECT ordutil.getAudioPkgName('AIFC')
FROM dual;
SELECT ordutil.getAudioPkgName('ZZYZX')
*
ERROR at line 1:
ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "ORDSYS.ORDIMERRORCODES", line 83
ORA-06512: at "ORDSYS.ORDIMERRORCODES", line 65
ORA-06512: at "ORDSYS.ORDIMERRORCODES", line 29
ORA-06512: at "ORDSYS.ORDUTIL", line 138
SELECT ordsys.ordutil.getDicomValidation
FROM dual;
SELECT ordsys.ordutil.getDicomValidation
*
ERROR at line 1:
ORA-06598: insufficient INHERIT PRIVILEGES privilege
ORA-06512: at "ORDSYS.ORDUTIL", line 1
conn ordsys
Password:
SELECT ordsys.ordutil.getDicomValidation
FROM dual;
ordutil.getSourcePkgName(srctype IN VARCHAR2) RETURN VARCHAR2;
conn ordsys
Password:
SELECT ordsys.ordutil.getSourcePkgName('ORDAudio')
FROM dual;
SELECT ordsys.ordutil.getSourcePkgName('ORDAudio')
*
ERROR at line 1:
ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "ORDSYS.ORDIMERRORCODES", line 83
ORA-06512: at "ORDSYS.ORDIMERRORCODES", line 65
ORA-06512: at "ORDSYS.ORDIMERRORCODES", line 29
ORA-06512: at "ORDSYS.ORDUTIL", line 126
ordutil.getVideoPkgName(format IN VARCHAR2) RETURN VARCHAR2;
conn ordsys
Password:
SELECT ordsys.ordutil.getVideoPkgName('MP4')
FROM dual;
SELECT ordsys.ordutil.getSourcePkgName('ORDAudio')
*
ERROR at line 1:
ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "ORDSYS.ORDIMERRORCODES", line 83
ORA-06512: at "ORDSYS.ORDIMERRORCODES", line 65
ORA-06512: at "ORDSYS.ORDIMERRORCODES", line 29
ORA-06512: at "ORDSYS.ORDUTIL", line 126