我的编程空间,编程开发者的网络收藏夹
学习永远不晚

ORA-12539: TNS:buffer over- or under-flow ORACLE 报错 故障修复 远程处理

短信预约 -IT技能 免费直播动态提醒
省份

北京

  • 北京
  • 上海
  • 天津
  • 重庆
  • 河北
  • 山东
  • 辽宁
  • 黑龙江
  • 吉林
  • 甘肃
  • 青海
  • 河南
  • 江苏
  • 湖北
  • 湖南
  • 江西
  • 浙江
  • 广东
  • 云南
  • 福建
  • 海南
  • 山西
  • 四川
  • 陕西
  • 贵州
  • 安徽
  • 广西
  • 内蒙
  • 西藏
  • 新疆
  • 宁夏
  • 兵团
手机号立即预约

请填写图片验证码后获取短信验证码

看不清楚,换张图片

免费获取短信验证码

ORA-12539: TNS:buffer over- or under-flow ORACLE 报错 故障修复 远程处理

文档解释

ORA-12539: TNS:buffer over- or under-flow

Cause: Buffer too small for incoming data or too large for outgoing data.

Action: This restriction (which is associated with CONNECT DATA) is not normally visible to the user. For further details, turn on tracing and reexecute the operation; contact Oracle Customer Support.

ORA-12539错误是一种Oracle数据库错误,意思是网络缓冲区溢出或低于预期。这意味着您的客户机正试图发送的数据超过了服务器正在接受的行大小设置。

Oracle官方解释是:“这说明客户机发送的字节数超过了服务器那里允许的字节数。这可能是由服务器上的行大小参数设置所致,如果它不是和客户机一致,那么可能会发生这种错误。”

这个错误最常见的原因是服务器主机上设置的行大小参数(ROWS = )与客户机上设置的不同。 因此,当客户端尝试发送更多数据时,服务器将拒绝它,然后抛出该异常。

正常处理方法及步骤

1.在客户端服务器上,使用SQL加载器程序查找客户端设置的ROWS参数值。

2.检查服务器主机上设置的ROWS参数值。

3.确认客户端ROWS参数值和服务器ROWS参数值是否相同,如果不同,请将客户端参数更改为跟服务器一致。

4.如果客户端已经设置ROWS参数为非常高的值,并且仍受到限制,请检查网络延迟,也许是这个原因导致的。

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

ORA-12539: TNS:buffer over- or under-flow ORACLE 报错 故障修复 远程处理

下载Word文档到电脑,方便收藏和打印~

下载Word文档

猜你喜欢

ORA-12539: TNS:buffer over- or under-flow ORACLE 报错 故障修复 远程处理

文档解释ORA-12539: TNS:buffer over- or under-flowCause: Buffer too small for incoming data or too large for outgoing
ORA-12539: TNS:buffer over- or under-flow ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-30089: missing or invalid ORACLE 报错 故障修复 远程处理

文档解释ORA-30089: missing or invalid Cause: A (YEAR, MONTH, DAY, HOUR, MINUTE, SECOND) is expected but not found, or a
ORA-30089: missing or invalid  ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-28552: pass-through SQL: call flow error ORACLE 报错 故障修复 远程处理

文档解释ORA-28552: pass-through SQL: call flow errorCause: A pass-through SQL function was called in an invalid
ORA-28552: pass-through SQL: call flow error ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-30740: cannot grant UNDER privilege on this object ORACLE 报错 故障修复 远程处理

文档解释ORA-30740: cannot grant UNDER privilege on this objectCause: The user tried to grant UNDER privilege on an object
ORA-30740: cannot grant UNDER privilege on this object ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-30996: Streams operations over non-existent stream ORACLE 报错 故障修复 远程处理

文档解释ORA-30996: Streams operations over non-existent streamCause: The stream passed is NULL or invalid.Action: Check the
ORA-30996: Streams operations over non-existent stream ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-13432: NULL or invalid blankCellValue ORACLE 报错 故障修复 远程处理

文档解释ORA-13432: NULL or invalid blankCellValueCause: The blankCellValue element could not be found in the metadata of a
ORA-13432: NULL or invalid blankCellValue ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-12548: TNS:incomplete read or write ORACLE 报错 故障修复 远程处理

文档解释ORA-12548: TNS:incomplete read or writeCause: A data send or receive failed.Action: Not normally visible to the
ORA-12548: TNS:incomplete read or write ORACLE 报错 故障修复 远程处理
2023-11-04

ORA-12075: invalid object or field ORACLE 报错 故障修复 远程处理

文档解释ORA-12075: invalid object or fieldCause: An attempt was made to access an invalid field or object in the Java
ORA-12075: invalid object or field ORACLE 报错 故障修复 远程处理
2023-11-04

ORA-24415: Missing or null username. ORACLE 报错 故障修复 远程处理

