Changed InstallMIP.cmd to allow 6th parameter to indicate data to be loaded after the Seed.
Added missing schema tables. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2893 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
21
Data/Test/InstallData.cmd
Normal file
21
Data/Test/InstallData.cmd
Normal file
@@ -0,0 +1,21 @@
|
||||
@echo off
|
||||
|
||||
if "%1"=="" goto :usage
|
||||
if "%1"=="sys" goto :usage
|
||||
if "%1"=="system" goto :usage
|
||||
|
||||
sqlplus %1 @delete_demo_data
|
||||
|
||||
sqlldr %1 control=prty
|
||||
|
||||
sqlldr %1 control=parl
|
||||
|
||||
sqlldr %1 control=prel
|
||||
|
||||
goto :done
|
||||
|
||||
:usage
|
||||
|
||||
echo usage InstallDemoData user/password@database
|
||||
|
||||
:done
|
||||
Reference in New Issue
Block a user