did you set the quota for the user to use the new tablespace and revoke the SYSTEM 
tablespace?
If you did not try to control where they were allowed to go then the imp would put 
them back where they came from.
Did you imp with IGNORE=Y?
just a thought.
ROR m���m

>>> [EMAIL PROTECTED] 07/26/01 01:50PM >>>
Hi Group,
Please explain what I am doing wrong.
1)      exp outln/outln@webprod <mailto:outln/outln@webprod>  file=exp_file
tables = 'OL$' 'OL$HINTS'
2)      Dropped the tables: 'OL$' and 'OL$HINTS' on webprod
3)      Created tablespace outln_ts on webprod
4)      Altered user outln default tablespace outln_ts
5)      imp outln/outln@webprod <mailto:outln/outln@webprod>  file=exp_file
tables = 'OL$' 'OL$HINTS'
6)      SQL> select table_name, tablespace_name
                       from dba_tables 
                       where owner = 'OUTLN';

                      TABLE_NAME                     TABLESPACE_NAME
                    ------------------------------
------------------------------
                             OL$                                    SYSTEM
                             OL$HINTS                           SYSTEM
                             XX
OUTLN_TS

WHY are the tables being re-imported back into SYSTEM tablespace ????

Oracle 8.1.7 on Sun Solaris 5.7

TIA

Al Rusnak
804-734-8453
[EMAIL PROTECTED] 

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
-- 
Author: Rusnak, George A.
  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: Ron Rogers
  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