#!/bin/ksh
# I assume that no other environment variables
# depend on ORACLE_SID
# I also assume that ORACLE_SID is used
# instead of TWO_TASKS
#
# Example:
ORACLE_SID=$1
PARFILE=$2
exp/ ... parfile=$PARFILE
# I assume that no other environment variables
# depend on ORACLE_SID
# I also assume that ORACLE_SID is used
# instead of TWO_TASKS
#
# Example:
ORACLE_SID=$1
PARFILE=$2
exp
No comments:
Post a Comment
Please Provide your feedback here