oracle數據庫的啓動、關閉、鏈接

登錄數據庫

方法一:

$ sqlplus / as sysdbasql

[oracle@dev /]$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Fri May 31 09:34:26 2019

Copyright (c) 1982, 2009, Oracle.  All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL>

方法二:

$ sqlplus /nolog數據庫

SQL> conn /as sysdbaoracle

[oracle@dev ~]$ sqlplus /nolog

SQL*Plus: Release 11.2.0.1.0 Production on Fri May 31 17:05:28 2019

Copyright (c) 1982, 2009, Oracle.  All rights reserved.

SQL>
SQL> conn /as sysdba
Connected.
SQL>
SQL>

關閉數據庫

SQL> shutdown immediate;spa

SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.

裝載啓動數據庫到mount狀態

SQL> startup mountcode

SQL> startup mount
ORACLE instance started.

Total System Global Area 1603411968 bytes
Fixed Size                  2213776 bytes
Variable Size             402655344 bytes
Database Buffers         1191182336 bytes
Redo Buffers                7360512 bytes
Database mounted.

啓動數據庫

SQL> startupblog

SQL> startup
ORACLE instance started.

Total System Global Area 1603411968 bytes
Fixed Size                  2213776 bytes
Variable Size             402655344 bytes
Database Buffers         1191182336 bytes
Redo Buffers                7360512 bytes
Database mounted.
Database opened.

endit

相關文章
相關標籤/搜索