久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      oracle怎么關(guān)閉em

      方法:1、用“emctl status dbconsole”查看em狀態(tài);2、用“emctl stop dbconsole”使em停止運(yùn)行;3、用“emca -deconfig dbcontrol db-repos drop”關(guān)閉em即可。

      oracle怎么關(guān)閉em

      本教程操作環(huán)境:Windows10系統(tǒng)、Oracle 11g版、Dell G3電腦。

      oracle怎么關(guān)閉em

      1、首先查看em的狀態(tài)

      $ emctl status dbconsole

      oracle怎么關(guān)閉em

      2、如果是正在運(yùn)行,則先停止其運(yùn)行,這是個(gè)好習(xí)慣

      $ emctl stop dbconsole

      oracle怎么關(guān)閉em

      3、然后,執(zhí)行命令

      $ emca -deconfig dbcontrol db -repos drop

      其實(shí)完成這個(gè)命令后,下面的腳本已經(jīng)不需要了,因?yàn)楸救擞H測,下面的所有語句都返回 object 已經(jīng)被刪除的錯(cuò)誤。

      不過,也不排除有時(shí)候會(huì)有殘留,所以寫成腳本保存,可以隨時(shí)使用。

      創(chuàng)建后續(xù)清理腳本

      $ vim dropEM.sql

      然后將下面的SQL語句拷貝到dropEM.sql中并保存

      drop public synonym setemviewusercontext; drop public synonym mgmt_target_blackouts; drop role mgmt_user; drop user mgmt_view cascade; drop user sysman cascade;

      在sqlplus 中調(diào)用該腳本

      SQL> @dropEM.sql

      就可以徹底刪除EM了。

      擴(kuò)展知識:

      ORACLE 12C EM的默認(rèn)啟動(dòng)端口是5500,為防止異常攻擊,建議將此端口對應(yīng)的服務(wù)進(jìn)行關(guān)閉,規(guī)避受攻擊風(fēng)險(xiǎn)。

      先查看Oracle服務(wù)器上所運(yùn)行的服務(wù),命令如下:

      oracle怎么關(guān)閉em

      使用lsnrctl status,查看監(jiān)聽狀態(tài)。

      oracle怎么關(guān)閉em

      推薦教程:《Oracle視頻教程》

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號