#! /bin/sh

# rt_mgr.sh
#
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. 
#
# This script is used to manage the runtime properties.
# 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.
# To execute this scripting, run it as follows:
#   ./rt_mgr.sh OWBSYS <OWBSYS_PASSWORD> <HOST> <PORT> <SERVICE_NAME>
# If permission issue arises, execute it as system adminstrator again.

eval `cat ../unix/setowbenv.sh`
$JDK_HOME/jre/bin/java  -classpath ../../../jdbc/lib/ojdbc5.jar:../../lib/int/rtpserver.jar oracle.wh.runtime.server.RuntimePropertiesManagement  $*

