##############################################################################

#

# airollfwdall.sh

#

# This shell script runs rolls forward procedure for all databases

#

# Syntax: airollfwd.sh database-directory database-name

#

##############################################################################

 

. v10 # your script where you set up DLC, etc

 

# directory with all replication scripts on the box with target db, i.e. airollfwd.sh

export EXECDIR=/Main_replication_dir 

 

# Database1

${EXECDIR}/airollfwd.sh /Database1-dir Database1-name

 

# May be you have more than one database

${EXECDIR}/airollfwd.sh /Database2-dir Database2-name