启动数据库:
su - oracle
$ sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Fri Aug 3 09:11:24 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> connect /as sysdba
Connected to an idle instance.
SQL> startup shutdown
ORACLE instance started.
Total System Global Area 4294967296 bytes
Fixed Size 2026400 bytes
Variable Size 352322656 bytes
Database Buffers 3925868544 bytes
Redo Buffers 14749696 bytes
Database mounted.
Database opened.
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
$ lsnrctl start stop
su - oracle
$ sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Fri Aug 3 09:11:24 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> connect /as sysdba
Connected to an idle instance.
SQL> startup shutdown
ORACLE instance started.
Total System Global Area 4294967296 bytes
Fixed Size 2026400 bytes
Variable Size 352322656 bytes
Database Buffers 3925868544 bytes
Redo Buffers 14749696 bytes
Database mounted.
Database opened.
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
$ lsnrctl start stop

本文介绍了如何使用SQL*Plus工具连接Oracle数据库,并通过sysdba权限启动及关闭数据库实例。展示了启动过程中的各项资源分配情况,如SGA大小、Redo Buffers等。
1578

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



