DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Data Dictionary rights

  1. #1
    Join Date
    Feb 2001
    Location
    Scotland
    Posts
    200
    Hi there,

    I have a reporting database which pulls information from 22 other databases across the world, I have a series of database links in place to allow me to do this, up till now they have been linking to my own schema in each database (which has full DBA rights), however I have now changed this so that they link to a generic user called REPORT.

    I don't want REPORT to have DBA rights, but it does need full select rights to all the data dictionary tables, also it needs to be able to create temporary view's (which will be deleted at the end of the process).

    I understand that there is a DBMS package that I can use to allow this, but I'm not sure which one.

    Any help would be great.

    Kind regards

    Allie
    What's the sound of one hand clapping - "CL"

  2. #2
    Join Date
    Aug 2001
    Location
    Waterloo, On
    Posts
    547
    if you are using 9i, there is a system privilege: Select any dictionary which can be granted to the user. It will give access to any object in the sys schema without giving him DBA privileges
    In earlier releases, select any table privilege can be given.

    Raminder Singh

    Oracle Certified DBA: Oracle 8i, 9i


    Mail me at raminderahluwalia@rediffmail.com.

  3. #3
    Join Date
    Sep 2001
    Location
    NJ, USA
    Posts
    1,287
    Another decigion:

    HS_ADMIN_ROLE

    Script named : CATHS.SQL in $ORACLE_HOME/rdbms/admin

    Used to protect access to the HS (Heterogeneous Services) data dictionary tables (grants SELECT) and packages (grants EXECUTE). It is granted to SELECT_CATALOG_ROLE and EXECUTE_CATALOG_ROLE such that users with generic data dictionary access also can access the HS data dictionary.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width