HP Application Recovery Manager software Integration guide (March 2008)
When you select the Use script/program option, the other recovery options
selected in the GUI are written to the file recoverDB_NAME in the AppRM_home
temporary directory. The file has the following format:
parallelism = number
until = now|specified_until
open = 0|1
resetlogs = 0|1
In this way, you can parse the options selected in the GUI with your script or
program.
Parallelism
Select this option to specify the number of concurrent data streams that are used
during database recovery. The default value is one.
Recover until
The options in this drop-down list allow you to specify to which point in time you
would like the database recovery to be performed.
• Now
Application Recovery Manager recovers the database to the most recent time
possible by applying all archive logs. By default, this option is selected.
• Selected time
Use this option to specify an exact time to which the archive logs are applied.
• Selected logseq/thread number
A logseq number is a redo log sequence number. Use this option to specify
a particular redo log sequence and a thread number which will act as an
upper limit of redo logs to recover.
• Selected SCN number
Use this option to specify the SCN number to which you perform the database
recovery.
Open database after recovery
Opens the database after recovery.
Reset logs
Resets the archive logs after the database is opened.
Always reset the logs:
• After an incomplete database recovery (not Recover until now).
• If an older control file is used in database recovery.
Do not reset the logs:
Application Recovery Manager Oracle integration128