Environment is NT4 with Oracle 8.0.5.
 
        I wish to automate the procedure for applying the archive logs to a
        standby database. The logs are automatically transferred to standby
        destination 'area'.
        I am planning to use Perl (currently learning) to perform this. After 
        gaining connectivity to database via svrmgr30 and issuing command : -
                 recover automatic standby database; 
         I'm NOT sure how to go about coding ( 'stacking') responses to ..
        "Archive file not found message..". when there are no longer any more
        archive files to apply.
 
       I wish to respond cancel to the standard message : -
                Enter <RET>...........<CANCEL>....
       and then exit out of svrmgr30.
 
        If anybody has a Perl script for handling such a situation (or similar) or 
        could give me an example on how to achieve, I'd be very grateful.
 
        /Rob 
 
 
 
 

Reply via email to