Which has the higher priority in your organization: Deploying a new database or securing the ones you already have?
Looking for a website, and resources, dedicated solely to securing Oracle databases? Check out DBSecWorx.
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