• 数据库升级到19后,大量的 ORA-3137「kpoal8Check-5」 错误


    数据库从11G升级到19C后,报警日志中不停的报这个ORA-3137的错误,

    如下:

    。。。

    ORA-03137: TC : [kpoal8Check-5] [0] [0x000000000] [0x000000000] [0] [0] [265512] []
    Session (886,4908): Bad TTC Packet Detected: Inbound connection from DBID: (DESCRIPTION =(A GLOBAL_DB_NAME: (DESCRIPTION =(A
    Session (886,4908): Bad TTC Packet Detected: DB Logon User: CHIS, Remote Machine: WORKGROUP\WIN-3UVLE0V53JO, Program: w3wp.exe, OS User: DRGs????
    Session (886,4908): Bad TTC Packet Detected: Client IP Address: 192.168.10.10
    。。。
     

    TRACE文件中,包含:ksedst1,ksedst,dbkedDefDump,ksedmp,dbgexPhaseII,dbgexProcessError,dbgePostErrorKGE,dbkePostKGE_kgsf,kgeade,kgerelv,opiierr,kpoal8Check ,kpoal8,opiodr,ttcpip,opitsk,opiino,opiodr,opidrv,sou2o,opimai_real,ssthrdmain,main,libc_start_main

    这个主要是客户端版本和数据库服务器版本不匹配导致的,有些客户端版本还是8I,9I,

    解决办法:升级客户端到11.2.0.4以上版本即可.

    参见官方文档:

    2296523.1

    ORA-3137[kpoal8Check-5] from Incompatible Client Version Connecting to a 12.2 Database (文档 ID 2296523.1)


    In this Document
    Symptoms
    Changes
    Cause
    Solution
    References


    APPLIES TO:
    Oracle Database Backup Service - Version N/A and later
    Oracle Database Exadata Express Cloud Service - Version N/A and later
    Oracle Database Cloud Exadata Service - Version N/A and later
    Oracle Database Cloud Service - Version N/A and later
    Oracle Database - Enterprise Edition - Version 12.2.0.1 and later
    Information in this document applies to any platform.
    SYMPTOMS
    The following errors occur in the alert log:


    ORA-03137 : [kpoal8Check-5] [0] [0x000000000] [0x000000000] [0] [0] [2080] []
    2017-07-27T16:34:55.075221+03:00
    Session (491,42000): Bad TTC Packet Detected: Inbound connection from client
    Session (491,42000): Bad TTC Packet Detected: DB Logon User: , Remote Machine: , Program: , OS User:
    Session (491,42000): Bad TTC Packet Detected: Client IP Address:
    2017-07-27T16:34:56.506362+03:00
    Errors in file /diag/rdbms///trace/_ora_27281.trc (incident=128688):
    ORA-03137: [kpoal8Check-5] [0] [0x000000000] [0x000000000] [0] [0] [2080] []
    2017-07-27T16:34:56.508811+03:00
    Session (491,42000): Bad TTC Packet Detected: Inbound connection from client
    Session (491,42000): Bad TTC Packet Detected: DB Logon User: , Remote Machine: , Program: , OS User:
    Session (491,42000): Bad TTC Packet Detected: Client IP Address:
    Errors in file /diag/rdbms///trace/_ora_27281.trc (incident=132001):
    ORA-03137: [kpoal8Check-5] [0] [0x000000000] [0x000000000] [0] [0] [2080] []
    Session (491,42000): Bad TTC Packet Detected: Inbound connection from client
    Session (491,42000): Bad TTC Packet Detected: DB Logon User: , Remote Machine: , Program: , OS User:
    Session (491,42000): Bad TTC Packet Detected: Client IP Address:
    The Call Stack Trace in the associated incident trace file shows:
    opiierr <- kpoal8Check <- kpoal8 <- opiodr <- ttcpip <- opitsk <- opiino <- opiodr <- opidrv <- sou2o
    CHANGES
    The database was upgraded to 12.2.
    CAUSE
    This issue is caused by the client version not being compatible with 12.2 RDBMS server version. Unlike previous versions, Oracle has added some strict checks in 12.2.0.1 and client applications must comply with these checks.
    This issue was investigated in unpublished Bug 26092744 which was closed as Not a Bug.
    SOLUTION
    Upgrade the client to a compatible level.
    REFERENCES

     

  • 相关阅读:
    基于一个多分类问题比较bert单任务训练和多任务训练
    04 【折线图】
    解决:Python在终端通过pip安装好包以后,在Pycharm中依然无法使用的问题
    MySQL 游标的详解
    GLTF-pipeline
    Linux部署Nginx并实现网络代理
    JVM详解
    图像与点云三维重建算法
    wins10安装ffmpeg
    LabVIEW​能否​像​C​语言​一样
  • 原文地址:https://blog.csdn.net/cqszpx/article/details/127706114