SQL*DBA

From Oracle FAQ
⧼orafaq-jumptonavigation⧽⧼orafaq-jumptosearch⧽

SQL*DBA was an administration utility used to start, stop and manage databases. SQL*DBA was replaced with Server Manager in Oracle 7.3 and SQL*Plus in Oracle 8i.

Oracle 6 Examples

Startup the database:

sqldba command=startup

Shutdown the database:

sqldba "command=shutdown abort"

Oracle 7 Examples

Startup the database:

sqldba
SQLDBA> connect internal
SQLDBA> startup

Shutdown the database:

sqldba
SQLDBA> connect internal
SQLDBA> shutdown abort

Also see

Glossary of Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #