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
Given an object_id returns the object's schema name. Why anyone thought they needed a stand-alone PL/SQL package for this eludes me
AUTHID
DEFINER
Dependencies
DBMS_FILE_GROUP_EXP
OBJ$
USER$
DBMS_STANDARD
Documented
No
First Available
Unknown
Security Model
Owned by SYS with no privileges granted
Source
{ORACLE_HOME}/rdbms/admin/prvthfie.plb
OBJECT_OWNER
Given an object_id returns the object's schema name
dbms_file_group_exp_internal(obj_id IN NUMBER) RETURN VARCHAR2;
SELECT object_id
FROM dba_objects
WHERE object_name = 'DBMS_FILE_GROUP_EXP_INTERNAL';