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: Managing Column-Selective Object Privileges

Re: Managing Column-Selective Object Privileges

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 22 Jun 2005 22:11:42 +0200
Message-ID: <2fhjb19srctgoh398ua94rd02sc161uu84@4ax.com>


On Wed, 22 Jun 2005 21:45:13 +0200, "Thomas Blankschein" <thomas_at_blankschein.de> wrote:

>Hi,
>
>the documentation for 9.2 says:
>
>"Although users can grant column-selective INSERT, UPDATE, and REFERENCES
>privileges for tables and views, they cannot selectively revoke column
>specific privileges with a similar REVOKE statement. Instead, the grantor
>must first revoke the object privilege for all columns of a table or view,
>and then selectively re-grant the column-specific privileges that should
>remain."
>
>Is there any tool (maybe a package from Oracle itself) which simplifies this
>thing? I think of a possibility to add and revoke single column privileges,
>without knowing all existing privileges on this table.
>
>Thanks,
>Thomas
>

Can definitely be written in pl/sql quite easily, but not for free.

--
Sybrand Bakker, Senior Oracle DBA
Received on Wed Jun 22 2005 - 15:11:42 CDT

Original text of this message

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