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

Thread: grant for schema

Hybrid View

  1. #1
    Join Date
    Feb 2001
    Location
    Master Control
    Posts
    86

    grant for schema

    is there a way to grant select to an entire schema or does it have to be done table by table?

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    table by table
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  3. #3
    Join Date
    Feb 2001
    Location
    Master Control
    Posts
    86
    is there an easy way to do some sort of wildcard i could use:

    like SCHEMA_*

    ?

  4. #4
    Join Date
    Jul 2002
    Location
    California
    Posts
    128
    Originally posted by tron
    is there an easy way to do some sort of wildcard i could use:

    like SCHEMA_*

    ?
    No magic Pixi dust...

    OBJECT by OBJECT

    Write a script to generate the SQL.
    alapps

    Fast, Cheap, Reliable... Pick Two(2)

  5. #5
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Alternatively, you might want to investigate GRANT SELECT ANY TABLE privs.
    Jeff Hunter

  6. #6
    Join Date
    Feb 2001
    Location
    Master Control
    Posts
    86
    werd...goin with the script...thanks all.

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