$ sqlplus /nolog
SQL*Plus: Release 9.2.0.8.0 - Production on Sun May 24 14:33:19 2009
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> conn /as sysdba
Connected.
SQL> startup
ORA-01081: cannot start already-running ORACLE - shut it down first
SQL> shutdown ABORT
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 1191932384 bytes
Fixed Size 741856 bytes
Variable Size 553648128 bytes
Database Buffers 603979776 bytes
Redo Buffers 33562624 bytes
Database mounted.
Database opened.
UNIX系统下启动ORACLE数据库
最新推荐文章于 2021-04-10 13:41:36 发布
本文展示了如何使用SQL*Plus连接到Oracle数据库,并演示了启动和关闭数据库实例的过程。包括使用sysdba权限连接、检查数据库状态、执行启动和强制关闭操作等步骤。
2874

被折叠的 条评论
为什么被折叠?



