iSQL*Plus User's Guide and Reference
Release 9.0.1

Part Number A88826-01
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

Command Reference, 32 of 38


STARTUP

STARTUP [FORCE] [RESTRICT] [PFILE=filename] [MOUNT [dbname]
| OPEN [open_options] [dbname] | NOMOUNT]

where open_options has the following syntax:

Starts an Oracle instance with several options, including mounting and opening a database. You cannot use STARTUP to start Oracle7 instances.

Terms | Usage | Examples | Top

Refer to the following list for a description of each term and clause:

FORCE

RESTRICT

PFILE=filename

MOUNT dbname

OPEN

NOMOUNT

RECOVER

Usage | Terms | Examples | Top

You must be connected to a database as SYSOPER, or SYSDBA. You cannot be connected via a multi-threaded server.

STARTUP with no arguments is equivalent to STARTUP OPEN.

STARTUP OPEN RECOVER mounts and opens the database even when recovery fails.

Examples | Terms | Usage | Top

To start an instance using the standard parameter file, mount the default database, and open the database, enter

Keyboard icon
STARTUP 

or enter

Keyboard icon
STARTUP OPEN database 

To start an instance using the standard parameter file, mount the default database, and open the database, enter

Keyboard icon
STARTUP FORCE RESTRICT NOMOUNT 

To start an instance using the parameter file TESTPARM without mounting the database, enter

Keyboard icon
STARTUP PFILE=testparm NOMOUNT 

To shutdown a particular database, immediately restart and open it, allow access only to database administrators, and use the parameter file MYINIT.ORA. enter

Keyboard icon
STARTUP FORCE RESTRICT PFILE=myinit.ora OPEN database 

To startup an instance and mount but not open a database, enter

Keyboard icon
CONNECT / as SYSDBA 

Screen icon
Connected to an idle instance.

Keyboard icon
STARTUP MOUNT 

Screen icon
ORACLE instance started. 
 
Total System Global Area     7629732 bytes
Fixed Size                     60324 bytes
Variable Size                6627328 bytes
Database Buffers              409600 bytes
Redo Buffers                  532480 bytes

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