Import tables order [message #72856] |
Wed, 19 November 2003 04:56 |
Ravi
Messages: 251 Registered: June 1998
|
Senior Member |
|
|
I am trying to import a list of tables, which I have specified in a parameter file with the tables = {...} option.
These tables have some references between them. So I have ordered these according to their dependencies.
But import is taking this list of tables and doing the import alphabetically, irrespective of the order in the tables parameter.
Is there any way to get it to import the tables in the order required?
I'm using 8i.
Thanks!
|
|
|
|
Re: Import tables order [message #72859 is a reply to message #72858] |
Wed, 19 November 2003 06:36 |
Ravi
Messages: 251 Registered: June 1998
|
Senior Member |
|
|
The import parameters specified are ---------
imp USER/PASSWORD@CONNECT INDEXES=N GRANTS=N ANALYZE=N IGNORE=Y ROWS=Y FILE="H:testDB3210400-18-11-2003.dmp" PARFILE="F:TEMPTables1.txt" LOG="F:Temptest.log"
Tables1.txt has
TABLES = (
SIGNPTV15,
POINT15SG,
ARYSPV15,
ARYSP15SG,
SIGNLINKSETTPV15,
SIGNLINKSETTP15SG,
SIGNLINKTPV15,
SIGNLINKTP15SG,
SIGNDATALINKTPV15,
SIGNDATALINKTP15SG,
SIGNROUTESETNEPARTV15 ,
SIGNROUTESETNEPART15SG ,
SIGNROUTENEPARTV15,
SIGNROUTENEPART15SG,
COMBINEDSIGNLINKSETTPV15,
COMBINEDSIGNLINKSETTP15SG,
STPSCREENINGTABLEV15,
STPSCREENINGTABLE15SG,
STPSCREENINGTABLELINEV15,
STPSCREENINGTABLELINE15SG
....
The session details are :----------------------
Connected to: Oracle8i Enterprise Edition Release 8.1.7.4.1 - Production
With the Partitioning option
JServer Release 8.1.7.4.1 - Production
Export file created by EXPORT:V08.01.07 via direct path
import done in WE8ISO8859P1 character set and WE8ISO8859P1 NCHAR character set
. importing SS7USER's objects into SS7USER
. . importing table "ALL30MINSIGNALLINGLINKDURA15SG" 0 rows imported
. . importing table "ALL30MINSIGNALLINGLINKDURASON4" 0 rows imported
. . importing table "ALL30MINSIGNALLINGLINKDURAV15" 0 rows imported
. . importing table "ALLSIGNALLINGLINKUTILISATI15SG" 0 rows imported
. . importing table "ALLSIGNALLINGLINKUTILISATISON4" 0 rows imported
. . importing table "ALLSIGNALLINGLINKUTILISATIV15" 0 rows imported
. . importing table "ALLSIGNALLINGPOINTUTILISAT15SG" 0 rows imported
. . importing table "ALLSIGNALLINGPOINTUTILISATSON4" 0 rows imported
. . importing table "ALLSIGNALLINGPOINTUTILISATV15" 0 rows imported
. . importing table "BACKUPACCESSPOINTSON4" 0 rows imported
. . importing table "BACKUPLINKAGESON4" 0 rows imported
. . importing table "CDPASSNSPCANALYSISSON4" 0 rows imported
. . importing table "CGACONVREL15SG" 0 rows imported
. . importing table "CGACONVRELSON4" 4 rows imported
. . importing table "CGACONVRELV15" 0 rows imported
. . importing table "CGPAGTANALYSISSON4" 0 rows imported
. . importing table "CGPASSNSPCRIANALYSISSON4" 0 rows imported
. . importing table "COMBINEDSIGNLINKSETTP15SG" 0 rows imported
. . importing table "COMBINEDSIGNLINKSETTPSON4" 14 rows imported
. . importing table "COMBINEDSIGNLINKSETTPV15" 0 rows imported
. . importing table "CONCERNEDAREA15SG" 0 rows imported
. . importing table "CONCERNEDAREASON4" 3 rows imported
. . importing table "CONCERNEDAREAV15" 0 rows imported
. . importing table "DEFAULTPROFILETABLE15SG" 0 rows imported
. . importing table "DEFAULTPROFILETABLESON4" 1 rows imported
. . importing table "DEFAULTPROFILETABLEV15" 1 rows imported
. . importing table "DPCGROUP15SG" 4 rows imported
. . importing table "DPCGROUPSON4" 34 rows imported
|
|
|
|
Re: Import tables order [message #72863 is a reply to message #72860] |
Wed, 19 November 2003 20:28 |
Ravi
Messages: 251 Registered: June 1998
|
Senior Member |
|
|
The table list is the same one being used for export and import.
I want to export only some tables and import them, as the others have changed.
|
|
|