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: tablespace creation and privileges

Re: tablespace creation and privileges

From: Achal Tandon <achalt_at_indiainfo.com>
Date: 4 Apr 2002 15:32:02 -0800
Message-ID: <c73ef45b.0204041532.5a74c5e@posting.google.com>


"ayrobins" <anthony_at_lumos.com> wrote in message news:<sl1r8.2537$uH2.256326_at_dca1-nnrp2.news.algx.net>...
> To all the dba's out there:
>
> How do i give table space creation privileges to
> a normal user? I don't want to make him a DBA.
>
> thanx in advance.

use the following to grant tablespace creation privilege to scott.

grant create tablespace to scott; Received on Thu Apr 04 2002 - 17:32:02 CST

Original text of this message

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