#!/bin/sh
#
# Based on a shell script by tibbetts@mit.edu
#
# Should do all the right things to connect to the SIPB Oracle server
# using SQLplus
#

KRB5CCNAME=`echo $KRB5CCNAME | sed s/FILE://`
export KRB5CCNAME
/afs/athena.mit.edu/astaff/project/krb5/bin/kvno daemon/antisnork.mit.edu

ORACLE_HOME="/afs/sipb/project/oracle-client/arch/sun4x_56"
export ORACLE_HOME

path="$path /afs/sipb/project/oracle-client/arch/sun4x_56/bin"

aklog sipb

exec /afs/sipb/project/oracle-client/arch/sun4x_56/bin/sqlplus /@sipbdb
