From 9bd9feed2f9aa495baf7669c4dfc17a77f034983 Mon Sep 17 00:00:00 2001 From: hardya Date: Thu, 7 Feb 2008 17:33:35 +0000 Subject: [PATCH] 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 --- InstallMIP.cmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/InstallMIP.cmd b/InstallMIP.cmd index 5e44336..c0b82ba 100644 --- a/InstallMIP.cmd +++ b/InstallMIP.cmd @@ -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" \ No newline at end of file