ORA-12518: TNS: 監聽程式無法分發客戶機連線
/*ORA-12518: TNS: 監聽程式無法分發客戶機連線*/
[oracle@m1hfdata oracle]$ oerr ora 12518
12518, 00000, "TNS:listener could not hand off client connection"
// *Cause: The process of handing off a client connection to another process
// failed.
// *Action: Turn on listener tracing and re-execute the operation. Verify
// that the listener and database instance are properly configured for
// direct handoff. If problem persists, call Oracle Support.
// *Comment: The problem can be worked around by configuring dispatcher(s)
// to specifically handle the desired presentation(s), and connecting
// directly to the dispatcher, bypassing the listener.
12518, 00000, "TNS:listener could not hand off client connection"
// *Cause: The process of handing off a client connection to another process
// failed.
// *Action: Turn on listener tracing and re-execute the operation. Verify
// that the listener and database instance are properly configured for
// direct handoff. If problem persists, call Oracle Support.
// *Comment: The problem can be worked around by configuring dispatcher(s)
// to specifically handle the desired presentation(s), and connecting
// directly to the dispatcher, bypassing the listener.
SQL> sho parameter process
NAME TYPE VALUE
------------------------------------ ----------- ---------
aq_tm_processes integer 0
cell_offload_processing boolean TRUE
db_writer_processes integer 2
gcs_server_processes integer 0
global_txn_processes integer 1
job_queue_processes integer 1000
log_archive_max_processes integer 4
processes integer 150
SQL> select count(*) from v$process;
------------------------------------ ----------- ---------
aq_tm_processes integer 0
cell_offload_processing boolean TRUE
db_writer_processes integer 2
gcs_server_processes integer 0
global_txn_processes integer 1
job_queue_processes integer 1000
log_archive_max_processes integer 4
processes integer 150
SQL> select count(*) from v$process;
COUNT(*)
----------
149
----------
149
SQL> sho parameter session
NAME TYPE VALUE
------------------------------------ ----------- ---------
java_max_sessionspace_size integer 0
java_soft_sessionspace_limit integer 0
license_max_sessions integer 0
license_sessions_warning integer 0
session_cached_cursors integer 50
session_max_open_files integer 10
sessions integer 256
shared_server_sessions integer
SQL> select count(*) from v$session;
------------------------------------ ----------- ---------
java_max_sessionspace_size integer 0
java_soft_sessionspace_limit integer 0
license_max_sessions integer 0
license_sessions_warning integer 0
session_cached_cursors integer 50
session_max_open_files integer 10
sessions integer 256
shared_server_sessions integer
SQL> select count(*) from v$session;
COUNT(*)
----------
145
----------
145
--其中調整引數process即可解決此問題。
--如下:
--alter system set processes=500 scope=spfile;
--shutdown immediate;
--startup
--如下:
--alter system set processes=500 scope=spfile;
--shutdown immediate;
--startup
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26143577/viewspace-719803/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-12518 監聽程式無法分發客戶機連線
- TNS-12518: TNS: 監聽程式無法分發客戶機連線
- 開發二期分支dz2報錯ORA-12518: TNS: 監聽程式無法分發客戶機連線
- PLSQL Developer 客戶端沒有TNS監聽,無法連線資料庫SQLDeveloper客戶端資料庫
- 遠端客戶端連線資料庫時提示TNS-12541: TNS: 無監聽程式客戶端資料庫
- 客戶端通過SCAN TNS無法連線ORA-12545客戶端
- TNS-12541: TNS: 無監聽程式
- ora- 12514 tns 監聽程式當前無法識別連線描述符中請求連線
- 【LISTENER】Oracle分析連線監聽情況,判斷客戶端IP分佈Oracle客戶端
- ORA-12514: TNS: 監聽程式當前無法識別連線描述符中
- Windows 平臺監聽程式無法啟動 報TNS-12560 TNS-00530Windows
- 宿主機/客戶端無法連線虛擬機器/主機Oracle11g客戶端虛擬機Oracle
- netty服務端監聽客戶端連線加入和斷開事件Netty服務端客戶端事件
- 客戶端無法連線資料庫的小問題客戶端資料庫
- SQLyog客戶端無法連線MySQL伺服器案例分析客戶端MySql伺服器
- ORA-12514 TNS 監聽程式當前無法識別連線描述符中請求服務 的解決方法
- 記錄一次一次監聽無法連線的錯誤
- ORA-12505: TNS: 監聽程式當前無法識別連線描述符中所給出的SID等錯誤解決方法
- 客戶端連線資料時會報“ORA-12537:TNS連線已關閉”客戶端
- impala客戶端連線客戶端
- Redis客戶端連線Redis客戶端
- AIX系統中安裝ORACLE,客戶端連線時,監聽會宕掉的問題AIOracle客戶端
- 連線oracle 客戶端vs2010除錯提示ORA-12154: TNS: 無法解析指定的連線識別符號:轉載Oracle客戶端除錯符號
- ssh遠端埠轉發無法監聽0.0.0.0
- 建立細分客戶的無監督學習專案
- Oracle監聽程式當前無法識別連線描述符中請求服務 解決方法Oracle
- 11G RAC 一節點當機後修改監聽相關配置使通過當機節點VIP連線資料庫的客戶端可以連線資料庫客戶端
- TNS-01189: 監聽程式無法驗證使用者 問題解決一例
- 指定無線網路卡監聽通道
- Oracle 10g RAC客戶端配置監聽Oracle 10g客戶端
- 印表機無法連線怎麼辦 印表機連線不了的方法
- 如何在VirtualBox客戶機使用符號連線符號
- TNS-12537監聽程式啟不來
- windows10系統下遠端桌面連線失敗客戶端無法建立與遠端計算機的連線如何解決Windows客戶端計算機
- ASM例項配置監聽和TNSASM
- 客戶端tns裡host配置主機名的方法客戶端
- mysql、redis 客戶端連線池MySqlRedis客戶端
- vncserver建立與客戶端連線VNCServer客戶端