Oracle 10G for linux常用命令淺析
如果你想更好的了解Oracle 10G for linux常用命令的相關(guān)內(nèi)容的話,你就必須的了解Oracle 10G for linux常用命令中的基本概念,以下就是Oracle 10G for linux常用命令的相關(guān)內(nèi)容的具體介紹,希望你在瀏覽完此篇文章之后會(huì)有會(huì)所了解。
首先以O(shè)racle用戶登錄
1、 $/oracle/oracle/app/product/101/bin/dbstart:啟動(dòng)數(shù)據(jù)庫。
2、 $/oracle/oracle/app/product/101/bin/dbshut:關(guān)閉數(shù)據(jù)庫。
3、 $/oracle/oracle/app/product/101/bin/dbca:數(shù)據(jù)庫配置助理,進(jìn)行數(shù)據(jù)庫安裝、刪除和修改。
4、 $/oracle/oracle/app/product/101/bin/netca:數(shù)據(jù)庫網(wǎng)絡(luò)服務(wù)配置管理。
5、 $/oracle/oracle/app/product/101/bin/netmgr:數(shù)據(jù)庫網(wǎng)絡(luò)服務(wù)和監(jiān)聽配置助理。
6、 $/oracle/oracle/app/product/101/bin/sqlplus:可運(yùn)行SQL,進(jìn)行數(shù)據(jù)庫操作,并可起停數(shù)據(jù)庫。運(yùn)行sqlplus命令,輸入sys用戶和口令登陸以后,運(yùn)行如下命名:
〉shutdown immediate 立即關(guān)閉數(shù)據(jù)庫
〉startup 啟動(dòng)數(shù)據(jù)庫
7、
- $/oracle/oracle/app/product/101/bin/lsnrctl start
啟動(dòng)數(shù)據(jù)庫監(jiān)聽
- $/oracle/oracle/app/product/101/bin/lsnrctl stop
關(guān)閉數(shù)據(jù)庫監(jiān)聽
- $/oracle/oracle/app/product/101/bin/lsnrctl status
察看數(shù)據(jù)庫監(jiān)聽運(yùn)行狀態(tài)
8、emctl stop dbconsole 關(guān)閉Oracle EM管理
emctl start dbconsole 啟動(dòng)Oracle EM 管理
以上的相關(guān)內(nèi)容就是對(duì)Oracle 10G for linux常用命令的介紹,望你能有所收獲。
【編輯推薦】