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:
hardya
2008-02-07 17:33:35 +00:00
parent 60256b0834
commit 9bd9feed2f

View File

@@ -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\Seed\create_passwords.sql
sqlplus %3/%4@%5 @Data\BulkLoad\bulk_load.sql "%6"
if "%6"=="" goto :done if "%6"=="" goto :done
if "%6"=="demo" goto :demo if "%6"=="demo" goto :demo
if "%6"=="test" goto :test 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]" echo "usage InstallMIP sys_name sys_password app_name app_password db_connect_string [demo|test|fat]"
:done :done
sqlplus %3/%4@%5 @Data\BulkLoad\bulk_load.sql "%6"