Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: how to obtain grants for a specific user by reading systables

Re: how to obtain grants for a specific user by reading systables

From: <jbmorla_at_gmail.com>
Date: 14 May 2006 23:39:08 -0700
Message-ID: <1147675148.824960.36710@i40g2000cwc.googlegroups.com>


If you're with version 9, you should download a **free** Windows Gui for all dictionary tables from Quest Software

Now you can create a script like this:

spool my_beautiful_grantor.sql

SQL>select 'grant select on table_name to ' || somegranteecolum from a_system_view;

spool off

You have to set a host of sqlplus parameters off like feeback, etc...

Hope this helps Received on Mon May 15 2006 - 01:39:08 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US