文档解释ORA-24415: Missing or null username.Cause: Username and password must be specified when pool is created in this
ORA-24415: Missing or null username. ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-38722: ON or OFF expected. ORACLE 报错 故障修复 远程处理

文档解释ORA-38722: ON or OFF expected.Cause: The ALTER DATABASE FLASHBACK command was specified without the ON or OFF
ORA-38722: ON or OFF expected. ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-16530: invalid buffer or length ORACLE 报错 故障修复 远程处理

文档解释ORA-16530: invalid buffer or lengthCause: A NULL buffer or a length of zero was specified.Action: Correct the
ORA-16530: invalid buffer or length ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-19379: invalid time_limit or repeat_interval ORACLE 报错 故障修复 远程处理

文档解释ORA-19379: invalid time_limit or repeat_intervalCause: The user specified a NULL value for either the time_limit or
ORA-19379: invalid time_limit or repeat_interval ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-22977: missing or invalid attribute ORACLE 报错 故障修复 远程处理

文档解释ORA-22977: missing or invalid attributeCause: Either the attribute name is missing in the WITH OBJECT OID clause or
ORA-22977: missing or invalid attribute ORACLE 报错 故障修复 远程处理
2023-11-04

ORA-02376: invalid or redundant resource ORACLE 报错 故障修复 远程处理

文档解释ORA-02376: invalid or redundant resourceCause: a create, or alter profile command which names a resource not yet
ORA-02376: invalid or redundant resource ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-19604: conversation file naming phase is over ORACLE 报错 故障修复 远程处理

文档解释ORA-19604: conversation file naming phase is overCause: A call was made to specify a file to be backed up or
ORA-19604: conversation file naming phase is over ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-32581: missing or invalid password ORACLE 报错 故障修复 远程处理

文档解释ORA-32581: missing or invalid passwordCause: An incorrect password was provided for the SYS or SYSTEM user in the
ORA-32581: missing or invalid password ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-22982: cannot create sub-view under this view ORACLE 报错 故障修复 远程处理

文档解释ORA-22982: cannot create sub-view under this viewCause: The view derives its OID from a table/view having primary
ORA-22982: cannot create sub-view under this view ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-25307: Enqueue rate too high, flow control enabled ORACLE 报错 故障修复 远程处理

文档解释ORA-25307: Enqueue rate too high, flow control enabledCause: Subscribers could not keep pace with the enqueue
ORA-25307: Enqueue rate too high, flow control enabled ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-15212: missing or invalid OWNER or GROUP name ORACLE 报错 故障修复 远程处理

文档解释ORA-15212: missing or invalid OWNER or GROUP nameCause: The command did not specify a valid name for either the
ORA-15212: missing or invalid OWNER or GROUP name ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-13465: null or invalid table or column specification ORACLE 报错 故障修复 远程处理

文档解释ORA-13465: null or invalid table or column specificationCause: The specified table or column did not exist, or the
ORA-13465: null or invalid table or column specification ORACLE 报错 故障修复 远程处理
2023-11-04

编程热搜

  • Python 学习之路 - Python
    一、安装Python34Windows在Python官网(https://www.python.org/downloads/)下载安装包并安装。Python的默认安装路径是:C:\Python34配置环境变量:【右键计算机】--》【属性】-
    Python 学习之路 - Python
  • chatgpt的中文全称是什么
    chatgpt的中文全称是生成型预训练变换模型。ChatGPT是什么ChatGPT是美国人工智能研究实验室OpenAI开发的一种全新聊天机器人模型,它能够通过学习和理解人类的语言来进行对话,还能根据聊天的上下文进行互动,并协助人类完成一系列
    chatgpt的中文全称是什么
  • C/C++中extern函数使用详解
  • C/C++可变参数的使用
    可变参数的使用方法远远不止以下几种,不过在C,C++中使用可变参数时要小心,在使用printf()等函数时传入的参数个数一定不能比前面的格式化字符串中的’%’符号个数少,否则会产生访问越界,运气不好的话还会导致程序崩溃
    C/C++可变参数的使用
  • css样式文件该放在哪里
  • php中数组下标必须是连续的吗
  • Python 3 教程
    Python 3 教程 Python 的 3.0 版本,常被称为 Python 3000,或简称 Py3k。相对于 Python 的早期版本,这是一个较大的升级。为了不带入过多的累赘,Python 3.0 在设计的时候没有考虑向下兼容。 Python
    Python 3 教程
  • Python pip包管理
    一、前言    在Python中, 安装第三方模块是通过 setuptools 这个工具完成的。 Python有两个封装了 setuptools的包管理工具: easy_install  和  pip , 目前官方推荐使用 pip。    
    Python pip包管理
  • ubuntu如何重新编译内核
  • 改善Java代码之慎用java动态编译

目录