aix系統資料庫sqlplus登陸報錯處理一例
搭建oracle12c備機過程中發現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的,都沒有問題。搜尋了網上都是系統相關問題
檢查了iocp引數果然沒有改
[xdhsdb@oracle:/oracle]$lsdev |grep iocp
iocp0 Defined I/O Completion Ports
修改引數重啟後解決問題
[xdhsdb@root:/]#chdev -l iocp0 -P -a autoconfig='available';
iocp0 changed
總結:
因為該備機的rootvg筆者是透過克隆方式複製過來的,雖然克隆原機引數修改了,但是克隆之後發現這個引數會被重置為預設狀態。
另外一些系統引數也需要修改並重啟
chdev -l sys0 -a maxuproc=16384
chdev -l sys0 -a maxbuf=500
[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的,都沒有問題。搜尋了網上都是系統相關問題
檢查了iocp引數果然沒有改
[xdhsdb@oracle:/oracle]$lsdev |grep iocp
iocp0 Defined I/O Completion Ports
修改引數重啟後解決問題
[xdhsdb@root:/]#chdev -l iocp0 -P -a autoconfig='available';
iocp0 changed
總結:
因為該備機的rootvg筆者是透過克隆方式複製過來的,雖然克隆原機引數修改了,但是克隆之後發現這個引數會被重置為預設狀態。
另外一些系統引數也需要修改並重啟
chdev -l sys0 -a maxuproc=16384
chdev -l sys0 -a maxbuf=500
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/438414/viewspace-2147942/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- AIX 未開啟AIO引起SQLPLUS登陸報錯exec(): 0509-036AISQL
- 登陸sqlplus hang /telnet很慢 for AixSQLAI
- AIX系統中,啟動資料庫報錯ORA-27504AI資料庫
- cacti登陸出現報錯:資料庫無法連線資料庫
- AIX系統故障處理AI
- strace解決sqlplus登陸緩慢的問題一例SQL
- w10系統qq無法登陸怎麼解決_win10系統qq登陸不上處理方法Win10
- sqlplus登入資料庫報錯ORA-12547: TNS:lost contactSQL資料庫
- sqlplus登陸方式SQL
- 【問題處理】“sqlplus / as sysdba”無法登陸——多餘的斜槓!SQL
- AIX系統啟動資料庫出現ORA-27504錯誤AI資料庫
- oracle在AIX系統上通過tar包安裝,sqlplus報aio錯誤OracleAISQL
- sqlplus登陸資訊提示SQL
- windows 下用 as sysdba登陸報錯Windows
- 限制資料庫登陸trigger資料庫
- 資料自動處理系統
- 用SQL Server資料庫處理資料層錯誤SQLServer資料庫
- Oracle資料庫系統緊急故障處理方法(轉)Oracle資料庫
- ASP.NET在刪除掉資料庫檔案後報錯處理ASP.NET資料庫
- TiDB DM同步報錯ErrCode 44006處理一例TiDB
- Redis4.0從庫複製報錯"master_link_status:down"處理一例RedisAST
- sqlplus 連線遠端資料庫系統SQL資料庫
- 按 F12獲取登陸資料,一鍵登陸巴西衛生部資料庫資料庫
- oracle dataguard資料同步故障處理一例Oracle
- 使用plsql develop內網登陸資料庫SQLdev內網資料庫
- 連Oracle資料庫報ORA-12547: TNS:lost contact問題處理一例Oracle資料庫
- AIX中使用DBCA建立資料庫ora-12547錯誤解決一例AI資料庫
- 大資料處理系統有哪些大資料
- 設定10046跟蹤處理資料庫不能open一例資料庫
- 【問題處理】Windows環境下exp備份資料ORA-00904錯誤處理一例Windows
- sqlplus能登入資料庫,但plsql登入不上SQL資料庫
- mysql登陸報錯mysql: unknown variable 'basedir=MySql
- 審計資料庫登陸登出觸發器資料庫觸發器
- 銀河麒麟系統安裝ORACLE資料庫問題處理Oracle資料庫
- 系統表空間IO錯誤 資料損壞處理一則
- 【原創】sqlserver2005 資料庫表損壞處理一例:SQLServer資料庫
- sqlplus / as sysdba無法登入的奇怪報錯SQL
- 資料庫sqlserver2008登陸名密碼登陸不了怎麼辦?資料庫SQLServer密碼