@echo off

REM rt_mgr.bat
REM
REM Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. 
REM This script is used to manage the runtime properties.
REM To execute this script is required when upgrading to OWB 11.2.0.3 repository, and this should be done at the very beginning of any other upgrade.
REM To execute this scripting, run it as follows:
REM   rt_mgr.bat OWBSYS <OWBSYS_PASSWORD> <HOST> <PORT> <SERVICE_NAME>
REM If permission issue arises, execute it as system adminstrator again.
REM
call setowbenv.bat

set JAVAPATH=%OWB_HOME%\jdk

set RUNTIME_MANAGER=oracle.wh.runtime.server.RuntimePropertiesManagement

%JAVAPATH%\bin\java -classpath %OWB_HOME%\jdbc\lib\ojdbc5.jar;%OWB_HOME%\owb\lib\int\rtpserver.jar %RUNTIME_MANAGER% %*

cd /d ..\win32

