#!/bin/bash # set the environment for oracle database export ORACLE_SID=$1 export ORACLE_HOME=/u01/app/oracle/product/1900/db_1 export PATH=$PATH:$ORACLE_HOME/bin # Connect to the Oracle database FLASH_RECOVERY_SIZE=$(sqlplus -s / as sysdba <