This is an old revision of the document!
```bash su oracle --登录 sqlplus /nolog --进入SQLPLUS ```
```sql connect / as sysdba --切换管理员登录 shutdown --关闭 startup --启动 ```