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: CREATE not just ANY TABLE

Re: CREATE not just ANY TABLE

From: Martin Haltmayer <Martin.Haltmayer_at_0800-einwahl.de>
Date: Tue, 07 Nov 2000 18:52:39 +0100
Message-ID: <3A084167.3415C98E@0800-einwahl.de>

Create a procedure in B that creates that table and give execute privilege on that procedure to A.

Martin

Bill Buchan wrote:
>
> Hi,
>
> If I have 3 users A, B and C is there any way to allow A to create
> tables in B's schema but _not_ C's.
>
> ie. CREATE TABLE is too restrictive as then A can only create tables
> in A, but CREATE ANY TABLE is too unrestrictive as A can create tables
> anywhere.
>
> Is there is a middle ground?
>
> Thanks
> - Bill.
  Received on Tue Nov 07 2000 - 11:52:39 CST

Original text of this message

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