SQL*Plus Quick Reference Release 8.1.5 A66735-01 |
|
SQL*Plus Quick Reference, 3 of 10
Use the following commands to log in to and out of SQL*Plus.
SQLPLUS [[-S[ILENT]] [
logon
] [
start
]]|-|-?
username[/password][@net_service_name]|/|/NOLOG
and where start requires the following syntax:
@file_name[.ext] [arg ...]
STARTUP [FORCE][RESTRICT][PFILE=
filename
][MOUNT[OPEN[RECOVER]] [
database
]][
mount_options
]|[NOMOUNT]
[EXCLUSIVE|[PARALLEL|SHARED][RETRY]]
Starts an Oracle instance with several options, including mounting and opening a database.
SHUTDOWN [ABORT|IMMEDIATE|
NORMAL|TRANSACTIONAL]
{EXIT|QUIT} [
SUCCESS|FAILURE|WARNING|
n
|
variable|:
BindVariable
] [
COMMIT|ROLLBACK]
|
Copyright © 1999 Oracle Corporation. All Rights Reserved. |
|