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

55
Data/fat/parl.log Normal file
View File

@@ -0,0 +1,55 @@
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: parl.ctl
Data File: parl.ctl
Bad File: parl.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_ROLES, loaded from every logical record.
Insert option in effect for this table: REPLACE
Column Name Position Len Term Encl Datatype
------------------------------ ---------- ----- ---- ---- ---------------------
PRTY_ID FIRST * | CHARACTER
RT_CODE NEXT * | CHARACTER
ID NEXT * | CHARACTER
START_DATE NEXT * | CHARACTER
END_DATE NEXT * | CHARACTER
DESCRIPTION NEXT * | CHARACTER
Record 7: Rejected - Error on table PARTY_ROLES.
ORA-02291: integrity constraint (MIP_FAT.PARL_PRTY_FK) violated - parent key not found
Table PARTY_ROLES:
20 Rows successfully loaded.
1 Row 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(42 rows)
Space allocated for memory besides bind array: 0 bytes
Total logical records skipped: 0
Total logical records read: 21
Total logical records rejected: 1
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