Home » RDBMS Server » Server Administration » Import Specific Tables with Batch
Import Specific Tables with Batch [message #235059] Thu, 03 May 2007 23:37 Go to next message
sweetkhaliq
Messages: 200
Registered: April 2006
Senior Member

I want to import specfic tables from my schema not the entire schema.
Please tell me how can one import one or more table with batch file.
Thanks in Advance
Re: Import Specific Tables with Batch [message #235060 is a reply to message #235059] Thu, 03 May 2007 23:40 Go to previous messageGo to next message
Michel Cadot
Messages: 68686
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
D:\>imp help=y

Import: Release 10.2.0.3.0 - Production on Ven. Mai 4 06:38:53 2007
Copyright (c) 1982, 2005, Oracle.  All rights reserved.

You can let Import prompt you for parameters by entering the IMP
command followed by your username/password:

     Example: IMP SCOTT/TIGER

Or, you can control how Import runs by entering the IMP command followed
by various arguments. To specify parameters, you use keywords:

     Format:  IMP KEYWORD=value or KEYWORD=(value1,value2,...,valueN)
     Example: IMP SCOTT/TIGER IGNORE=Y TABLES=(EMP,DEPT) FULL=N
               or TABLES=(T1:P1,T1:P2), if T1 is partitioned table

USERID must be the first parameter on the command line.

Keyword  Description (Default)       Keyword      Description (Default)
--------------------------------------------------------------------------
USERID   username/password           FULL         import entire file (N)
BUFFER   size of data buffer         FROMUSER     list of owner usernames
FILE     input files (EXPDAT.DMP)    TOUSER       list of usernames
SHOW     just list file contents (N) TABLES       list of table names
IGNORE   ignore create errors (N)    RECORDLENGTH length of IO record
GRANTS   import grants (Y)           INCTYPE      incremental import type
INDEXES  import indexes (Y)          COMMIT       commit array insert (N)
ROWS     import data rows (Y)        PARFILE      parameter filename
LOG      log file of screen output   CONSTRAINTS  import constraints (Y)
DESTROY                overwrite tablespace data file (N)
INDEXFILE              write table/index info to specified file
SKIP_UNUSABLE_INDEXES  skip maintenance of unusable indexes (N)
FEEDBACK               display progress every x rows(0)
TOID_NOVALIDATE        skip validation of specified type ids
FILESIZE               maximum size of each dump file
STATISTICS             import precomputed statistics (always)
RESUMABLE              suspend when a space related error is encountered(N)
RESUMABLE_NAME         text string used to identify resumable statement
RESUMABLE_TIMEOUT      wait time for RESUMABLE
COMPILE                compile procedures, packages, and functions (Y)
STREAMS_CONFIGURATION  import streams general metadata (Y)
STREAMS_INSTANTIATION  import streams instantiation metadata (N)

The following keywords only apply to transportable tablespaces
TRANSPORT_TABLESPACE import transportable tablespace metadata (N)
TABLESPACES tablespaces to be transported into database
DATAFILES datafiles to be transported into database
TTS_OWNERS users that own data in the transportable tablespace set

Import terminated successfully without warnings.

Do you see the TABLES keyword and examples?

Regards
Michel
Re: Import Specific Tables with Batch [message #235069 is a reply to message #235060] Thu, 03 May 2007 23:55 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
Classico!
Regards
Re: Import Specific Tables with Batch [message #235083 is a reply to message #235059] Fri, 04 May 2007 00:47 Go to previous message
sweetkhaliq
Messages: 200
Registered: April 2006
Senior Member

Thanks for providing all the detail about import. I will apply it today.

Once again thanks
Previous Topic: Oracle 10g Install on Windows - password file
Next Topic: How to recreate control file
Goto Forum:
  


Current Time: Fri Sep 20 11:37:05 CDT 2024