1)
startup_clauses
Thestartup_clauses
let you mount and open the database so that it is accessible to users.MOUNT
ClauseUse theMOUNT
clause to mount the database. Do not use this clause when the database is already mounted.MOUNT STANDBY DATABASE
You can specifyMOUNT STANDBY DATABASE
to mount a physical standby database. The keywordsSTANDBY DATABASE
are optional, because Oracle Database determines automatically whether the database to be mounted is a primary or standby database. As soon as this statement executes, the standby instance can receive redo data from the primary instance.
startup mount
is the same as startup nomount; alter database mount
.
2) 'Recover database until cancel using backup controlfile'
Begin cancel-based recovery by issuing the following command:
RECOVER DATABASE UNTIL CANCELIf you are using a backup control file with this incomplete recovery (Like , re-creating controlfile), then specify the
USING
BACKUP
CONTROLFILE
option in the RECOVER
command.
No comments:
Post a Comment