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:[EMAIL PROTECTED]]
> Reply To:     [EMAIL PROTECTED]
> Sent:         Thursday, March 01, 2001 10:50 AM
> To:   Oracledba@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 [EMAIL PROTECTED]
> to subscribe send a blank email to [EMAIL PROTECTED] 
> Visit the list archive: http://www.LAZYDBA.com/odbareadmail.pl
> 
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rahul
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to