linux shell如何呼叫sqlplus關閉資料庫
-bash-3.2$ more shutdown.sh
sqlplus '/as sysdba'<
exit
EOF
proccnt=`ps -ef|grep ora_|grep -v ora|wc -l`
if [ ${proccnt} = 0 ]
then
echo 'oracle have stopped'
fi
-bash-3.2$ sqlplus '/as sysdba'
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jun 24 23:22:07 2013
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 313860096 bytes
Fixed Size 1336232 bytes
Variable Size 167775320 bytes
Database Buffers 138412032 bytes
Redo Buffers 6336512 bytes
Database mounted.
Database opened.
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
-bash-3.2$ . ./shutdown.sh
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jun 24 23:22:27 2013
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
oracle have stopped
-bash-3.2$
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-764810/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 資料庫關閉資料庫
- 3.3.1 關於關閉資料庫資料庫
- SHELL呼叫SQLPLUS一例SQL
- 安全關閉Oracle資料庫Oracle資料庫
- 如何以最快方式乾淨的關閉資料庫?資料庫
- mongodb關閉資料庫例項MongoDB資料庫
- 資料庫啟動和關閉資料庫
- LevelDB C++教程: 如何開啟和關閉資料庫C++資料庫
- Oracle資料庫基礎:程式中呼叫sqlplus的方式Oracle資料庫SQL
- 3.3.3 使用immiedit模式關閉資料庫模式資料庫
- 資料庫自動啟動關閉資料庫
- rac 管理 啟動關閉資料庫資料庫
- oracle資料庫的關閉過程Oracle資料庫
- 資料庫關閉的學問 (轉)資料庫
- 資料庫-SHELL資料庫
- Oracle SQLPLUS中DEFINE在SHELL中的呼叫OracleSQL
- Linux下啟動/關閉LINUX環境下ORACLE資料庫的OEMLinuxOracle資料庫
- 在資料庫繁忙時如何快速有效的關閉MySQL服務資料庫MySql
- RAC 資料庫的啟動與關閉資料庫
- 關閉ORACLE資料庫步驟參考Oracle資料庫
- ora-24324資料庫無法關閉資料庫
- informix 資料庫啟動關閉指令碼ORM資料庫指令碼
- Oracle資料庫的啟動與關閉Oracle資料庫
- Mysql 5.5 資料庫啟動關閉命令MySql資料庫
- Oracle資料庫的啟動和關閉Oracle資料庫
- 關閉資料庫比較好的方法資料庫
- DBA要謹慎關閉資料庫(轉)資料庫
- 【Shell】echo與 sqlplus命令相結合快速獲得資料庫資訊SQL資料庫
- 麒麟linux +達夢資料庫遠端圖形介面如何呼叫Linux資料庫
- 再次理解:關閉資料庫的幾個模式資料庫模式
- 開啟關閉oracle資料庫附加日誌Oracle資料庫
- 關閉資料庫的備份與恢復資料庫
- 資料庫連線未關閉的問題資料庫
- ORACLE資料庫的啟動和關閉(轉)Oracle資料庫
- dataguard standby資料庫的關閉和啟動資料庫
- 我的10G資料庫關閉LOG資料庫
- shell指令碼變數和sqlplus變數傳遞採集資料入oracle資料庫指令碼變數SQLOracle資料庫
- 【資料庫】—閉包資料庫