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: Skipping a table on import

RE: Skipping a table on import

From: Craig Healey <c.healey_at_hhsuk.com>
Date: Fri, 07 Feb 2003 08:04:50 -0800
Message-ID: <F001.00547255.20030207080450@fatcity.com>


Thanks for that. Parfile is what I was looking for. I must have skipped it in the manuals.

Cheers

Craig

> -----Original Message-----
> From: JApplewhite_at_austin.isd.tenet.edu
> [mailto:JApplewhite_at_austin.isd.tenet.edu]
> Sent: 07 February 2003 13:04
> To: Multiple recipients of list ORACLE-L
> Subject: Re: Skipping a table on import
>
>
>
> Craig,
>
> I had to smile when you stated you had 400 tables and were
> reluctant to
> list them in the export or import parfile. Our 3rd party Student
> Information system has over 47,000 tables. I frequently do
> exports and/or
> imports with parfiles listing several thousand tables. It's
> not a problem
> at all.
>
> Spool the following to a text file and incorporate it (with
> minor editing
> to add the parens and remove the first comma) into your parfile...
> Select ',' || Table_Name
> From User_Tables
> Where Table_Name <> '<theTableYouDoNotWant>'
> ;
>
> Jack C. Applewhite
> Database Administrator
> Austin Independent School District
> Austin, Texas
> 512.414.9715 (wk)
> 512.935.5929 (pager)
> JApplewhite_at_austin.isd.tenet.edu
>
>
>
>
>
> "Craig Healey"
>
> <c.healey_at_hhsuk.c To:
> Multiple recipients of list ORACLE-L
> om>
> <ORACLE-L_at_fatcity.com>
> Sent by: cc:
>
> root_at_fatcity.com Subject:
> Skipping a table on import
>
>
>
>
> 02/07/2003 04:04
>
> AM
>
> Please respond to
>
> ORACLE-L
>
>
>
>
>
>
>
>
>
> Hi,
> I'm trying to import the live schema into a test schema, but 1 or 2
> tables have a lot of data and it's taking hours. Is there a
> way to skip
> certain tables during an import?
> We're using 8.1.7
> We have 400 tables, so I'd like to avoid having to list all the tables
> in the export statement.
> I have to pre-create the tables to put them in the correct tablespace,
> so could I alter the table definitions to force import to skip
> particular ones?
> Any help is appreciated.
>
> Craig Healey
> --
> Author: Craig Healey
> INET: c.healey_at_hhsuk.com
>
>
>
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author:
> INET: JApplewhite_at_austin.isd.tenet.edu
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> 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).
>
>


This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. Statements and opinions expressed in this e-mail may not represent those of the company.   

If you have received this email in error please notify system.administrator_at_hhsuk.com  

This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses (www.mimesweeper.com)


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Craig Healey
  INET: c.healey_at_hhsuk.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Fri Feb 07 2003 - 10:04:50 CST

Original text of this message

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