Oracle9i Recovery Manager Reference
Release 1 (9.0.1)

Part Number A90136-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

RMAN Commands , 56 of 60


STARTUP

Syntax


Text description of startup.gif follows
Text description of the illustration startup.gif

Purpose

To start the target database from within the RMAN environment. This command is equivalent to using the SQL*Plus STARTUP command. You can:

Restrictions and Usage Notes

Keywords and Parameters

If you do not specify any options, then RMAN mounts and opens the database with the default server parameter file.

STARTUP 

If you specify only STARTUP with no other options, then Oracle starts the instance, then mounts and open the database. 

FORCE 

Executes either of these operations:

  • If the database is open, then this option first shuts down the database with a SHUTDOWN ABORT statement before re-opening it.

  • If the database is closed, then this option opens the database.

NOMOUNT 

Starts the instance without mounting the database. 

MOUNT 

Starts the instance, then mounts the database without opening it 

DBA 

Restricts access to the database to users with the RESTRICTED SESSION privilege. 

PFILE = 'filename' 

Specifies the filename of the init.ora file for the target database. If this parameter is not specified, then the default init.ora filename is used. 

Examples

Opening the Database by Using the Default Parameter File: Example

This example starts and opens the database:

STARTUP;

Mounting the Database While Specifying the Parameter File: Example

This example forces a SHUTDOWN ABORT and then mounts the database with restricted access, specifying a nondefault parameter file location:

STARTUP FORCE MOUNT DBA PFILE=t_init1.ora;

Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback