#!/bin/sh 
# EXAMPLE.env
# This file is executable so that UNIX cvommands can be used to set variables
# Customize this file to meet your site's needs

CONNECT_STRING=sys/change_on_install@${DBNAME}
ORACLE_HOME=/usr/oracle/product/8.1.7	
BACKUP_HOME=/usr/oracle/BACKUP
DBLIST_DIR=${BACKUP_HOME}/DB_DIR
HOTBACKUP_DIR=/data/orabackup/${DBNAME}/hot
COMPRESS=YES

export CONNECTSTRING
export BACKUP_HOME
export DBLIST_DIR
export HOLD_DIR
export ORACLE_HOME
export HOTBACKUP_DIR
export COMPRESS