# 
# *****************************************************************
# *                                                               *
# *    Copyright Compaq Computer Corporation, 2000                *
# *                                                               *
# *   The software contained on this media  is  proprietary  to   *
# *   and  embodies  the  confidential  technology  of  Compaq    *
# *   Computer Corporation.  Possession, use,  duplication  or    *
# *   dissemination of the software and media is authorized only  *
# *   pursuant to a valid written license from Compaq Computer    *
# *   Corporation.                                                *
# *                                                               *
# *   RESTRICTED RIGHTS LEGEND   Use, duplication, or disclosure  *
# *   by the U.S. Government is subject to restrictions  as  set  *
# *   forth in Subparagraph (c)(1)(ii)  of  DFARS  252.227-7013,  *
# *   or  in  FAR 52.227-19, as applicable.                       *
# *                                                               *
# *****************************************************************
#
# HISTORY
# 
# @(#)$RCSfile: .profile,v $ $Revision: 4.1.10.2 $ (DEC) $Date: 1997/05/29 07:49:15 $ 
# 
# 
if [ ! "$DT" ]; then
	stty dec
	tset -I -Q
fi
PS1="`hostname`_`whoami`> "
MAIL=/usr/spool/mail/$USER
export EDITOR=emacs
export ORACLE_HOME=/oracle/817
export UDUMP=$DBA/visn/udump
export ORACLE_BASE=/oracle
export BACKUP_DIR=/u7/oradata/visndata/backup
HISTSIZE=400
export PATH=$ORACLE_HOME/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/usr/bin/X11:/bin:
export TNS_ADMIN=$ORACLE_HOME/network/admin
export ORACLE_SID=visn
export ORACLE_OWNER=oracle
export OH=$ORACLE_HOME
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/dt/lib:
export TERM=VT100
export INIT_ORA=/oracle/817/dbs
export ARCH_DEST=/kits/oradata/visndata/arch
export DBA=$ORACLE_HOME/admin
export UDUMP=$DBA/visn/udump
export BDUMP=$DBA/visn/bcump
export ORACLE_BASE=/oracle
export BACKUP_DIR=/u7/oradata/visndata/backup
