Oracle8i Recovery Manager User's Guide and Reference Release 2 (8.1.6) Part Number A76990-01 |
|
Recovery Manager Command Syntax, 46 of 50
To start the database from within the RMAN environment. This command is equivalent to using the SQL*Plus STARTUP command. You can:
If you do not specify any options, RMAN mounts and opens the database.
This example starts and opens the database:
startup;
This example forces a shutdown abort and then mounts the database with restricted access, specifying a non-default parameter file location:
startup force mount dba pfile=t_init1.ora;
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|