Solaris 下的 oracle 的基本操作(轉)
Solaris 下的 oracle 的基本操作(轉)[@more@]一、啟動、關閉資料庫
1、啟動資料庫監聽
su - oracle
---切換oracle使用者(如果使用su oracle ,則啟動時不執行.profile使用者環境配置檔案)
$ lsnrctl start
---啟動監聽
2、啟動資料庫$ sqlplus "/ as sysdba"
---用sys使用者登陸sqlplus
SQL*Plus: Release 9.2.0.5.0 -
Production on Thu Oct 9 15:06:11 2003Copyright (c) 1982, 2002, Oracle Corporation.
All rights reserved.Connected to an idle instance.
SQL> startup
---啟動資料庫
ORACLE instance started.
Total System Global Area 538412728 bytes
Fixed Size 743096 bytes
Variable Size 268435456 bytes
Database Buffers 268435456 bytes
Redo Buffers 798720 bytes
Database mounted.
Database opened.
SQL> exit
---退出sqlplus
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
With the Partitioning optionJServer Release 9.2.0.5.0 - Production
或者
$dbstart
3、檢視資料庫程式
$ ps -ef|grep ora_
---檢視oracle程式
oracle 688322 1 0 15:06:20 - 0:00 ora_smon_bxmis
oracle 696534 704704 0 15:06:35
pts/4 0:00 grep ora_ oracle 729224 1 0 15:06:20 - 0:00 ora_dbw0_bxmis oracle 745618 1 0 15:06:20 - 0:00 ora_reco_bxmis oracle 770216 1 0 15:06:20 - 0:00 ora_ckpt_bxmis oracle 778394 1 0 15:06:20 - 0:00 ora_pmon_bxmis oracle 843876 1 0 15:06:20 - 0:00 ora_qmn0_bxmis oracle 901342 1 0 15:06:20 - 0:00 ora_lgwr_bxmis oracle 925704 1 0 15:06:20 - 0:00
ora_cjq0_bxmis
$ ps -ef|grep lsnr
---檢視oracle監聽程式
4、關閉資料庫
$ sqlplus "/ as sysdba
"SQL*Plus: Release 9.2.0.5.0 - Production on Thu Oct 9 15:07:04 2003Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit ProductionWith the Partitioning optionJServer Release 9.2.0.5.0 - Production
SQL> shutdown immediate
---關閉資料庫Database closed.
Database dismounted.ORACLE instance shut down.
SQL> exitDisconnected from Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit ProductionWith the Partitioning optionJServer Release 9.2.0.5.0 - Production
或者
$dbshut
5、停止資料庫監聽
$ lsnrctl stop---停止監聽
1、啟動資料庫監聽
su - oracle
---切換oracle使用者(如果使用su oracle ,則啟動時不執行.profile使用者環境配置檔案)
$ lsnrctl start
---啟動監聽
2、啟動資料庫$ sqlplus "/ as sysdba"
---用sys使用者登陸sqlplus
SQL*Plus: Release 9.2.0.5.0 -
Production on Thu Oct 9 15:06:11 2003Copyright (c) 1982, 2002, Oracle Corporation.
All rights reserved.Connected to an idle instance.
SQL> startup
---啟動資料庫
ORACLE instance started.
Total System Global Area 538412728 bytes
Fixed Size 743096 bytes
Variable Size 268435456 bytes
Database Buffers 268435456 bytes
Redo Buffers 798720 bytes
Database mounted.
Database opened.
SQL> exit
---退出sqlplus
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
With the Partitioning optionJServer Release 9.2.0.5.0 - Production
或者
$dbstart
3、檢視資料庫程式
$ ps -ef|grep ora_
---檢視oracle程式
oracle 688322 1 0 15:06:20 - 0:00 ora_smon_bxmis
oracle 696534 704704 0 15:06:35
pts/4 0:00 grep ora_ oracle 729224 1 0 15:06:20 - 0:00 ora_dbw0_bxmis oracle 745618 1 0 15:06:20 - 0:00 ora_reco_bxmis oracle 770216 1 0 15:06:20 - 0:00 ora_ckpt_bxmis oracle 778394 1 0 15:06:20 - 0:00 ora_pmon_bxmis oracle 843876 1 0 15:06:20 - 0:00 ora_qmn0_bxmis oracle 901342 1 0 15:06:20 - 0:00 ora_lgwr_bxmis oracle 925704 1 0 15:06:20 - 0:00
ora_cjq0_bxmis
$ ps -ef|grep lsnr
---檢視oracle監聽程式
4、關閉資料庫
$ sqlplus "/ as sysdba
"SQL*Plus: Release 9.2.0.5.0 - Production on Thu Oct 9 15:07:04 2003Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit ProductionWith the Partitioning optionJServer Release 9.2.0.5.0 - Production
SQL> shutdown immediate
---關閉資料庫Database closed.
Database dismounted.ORACLE instance shut down.
SQL> exitDisconnected from Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit ProductionWith the Partitioning optionJServer Release 9.2.0.5.0 - Production
或者
$dbshut
5、停止資料庫監聽
$ lsnrctl stop---停止監聽
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617542/viewspace-961515/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Solaris 基本命令(轉)
- Solaris下Domino資料的移植(轉)
- oracle基本操作Oracle
- solaris下安裝oracleOracle
- Solaris 與系統資訊有關的操作命令(轉)
- Oracle--02對錶的基本操作Oracle
- ORACLE的基本語法(轉)Oracle
- 【轉】C++ map的基本操作和使用C++
- Solaris下安裝Oracle817Oracle
- Oracle 基本操作之 tableOracle
- oracle檢視基本操作Oracle
- Oracle中的LOB操作(轉)Oracle
- Oracle的並行操作[轉]Oracle並行
- Solaris下的常用命令和使用方法(轉)
- NIS下solaris和linxu的client實現AutoFS(轉)client
- Go 操作 Redis 的基本操作GoRedis
- solaris下的gcc安裝GC
- 在solaris 10/x86下安裝oracle10——ZT(轉)Oracle
- Docker的基本操作Docker
- MySQL的基本操作MySql
- git的基本操作Git
- 模組的基本操作
- 棧的基本操作
- webdriver的基本操作Web
- hash的基本操作
- solaris下-silent方式安裝oracle clientOracleclient
- Solaris下設定Oracle自啟動Oracle
- Oracle Dataguard基本操作語句Oracle
- oracle10g_audit_solaris_轉載oracle baseOracle
- Oracle和SUN Solaris核心引數(轉)Oracle
- 執行緒的狀態轉換以及基本操作執行緒
- linux下oracle的簡單操作LinuxOracle
- Solaris下的hosts和IP地址
- Solaris下Oracle RAC 11.2.0.4 安裝方法Oracle
- solaris 10下的oracle 10g 自動啟動指令碼Oracle 10g指令碼
- 活動(Activity)的基本操作
- JS — 物件的基本操作JS物件
- react的基本操作(1)React