ORA-24550 Signal Received Error From Client Based Application [ID

1284564.1]

修改时间

01-JUL-2011 类型

PROBLEM 状态 MODERATED

In this Document

Symptoms

Changes

Cause

Solution

References

This document is being delivered to you via Oracle Support's Rapid

Visibility (RaV) process and therefore has not been subject to an

independent technical review.

Applies to:

Oracle Server - Enterprise Edition - Version: 11.2.0.1 and

later [Release: 11.2 and later

]

Information in this document applies to any

platform.

OCI, OCCI, Precompiler based Applications such as Pro*C,

Pro*COBOL.

Symptoms

When trying to execute C program on Server - Oracle 11g 11.2.0.1 on

IBM AIX 64 bit, 6.1, the following error message is

received.

Application connects to Server with Oracle 11g

11.2.0.1:

ORA-24550 : signal received : [si_signo=11] [si_errno=0]

[si_code=50] [si_adr = 2020202020202020] killed

Depending on the Operating System the stack would

differ. For

example;

Linux x86-64 would be something

like;

/lib64/libpthread.so.0[0x3412a0673d]

/lib64/libc.so.6(clone+0x6d)[0x3411ed44bd] ORA-24550: signal

received: [si_signo=6] [si_errno=0] [si_code=-6] [si_int=0]

[si_ptr=0x200000000] [si_addr=0x1f400001c43]

kpedbg_dmp_stack()+314

Changes

Upgraded Database from Oracle 10g 10.2.0.1 to Oracle 11g

11.2.0.1

Cause

Diagnosability features which are turned on by default on Oracle

11g Release 2 causes the problem.

Parameters are:

DIAG_ADR_ENABLED

DIAG_SIGHANDLER_ENABLED

DIAG_DDE_ENABLED

Solution

1. Such errors can occur if the "Diagnosability" features are

'ON'.

To turn off the OCI signal handler and re-enable standard Operating

System failure processing, place the following parameter setting in

sqlnet.ora:

DIAG_SIGHANDLER_ENABLED=FALSE

By default this parameter is set to true.

If you want to see the old behavior you can simply turn off the

feature by placing the following parameter setting in your client

side sqlnet.ora file under $ORACLE_HOME/network/admin

directory.

2. In addition, please turn off other Diagnostics parameters as

well by placing the following entries in the client side or server

sqlnet.ora file. i.e., from where the application is

run.

DIAG_ADR_ENABLED=OFF

DIAG_SIGHANDLER_ENABLED=FALSE

DIAG_DDE_ENABLED=FALSE

References

BUG:9342118 - OCISTMTRELEASE CRASHES WITH CORE DUMP WHEN CALLED

OUTSIDE A TRANSACTION

NOTE:1062759.1 - ORA-24550 AND CRASH IN OCISTMTRELEASE after client

upgrade to ORACLE 11.2

显示相关信息 相关的

产品

Oracle

Database Products > Oracle Database > Oracle Database >

Oracle Server - Enterprise Edition

关键字

DIAGNOSTICS; HANDLER; OCCI; OCI; SQLNET.ORA

错误

ORA-24550

oracle24550,ORA-24550 Signal Received Error From Client Based Application相关推荐

  1. oracle24550,ORA-24550: signal received:这个问题的原因及解决办法

    今天写了个多线程访问数据库的程序,一直运行的好好的,突然就出现了下面的问题: ORA-24550: signal received: [si_signo=11] [si_errno=0] [si_co ...

  2. 443 ERROR [main] client.ConnectionManager$HConnectionImplementation: Can‘t get connection to ZooKeep

    HBase报错 443 ERROR [main] client.ConnectionManager$HConnectionImplementation: Can't get connection to ...

  3. Moodl:集成密码,消除错误phpCAS error: phpCAS::client(): type mismatched for parameter $se

    1. Generate Moodle password For generating a moodle password , first of all include the the configur ...

  4. pytorch报错“RuntimeError: DataLoader worker (pid 83709) is killed by signal: Bus error. It is .......“

    在docker容器里运行pytorch写的代码,报错:"RuntimeError: DataLoader worker (pid 83709) is killed by signal: Bu ...

  5. 异常:Handling ClientRegistrationException error: No client with requested id: null

    异常:Handling ClientRegistrationException error: No client with requested id: null 解决方案:传递参数的时候 传clien ...

  6. [ERROR] sarama.NewSyncProducer error:kafka: client has run out of available brokers to talk to (Is y

    [ERROR] sarama.NewSyncProducer error:kafka: client has run out of available brokers to talk to (Is y ...

  7. oracle ora 604,ORA-600 [17285] Error Followed By ORA-604 and/or ORA-7445 Errors

    : ORA-600 [17285] Error Followed By ORA-604 and/or ORA-7445 Errors : 464607.1 类型: PROBLEM 上次修订日期: 02 ...

  8. Nginx log error:client sent invalid userid cookie

    2019独角兽企业重金招聘Python工程师标准>>> 基于日志的统计分析按日志来源一般分为后端 cgi.app 日志和前端 js 挂码日志,其中前端 js 挂码由于与具体后端业务逻 ...

  9. oracle ora 13011,ORA-00600: internal error code, arguments: [13011]

    近期,一客户历史数据库屡次遇到ORA-00600: internal error code, arguments: [13011].附带的,还有ORA-01499 SQL> analyze ta ...

最新文章

  1. AI监视打工人,这个国家明确说:保护我方“摸鱼权”!
  2. 用Tableau制作3D旋转地球
  3. MySQL 中ANALYZE [LOCAL NO_WRITE_TO_BINLOG] TABLE tbl_name [, tbl_name] ...
  4. AI:IPPR的数学表示-CNN可视化语义分析
  5. 1.c++中初始化列表和构造函数初始化的区别是什么?2.类的成员变量的初始化顺序是按照声明顺序吗?
  6. java程序输出88的0 1矩阵_《剑指Offer》Java实现--顺时针打印矩阵
  7. LeetCode题库7:反转整数——JavaScript解答
  8. Mac Mysql 基本操作命令
  9. SQL Server 2012基本介绍
  10. 自动驾驶(五十八)---------自动驾驶2019年终盘点
  11. WordPress插件/WP资源下载管理插件 1.3.4
  12. iPhone中国移动收不到彩信,设置方法?
  13. 显示器尺寸 和 屏幕分辨率 和 有源信号分辨率 关系
  14. html中的阴影怎么使用,css 内阴影怎么做
  15. 使用 MATLAB Coder App生成MEX函数
  16. win11升级到22H2的疑难以及解决办法
  17. Python做游戏很难吗—来看看我做的多有趣
  18. 纯前端,js导出页面为pdf
  19. java数组声明语句代码,Java 数组(学习 Java 编程语言 013-014)
  20. 2020年全球数据中心十大发展趋势

热门文章

  1. DotnetSpider (二) Downloader的设置 Request自定义数据字典
  2. OAuth2.0网页授权 提示未关注该测试号
  3. Spring使用@Required注解依赖检查
  4. java kettle log_kettle使用log4j管理输出日志
  5. 微信公众平台 图片 java_Java微信公众平台之素材管理
  6. Elasticsearch索引迁移的三种方式
  7. php中try catch捕获异常实例详解
  8. mysql 5.7.13安装_安装MySQL 5.7.13
  9. 2020计算机基础知识考试题及答案,2020年计算机二级公共基础知识考试模拟习题及答案...
  10. java shp求相交面积_shp文件自相交处理的方法