#!/bin/sh
# $Header: iAS_1012_env.tmp 120.9 2008/02/15 12:32:43 mmanku ship $
# ==============================================================================
# NAME
#   iAS_1012_env.tmp
#
# DESCRIPTION
#    Setup environment for 10.1.2 Oracle Tools Home
#
# NOTES
#
# HISTORY
#    Created by AutoConfig
# ==============================================================================
#
# ###############################################################
# 
# This file is automatically generated by AutoConfig.  It will be read and
# overwritten.  If you were instructed to edit this file, or if you are not
# able to use the settings created by AutoConfig, refer to Metalink Note
# 387859.1 for assistance.
# 
# ###############################################################

#

############################
# Set the variables required
############################

ORACLE_HOME="/u01/oracle/VIS/apps/tech_st/10.1.2"
export ORACLE_HOME

ORACLE_CONFIG_HOME="/u01/oracle/VIS/inst/apps/VIS_visserver/ora/10.1.2"
export ORACLE_CONFIG_HOME

PATH="/u01/oracle/VIS/apps/tech_st/10.1.2/bin:/usr/bin:/usr/sbin:/u01/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:$PATH"
export PATH

TNS_ADMIN="/u01/oracle/VIS/inst/apps/VIS_visserver/ora/10.1.2/network/admin"
export TNS_ADMIN

TWO_TASK="VIS"
export TWO_TASK

####################################################################
# The CONTEXT_NAME variable stores the value for the current context
####################################################################

CONTEXT_NAME="VIS_visserver"
export CONTEXT_NAME

###########################################
# Define the ORA_NLS10 environment variable 
###########################################

ORA_NLS10=$ORACLE_HOME/nls/data/9idata
export ORA_NLS10

##################
# Set Library Path
##################

LD_LIBRARY_PATH="/u01/oracle/VIS/apps/tech_st/10.1.2/lib32:/u01/oracle/VIS/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/oracle/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/oracle/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u01/oracle/VIS/apps/apps_st/appl/sht/12.0.0/lib"
export LD_LIBRARY_PATH

SHLIB_PATH="/u01/oracle/VIS/apps/tech_st/10.1.2/lib32:/u01/oracle/VIS/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/oracle/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/oracle/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u01/oracle/VIS/apps/apps_st/appl/sht/12.0.0/lib"
export SHLIB_PATH

LIBPATH="/u01/oracle/VIS/apps/tech_st/10.1.2/lib32:/u01/oracle/VIS/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/oracle/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/oracle/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u01/oracle/VIS/apps/apps_st/appl/sht/12.0.0/lib"
export LIBPATH

##############################
# This is required for Solaris
##############################

LD_LIBRARY_PATH_64=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH64

