added fat build scripts for the FAT environment, it works!, I had to create a workspace to create the application in. Also had to manually copy the images and css to the application.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3406 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2008-01-28 18:33:23 +00:00
parent b60557ab63
commit 34575be877
16 changed files with 627 additions and 1 deletions

61
Data/fat/prel.log Normal file
View File

@@ -0,0 +1,61 @@
SQL*Loader: Release 8.1.7.0.0 - Production on Mon Jan 28 18:25:23 2008
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Control File: prel.ctl
Data File: prel.ctl
Bad File: prel.bad
Discard File: none specified
(Allow all discards)
Number to load: ALL
Number to skip: 0
Errors allowed: 50
Bind array: 64 rows, maximum of 65536 bytes
Continuation: none specified
Path used: Conventional
Table PARTY_RELATIONSHIPS, loaded from every logical record.
Insert option in effect for this table: REPLACE
Column Name Position Len Term Encl Datatype
------------------------------ ---------- ----- ---- ---- ---------------------
FROM_PARL_ID FIRST * | CHARACTER
TO_PARL_ID NEXT * | CHARACTER
FROM_PARL_PRTY_ID NEXT * | CHARACTER
TO_PARL_PRTY_ID NEXT * | CHARACTER
FROM_PARL_RT_CODE NEXT * | CHARACTER
TO_PARL_RT_CODE NEXT * | CHARACTER
START_DATE NEXT * | CHARACTER
FROM_PRTP_RT_CODE NEXT * | CHARACTER
TO_PRTP_RT_CODE NEXT * | CHARACTER
Record 16: Rejected - Error on table PARTY_RELATIONSHIPS.
ORA-02291: integrity constraint (MIP_FAT.PREL_PARL_TO_FK) violated - parent key not found
Record 25: Rejected - Error on table PARTY_RELATIONSHIPS.
ORA-02291: integrity constraint (MIP_FAT.PREL_PARL_TO_FK) violated - parent key not found
Table PARTY_RELATIONSHIPS:
25 Rows successfully loaded.
2 Rows not loaded due to data errors.
0 Rows not loaded because all WHEN clauses were failed.
0 Rows not loaded because all fields were null.
Space allocated for bind array: 65016 bytes(28 rows)
Space allocated for memory besides bind array: 0 bytes
Total logical records skipped: 0
Total logical records read: 27
Total logical records rejected: 2
Total logical records discarded: 0
Run began on Mon Jan 28 18:25:23 2008
Run ended on Mon Jan 28 18:25:23 2008
Elapsed time was: 00:00:00.06
CPU time was: 00:00:00.03