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.
Purpose
Advanced Queuing Message Transformation
AUTHID
DEFINER
Dependencies
AQ$_TRANS_SEQUENCE
DBMS_STANDARD
DBMS_TRANS_LIB
DBMS_AQADM
DBMS_TRANSFORM
DBMS_UTILITY
DBMS_AQINT_LIB
DBMS_TRANSFORM_EXIMP
DUAL
DBMS_ASSERT
DBMS_TRANSFORM_EXIMP_INTERNAL
Documented
No
First Available
Not Known
Security Model
Owned by SYS with no privileges granted
Direct access to this package is prevented by means of an Accessible By clause.
SELECT dbms_transform_internal.get_idn_length
FROM dual;
SELECT dbms_transform_internal.get_idn_length
*
ERROR at line 1:
ORA-06553: PLS-904: insufficient privilege to access object DBMS_TRANSFORM_INTERNAL
dbms_transform_internal.i_create_trans(
schema IN VARCHAR2,
name IN VARCHAR2,
from_schema IN VARCHAR2,
from_type IN VARCHAR2,
to_schema IN VARCHAR2,
to_type IN VARCHAR2,
transformation IN VARCHAR2,
is_import IN BOOLEAN);
dbms_transform_internal.i_modify_trans(
schema IN VARCHAR2,
name IN VARCHAR2,
attribute_number IN NUMBER,
transformation IN VARCHAR2,
is_import IN BOOLEAN);