################################################################ # ORACLE's .profile (c) R. H. Reepe 8th March 1995 Version 3.0 # ################################################################ # 960419 RHR Restructured into separate .profiles # 970114 RHR Added CO variable, Removed old Distribute support ################################################################ # Add Database Name Reference Strings # ################################################################ . $HOME/.profile_references ################################################################ # General Setup Information # ################################################################ export CO ; CO="ACME" export DEVELOPMENT_SERVER ; DEVELOPMENT_SERVER="Gonzo" export RECON_MASTER ; RECON_MASTER="big_ora" export RECON_SERVER ; RECON_SERVER="big_ben" export EDITOR ; EDITOR=vi export UNIX ; UNIX=`/usr/bin/uname -r | cut -c1-1` export THISHOST ; THISHOST=`/usr/bin/uname -n` export ORACLE_VERSION ; ORACLE_VERSION=7.1.6 export PROMPT ; PROMPT="Please Select a Number" ################################################################ # Remaining General Profiles # ################################################################ . $HOME/.profile_paths . $HOME/.profile_oracle . $HOME/.profile_copyres . $HOME/.profile_function ################################################################ # Count of Available Oracle Products (Versions) Installed # ################################################################ export PRODUCT_COUNT ; PRODUCT_COUNT=`ls -1 $HOME/product | grep -c "."`