이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 37. Starting and Shutting down the Oracle9i Database
This chapter shows two separate ways to start and shut down an Oracle9i Database; Using SQLplus and using the
ORACLE_HOME binaries.
37.1. sqlplus 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Note
In Oracle9i
svrmgrl is no longer supported, however, you can now do everything with sqlplus so nothing is lost.
To start up the database, run the following commands:
oracle$ sqlplus /nolog SQL> connect / as sysdba SQL> startup
oracle$ sqlplus /nolog
SQL> connect / as sysdba
SQL> startup
The slash connects you to the schema owned by SYS. So in this example you will be connected to the schema owned by SYS with the privilege
SYSDBA. SYSDBA gives you the following privileges:
sysoperprivileges WITH ADMIN OPTION- create databases
- recover one or more databases to a point