Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 18.218.33.17
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : ott
#! /bin/sh
# Script for running ott in instant client.
# Before running this script:
#   set the default jdk<ver>/bin in your PATH
#   set LD_LIBRARY_PATH to include the directory containing the instant client 
#       libraries
#   set ottclasses.zip, ojdbc<ver>.jar as part of your CLASSPATH

OS=`uname`
MACHINE=`uname -m`
JREOPTIONS=

if [ "$OS" = "HP-UX" ]; then
        if [ "$MACHINE" = "ia64" -o "$MACHINE" = "9000/800" ]; then
                JREOPTIONS=-d64
        fi
fi
if [ "$OS" = "SunOS" ]; then
        if [ "$MACHINE" = "sun4u" -o "$MACHINE" = "sun4v" ]; then
                JREOPTIONS=-d64
        fi
fi

while [ $# -gt 0 ]
do
      case $1 in
      user*)
              OTTUSER="$OTTUSER $1"
              export OTTUSER ;;
      *)
              args="$args $1";;
      esac
shift
done

exec java $JREOPTIONS oracle.ott.c.CMain nlslang=${NLS_LANG} $args
© 2025 GrazzMean