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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Unable to create new user. Please help!!

RE: Unable to create new user. Please help!!

From: Rahul <rahul_at_ratelindo.co.id>
Date: Wed, 28 Feb 2001 20:15:19 -0800
Message-ID: <F001.002C053B.20010228200531@fatcity.com>

you have to do an "alter user quota unlimited on tablespace users;"

or do a "grant unlimited tablespace to test;"

HTH rahul

> ----------
> From: Kelly Ng Huey Ching[SMTP:kellyng_at_sportsreal.com]
> Reply To: kellyng_at_sportsreal.com
> Sent: Thursday, March 01, 2001 10:50 AM
> To: Oracledba_at_Lazydba. Com (E-mail)
> Subject: Unable to create new user. Please help!!
>
> Hi,
> I tried to create a new user, however failed. Can someone please
> tell me
> where did I do wrong from the followuing senario:
>
> CREATE USER test
> identified by test
> default tablespace USERS.
>
> USER created
>
> GRANT create session, create table to test.
>
> privileges granted
>
> when i log-on using test and try to execute the following command to
> create
> a new table:
>
> create table animal(
> id_no numebr(10) primary key,
> tank_no number(10),
> animal_name varchar2(30)
> ) tablespace users;
>
> error at line 1:
> ora-09150: no privileges on tablespace 'USERS'
>
> Regards,
> Kelly
>
>
> --------
> Think you know someone who can answer the above question? Forward it to
> them!
> to unsubscribe, send a blank email to oracledba-unsubscribe_at_LAZYDBA.com
> to subscribe send a blank email to oracledba-subscribe_at_LAZYDBA.com
> Visit the list archive: http://www.LAZYDBA.com/odbareadmail.pl
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rahul
  INET: rahul_at_ratelindo.co.id

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Feb 28 2001 - 22:15:19 CST

Original text of this message

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