1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| # exemple de lancement: IMP test/xxx@test PARFILE=c:\ImpFullTest.cfg
#
#
# USERID=
LOG=c:\ImpFullTest.log # Default none, Capture all of Import's messages
FILE=c:\ExpFullProd.dmp # Default expdat.dmp, Name of the export file to import
# SHOW=y # Default n, Lists de contents of the export file, Can be used only with the FULL=y, FROMUSER, TOUSER, or TABLES parameter
# INDEXFILE=c:\ImpIndexFile # Default none, Specifies a file to receive index-creation commands, Objects are not imported, Can be used only with the FULL=y, FROMUSER, TOUSER, or TABLES parameters
IGNORE=n # Default n, (n) rows are not imported into the table after object error, (y) rows are imported
COMMIT=y # Default n, (n) issue a rollback upon object error or resource error, (y) commit after each array insert
FULL=y # Default n, Import in full database mode, System objects are included
# FROMUSER=() # Default none, Import in user mode, Specifies a list of schemas whose objects will be imported
# TABLES=(*) # Default none, Import in table mode, Specifies a list of table names to import
# TOUSER=() # Default none, Specifies a liste of user names to whose schemas data will be imported
ROWS=y # Default y, Specifies whether the rows of table data should be imported or not
INDEXES=y # Default y
GRANTS=y # Default y
CONSTRAINTS=y # Default y |
Partager