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

ORA-26868: string must be called during OCIXStreamInLCRSend execution ORACLE 报错 故障修复 远程处理

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

北京

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

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

看不清楚,换张图片

免费获取短信验证码

ORA-26868: string must be called during OCIXStreamInLCRSend execution ORACLE 报错 故障修复 远程处理

文档解释

ORA-26868: string must be called during OCIXStreamInLCRSend execution

Cause: An attempt was made to execute the specified function while OCIXStreamInLCRSend call was not in progress.

Action: Check your program and make sure the specified call is invoked during OCIXStreamInLCRSend callback function.

ORA-26868: string must be called during OCIXStreamInLCRSend的执行的细节:

该错误指示在执行OCIXStreamInLCRSend时,必须调用string()。

官方解释

ORA-26868:在执行OCIXStreamInLCRSend时必须使用string()

在使用Real-Time Materialized View (RTVM)时,ORA-26868是由于使用基于流的API而引起的。当调用XStreamInLCRSend时,必须指定stream name。

下面是XStreamInLCRSend接口的声明:

sword OCIXStreamInLCRSend(OCIEnv *envhp, OCISvcCtx *svchp, OCIError *errhp, OCITrans *trans, OCILobLocator *datahp, OCILobLocator *ctrlhp, ub2 ctrllen, ub2 datalen, ub1 ctrlcpp, ub1 datacpp, ub1 ctrllp, ub1 datalp, ub4 flag);

一般处理方法及步骤

1、正确调用XStreamInLCRSend之前,应特别注意确保已调用OCIStringAlloc()为string结构分配足够的内存。

2、将字符串放入string结构中。

3、调用OCIStringAllocForStreamIn()。

4、在XStreamInLCRSend函数调用时,传入string结构。

5、如果数据库操作完成后,请确保释放string结构内存,调用OCIStringResize()清空string结构内容,并调用OCIStringFree()以释放占用的内存。

免责声明:

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

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

ORA-26868: string must be called during OCIXStreamInLCRSend execution ORACLE 报错 故障修复 远程处理

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

下载Word文档

猜你喜欢

ORA-26868: string must be called during OCIXStreamInLCRSend execution ORACLE 报错 故障修复 远程处理

文档解释ORA-26868: string must be called during OCIXStreamInLCRSend executionCause: An attempt was made to execute the
ORA-26868: string must be called during OCIXStreamInLCRSend execution ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-26867: string must be called during OCIXStreamOutLCRReceive execution ORACLE 报错 故障修复 远程处理

文档解释ORA-26867: string must be called during OCIXStreamOutLCRReceive executionCause: An attempt was made to execute the
ORA-26867: string must be called during OCIXStreamOutLCRReceive execution ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-13709: Required parameter “string” must be set before execution. ORACLE 报错 故障修复 远程处理

文档解释ORA-13709: Required parameter string must be set before execution.Cause: The parameter needs to be set before
ORA-13709: Required parameter “string” must be set before execution. ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-16304: procedure must first be called on primary database ORACLE 报错 故障修复 远程处理

文档解释ORA-16304: procedure must first be called on primary databaseCause: A call was made to DBMS_LOGSTDBY.EDS_ADD_TABLE
ORA-16304: procedure must first be called on primary database ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-00093: string must be between string and string ORACLE 报错 故障修复 远程处理

文档解释ORA-00093: string must be between string and stringCause: The parameter value is not in a valid range.Action:
ORA-00093: string must be between string and string ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-24852: protocol error during statement execution ORACLE 报错 故障修复 远程处理

文档解释ORA-24852: protocol error during statement executionCause: An internal protocol error occurred while receiving
ORA-24852: protocol error during statement execution ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-40002: wordsize must be string or greater ORACLE 报错 故障修复 远程处理

文档解释ORA-40002: wordsize must be string or greaterCause: The input wordsize is less than the prescribed limit for the
ORA-40002: wordsize must be string or greater ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-12842: Cursor invalidated during parallel execution ORACLE 报错 故障修复 远程处理

文档解释ORA-12842: Cursor invalidated during parallel executionCause: The cursor was invalidated during the parse phase of
ORA-12842: Cursor invalidated during parallel execution ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-00091: LARGE_POOL_SIZE must be at least string ORACLE 报错 故障修复 远程处理

文档解释ORA-00091: LARGE_POOL_SIZE must be at least stringCause: The value of LARGE_POOL_SIZE is below the minimum
ORA-00091: LARGE_POOL_SIZE must be at least string ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-15494: compatible.advm must be string or higher ORACLE 报错 故障修复 远程处理

文档解释ORA-15494: compatible.advm must be string or higherCause: An attempt was made to set the ADVM compatibility to a
ORA-15494: compatible.advm must be string or higher ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-13768: Snapshot ID must be between string and string. ORACLE 报错 故障修复 远程处理

文档解释ORA-13768: Snapshot ID must be between string and string.Cause: The user attempted to select data from the workload
ORA-13768: Snapshot ID must be between string and string. ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-19208: parameter string of function string must be aliased ORACLE 报错 故障修复 远程处理

文档解释ORA-19208: parameter string of function string must be aliasedCause: The indicated parameter of the XML generation
ORA-19208: parameter string of function string must be aliased ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-03171: Recovery was terminated during query execution ORACLE 报错 故障修复 远程处理

文档解释ORA-03171: Recovery was terminated during query executionCause: Recovery was terminated. A query can ocassionally
ORA-03171: Recovery was terminated during query execution ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-12852: PARALLEL_MIN_SERVERS must be less than PROCESSES, string ORACLE 报错 故障修复 远程处理

文档解释ORA-12852: PARALLEL_MIN_SERVERS must be less than PROCESSES, stringCause: An attempt was made to set the
ORA-12852: PARALLEL_MIN_SERVERS must be less than PROCESSES, string ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-13647: Setting of parameter string is disallowed during task execution. ORACLE 报错 故障修复 远程处理

文档解释ORA-13647: Setting of parameter string is disallowed during task execution.Cause: You attempted to set the value of
ORA-13647: Setting of parameter string is disallowed during task execution. ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-04001: sequence parameter string must be an integer ORACLE 报错 故障修复 远程处理

文档解释ORA-04001: sequence parameter string must be an integerCause: %s (a sequence parameter) specified was not an
ORA-04001: sequence parameter string must be an integer ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-27475: “string.string” must be a string ORACLE 报错 故障修复 远程处理

文档解释ORA-27475: string.string must be a stringCause: An object of the wrong type was specified. For example, a table
ORA-27475: “string.string” must be a string ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-13530: invalid TOPNSQL string, must be in the range (string, string) ORACLE 报错 故障修复 远程处理

文档解释ORA-13530: invalid TOPNSQL string, must be in the range (string, string)Cause: The user has specified a TOPNSQL
ORA-13530: invalid TOPNSQL string, must be in the range (string, string) ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-16073: archiving must be enabled ORACLE 报错 故障修复 远程处理

文档解释ORA-16073: archiving must be enabledCause: Online log file archiving is disabled.Action: Enable log file
ORA-16073: archiving must be enabled ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-53037: invalid range tag, string must be less than string ORACLE 报错 故障修复 远程处理

文档解释ORA-53037: invalid range tag, string must be less than stringCause: The operation failed because an invalid range
ORA-53037: invalid range tag,  string must be less than  string ORACLE 报错 故障修复 远程处理
2023-11-05

编程热搜

  • 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动态编译

目录