Another thought, move the table to a different (new) schema, create synonym and  privileges required, then export user=original schema(s), then do your import.
Gene

>>> [EMAIL PROTECTED] 02/07/03 09:28AM >>>

John,

A quick check turned up a "medium" parfile for me - only 1201 tables
listed.  The file size is 14KB, so I guess it's not an issue for 8i.  Even
on larger parfiles I've never gotten an error - for neither HP-UX nor
Win2k.

Jack C. Applewhite
Database Administrator
Austin Independent School District
Austin, Texas
512.414.9715 (wk)
512.935.5929 (pager)
[EMAIL PROTECTED]



                                                                                                          
                      <John.Hallas@voda                                                                   
                      fone.co.uk>              To:       Multiple recipients of list ORACLE-L             
                      Sent by:                  <[EMAIL PROTECTED]>                                    
                      [EMAIL PROTECTED]         cc:                                                        
                                               Subject:  RE: Skipping a table on import                   
                                                                                                          
                      02/07/2003 07:38                                                                    
                      AM                                                                                  
                      Please respond to                                                                   
                      ORACLE-L                                                                            
                                                                                                          
                                                                                                          




Jack,
I always knew there was a limit on the size of a parfile which I had
assumed
was a maximum no of tables allowed. However I recently found out that it is
a byte limit on the overall file parameter. (It was 8K in 7.x )
Do you not hit this limit with several thousand table names (presumably
not,
otherwise you would not do it !!!!) ??

John


-----Original Message-----
[mailto:[EMAIL PROTECTED]]
Sent: 07 February 2003 13:04
To: Multiple recipients of list ORACLE-L



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



                      "Craig Healey"

                      <[EMAIL PROTECTED]        To:       Multiple
recipients
of list ORACLE-L
                      om>                       <[EMAIL PROTECTED]>

                      Sent by:                 cc:

                      [EMAIL PROTECTED]         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: [EMAIL PROTECTED]
--
Author:
  INET: [EMAIL PROTECTED]
--
Author: <[EMAIL PROTECTED]
  INET: [EMAIL PROTECTED]





--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author:
  INET: [EMAIL PROTECTED]

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: [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