SQL*DBA
From Oracle FAQ
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[edit]
Startup the database:
sqldba command=startup
Shutdown the database:
sqldba "command=shutdown abort"
Oracle 7 Examples[edit]
Startup the database:
sqldba SQLDBA> connect internal SQLDBA> startup
Shutdown the database:
sqldba SQLDBA> connect internal SQLDBA> shutdown abort
Also see[edit]
- IOR - Oracle 5 equivalent of SQL*DBA.
- Server Manager - Oracle 7.3 replacement
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 | # |