Move call to bulk_Load to *after* all other data loads have taken place.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3493 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -24,8 +24,6 @@ sqlplus %3/%4@%5 @Modules\Modules.sql
|
||||
sqlplus %3/%4@%5 @Data\Seed\create_passwords.sql
|
||||
|
||||
|
||||
sqlplus %3/%4@%5 @Data\BulkLoad\bulk_load.sql "%6"
|
||||
|
||||
if "%6"=="" goto :done
|
||||
if "%6"=="demo" goto :demo
|
||||
if "%6"=="test" goto :test
|
||||
@@ -72,3 +70,4 @@ goto :done
|
||||
echo "usage InstallMIP sys_name sys_password app_name app_password db_connect_string [demo|test|fat]"
|
||||
|
||||
:done
|
||||
sqlplus %3/%4@%5 @Data\BulkLoad\bulk_load.sql "%6"
|
||||
Reference in New Issue
Block a user