이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 27. Oracle Post Installation Tasks
Important
Before you continue, make sure you followed the steps at Section 26.5, “Updating after the Oracle Universal Installer”.
27.1. Startup and Shutdown of the Oracle 10g Database 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
This section contains details on how to start up and shut down your Oracle Database.
Start the database:
oracle$ sqlplus /nolog SQL> connect / as sysdba SQL> startup
oracle$ sqlplus /nolog
SQL> connect / as sysdba
SQL> startup
Shut down the database:
oracle$ sqlplus /nolog SQL> connect / as sysdba SQL> shutdown
oracle$ sqlplus /nolog
SQL> connect / as sysdba
SQL> shutdown
The slash connects you to the schema owned by
SYS. In the above example you will be connected to the schema owned by SYS with the privilege SYSDBA. SYSDBA gives you the following privileges:
- sysoper privileges WITH ADMIN OPTION.
- create database.
- recover database until.