Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> NT Script needed to recover with auto problem

NT Script needed to recover with auto problem

From: Rod Huckeba <rodh_at_gte.net>
Date: Sun, 10 May 1998 18:13:58 -0700
Message-ID: <6j5jer$ejo$1@gte2.gte.net>

Running hot-standby on NT. Archive logs are automatically transferred to standby server.

OS Script

    svrmgr23
    connect/internal
    recover database until cancel;
    auto

In Unix this will work but in the NT environment I must actually type in "auto" to recover all archive logs. How do i write this script in NT to make sure the AUTO parameter is passed.

Help is appreciated

Rod Received on Sun May 10 1998 - 20:13:58 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US