溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

aix系統(tǒng)數(shù)據(jù)庫sqlplus登陸報錯處理一例

發(fā)布時間:2020-08-07 09:31:47 來源:ITPUB博客 閱讀:262 作者:shuyingxi 欄目:建站服務器
搭建oracle12c備機過程中發(fā)現(xiàn)sqlplus登陸報錯如下:
[xdhsdb@oracle:/oracle]$sqlplus

exec(): 0509-036 Cannot load program sqlplus because of the following errors:
        0509-130 Symbol resolution failed for /oracle/app/oracle/product/12.2.0/dbhome_1/lib/libons.so because:
        0509-136   Symbol CreateIoCompletionPort (number 93) is not exported from
                   dependent module /unix.
        0509-136   Symbol GetQueuedCompletionStatus (number 94) is not exported from
                   dependent module /unix.
        0509-136   Symbol ReadFile (number 95) is not exported from
                   dependent module /unix.
        0509-136   Symbol WriteFile (number 96) is not exported from
                   dependent module /unix.
        0509-026 System error: Error 0
        0509-192 Examine .loader section symbols with the
                 'dump -Tv' command.

因為筆者之前是解壓縮tar包的方式安裝oracle的,都沒有問題。搜索了網(wǎng)上都是系統(tǒng)相關問題
檢查了iocp參數(shù)果然沒有改
[xdhsdb@oracle:/oracle]$lsdev |grep iocp
iocp0      Defined               I/O Completion Ports

修改參數(shù)重啟后解決問題
[xdhsdb@root:/]#chdev -l iocp0 -P -a autoconfig='available';
iocp0 changed

總結:
因為該備機的rootvg筆者是通過克隆方式拷貝過來的,雖然克隆原機參數(shù)修改了,但是克隆之后發(fā)現(xiàn)這個參數(shù)會被重置為默認狀態(tài)。

另外一些系統(tǒng)參數(shù)也需要修改并重啟
chdev -l sys0 -a maxuproc=16384
chdev -l sys0 -a maxbuf=500
向AI問一下細節(jié)

免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權內(nèi)容。

AI