SQL*Plus Quick Reference
Release 8.1.6

A75665-01

Library

Product

Prev Up Next

SQL*Plus Quick Reference, 4 of 10


Starting Up and Shutting Down a Database

STARTUP [FORCE] [RESTRICT] [PFILE=filename] [EXCLUSIVE]
[PARALLEL [RETRY]] [SHARED [RETRY]]
[MOUNT [
dbname] | OPEN [open_options] [dbname] | NOMOUNT]

where open_options has the following syntax:

READ {ONLY | WRITE [RECOVER]} | RECOVER

Starts an Oracle instance with several options, including mounting and opening a database.

SHUTDOWN [ABORT|IMMEDIATE|NORMAL]

      Shuts down a currently running Oracle instance, optionally closing and dismounting a database.


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product