Hallo,
regarding maxdb-documentation I have to use archive_stage und
archive_stage_repeat in one utility-session.
In addition to that we want to use environmentvariables in the
archivingscript.
Our script looks like:
#/bin/sh
export SID=ALT
export LOG_MEDIUM=$SID'_LOG'
export ARCHIVE_MEDIUM=BACKUP_LOG_PIPE
dbmcli -u control,control -d $SID -uUTL -c archive_stage
$ARCHIVE_MEDIUM $LOG_MEDIUM NOVERIFY KEEP
How can I add the archive_stage_repeat-step in the script and make
shure both steps run in the same utility-session
with Regards Frank