Oracle DBMS_FILE_GROUP_EXP_INTERNAL
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 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';

SELECT dbms_file_group_exp_internal.object_owner(14026)
FROM dual;

Related Topics
Built-in Functions
Built-in Packages
DBMS_FILE_GROUP
DBMS_FILE_GROUP_EXP
DBMS_FILE_GROUP_IMP
DBMS_FILE_GROUP_IMP_INTERNAL
DBMS_FILE_INTERNAL_INVOK
DBMS_FILE_UTL_INVOK
What's New In 21c
What's New In 23c

Morgan's Library Page Footer
This site is maintained by Dan Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2023 Daniel A. Morgan All Rights Reserved
  DBSecWorx