Check whether the user TOUSER has a default setting of 
SYSTEM tablespace for "TEMPORARY TABLESPACE". 
You can perform this check by following query:

Select temporary_tablespace from dba_users where username = 'TOUSER';

If the result points to SYSTEM tablespace, then alter the user as
follows:

ALTER USER touser temporary tablespace temp ;

Then try reimporting ..........

HTH,
Rajesh

-----Original Message-----
Sent: Saturday, May 12, 2001 10:01 AM
To: Multiple recipients of list ORACLE-L


Does anyone know why system tablespace is changing?

I'm doing an fromuser touser import and the system
tablespace is for some reason is being written to.

Here what is being reported:

IMP-00017: following statement failed with ORACLE
error 1652:
 "CREATE UNIQUE INDEX "PK_BF" ON "PAGE" ("ID" )  P"
 "CTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL
65536)                   "
 "          LOGGING"
IMP-00003: ORACLE error 1652 encountered
ORA-01652: unable to extend temp segment by 1065 in
tablespace SYSTEM
IMP-00017: following statement failed with ORACLE
error 1652:
 "CREATE INDEX "I_BFPT" ON "FLOW" ("ID" )  P"
 "CTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL
65536)                   "
 "          LOGGING"
IMP-00003: ORACLE error 1652 encountered
ORA-01652: unable to extend temp segment by 1065 in
tablespace SYSTEM
IMP-00017: following statement failed with ORACLE
error 1652:

TIA

abdul latif
 

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: abdul latif
  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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rajesh Dayal
  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