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: Move table to another tablespace

RE: Move table to another tablespace

From: Rachel Carmichael <wisernet100_at_yahoo.com>
Date: Thu, 25 Oct 2001 06:53:24 -0700
Message-ID: <F001.003B42EE.20011025063523@fatcity.com>

Oracle will first attempt to create the table in the tablespace that it was exported from, if that tablespace exists and the user has quota on that tablespace.

In addition to altering scott's default tablespace, you need to do

alter user scott quota 0 on users;

then do the import and make scott's default tablespace users again and give the account quota on users.


Do You Yahoo!?
Make a great connection at Yahoo! Personals. http://personals.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rachel Carmichael
  INET: wisernet100_at_yahoo.com

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 Thu Oct 25 2001 - 08:53:24 CDT

Original text of this message

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