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:
See Also:
Oracle8i Administrator's Guide to learn how to start up and shut down a database, and SQL*Plus User's Guide and Reference for SQL*Plus STARTUP syntax. |
If you do not specify any options, RMAN mounts and opens the database.
force |
executes either of these operations:
|
|
nomount |
starts the instance without mounting the database. |
|
mount |
starts the instance, then mounts the database without opening it. If you specify neither the mount nor nomount options, the startup command opens the database. |
|
dba |
restricts access to the database to users with the RESTRICTED SESSION privilege. |
|
pfile = filename |
specifies the filename of the |
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. |
|