Length of LOB data exceeds maximum 65536

报错:

Exception: Message: ErrorCode: -2147204784, InnerException: System.Data.SqlClient.SqlException:

Length of LOB data (115388) to be replicated exceeds configured maximum 65536. 
The statement has been terminated

原因:  
是该数据库启动了SQL Server复制,而你尝试插入数据到一个配置了复制的文章的发布列text、ntext或image。

解决方法:  
为了解决该错误,先给该数据库做个完备,然后运行一下语句:

sp_configure ‘max text repl size‘, 2147483647     
 Go     
 RECONFIGURE    
 GO

注意:该设置立即生效无需重启SQL Server服务。

更多信息:  
“max text repl size”选项以字节为单位,指定了text、ntext、varchar(max)、nvarchar(max)、varbinary(max)、xml和image类型数据,可以以单一的INSERT、UPDATE、WRITETEXT或UPDATETEXT语句添加到被复制的列,或者被捕获的列。默认大小为65536。该值为-1表明没有限制,而无论数据类型。该选项适用于事务复制和变更数据捕获。当一个实例既配置了事务复制又配置了变更数据捕获,该值对两个特性都适用。该选项不适用于快照复制和合并复制。

参考:  
SQL Server 2008中的Max text repl size选项:    
http://msdn.microsoft.com/en-us/library/ms186225.aspx

时间: 2024-10-16 17:46:13

Length of LOB data exceeds maximum 65536的相关文章

FSG报表打印报错,log文件显示java.sql.SQLException: No corresponding LOB data found

报错信息: +---------------------------------------------------------------------------+ Plsql 程序的日志信息开始 +---------------------------------------------------------------------------+ +-----------------------------------------------------------------------

Oozie java.io.IOException: output.properties data exceeds its limit [2048]

在使用oozie调用sqoop时,报了下边这个错 Launcher AM execution failed java.io.IOException: output.properties data exceeds its limit [2048] at org.apache.oozie.action.hadoop.LocalFsOperations.getLocalFileContentAsString(LocalFsOperations.java:86) at org.apache.oozie.

管家婆 查找凭证 Date exceeds maximum of 19-12-31 报错解决办法

管家婆 凭证查找 Date exceeds maximum of 19-12-31  管家婆 打开经营历程 Date exceeds maximum of 19-12-31 紧急通报:管家婆软件最老的一些版本,大概是10-20年前的用户,服装普及版3.6x版本,辉煌8.x, 辉煌2005版本,标准版4.1x版本出现该问题.. 主要针对: 管家婆辉煌系列:管家婆辉煌851.辉煌2005.辉煌9.1 管家财贸双全 管家婆服装版等 官方的解决方法如下 尊敬的合作伙伴: 今天有部分客户出现了标题中的提示

管家婆财贸双全 凭证记账 Date exceeds maximum of 19-12-31 报错解决办法

紧急通报:管家婆软件最老的一些版本,大概是10-20年前的用户,服装普及版3.6x版本,辉煌8.x, 辉煌2005版本,标准版4.1x版本出现该问题.. 主要针对: 管家婆辉煌系列:管家婆辉煌851.辉煌2005.辉煌9.1 管家财贸双全普及版.标准版.财务版 管家工贸版 管家婆服装版 管家婆食品版 千方百剂等 官方的解决方法如下 尊敬的合作伙伴: 今天有部分客户出现了标题中的提示,我们此前已经沟通解决方案.请客户联系经销商处理. 1.标准版经销商先联系渠道协助进行换狗,然后把数据发给我们协助进

Data Types

原地址: Home / Database / Oracle Database Online Documentation 11g Release 2 (11.2) / Database Administration Data Types Each value manipulated by Oracle Database has a data type. The data type of a value associates a fixed set of properties with the va

Use LOB Storage

If LOB storage is not defined and LOB attribute size exceeds 4000 characters the attributes which overflow will automatically be placed in the tables tablespace in default configured LOB storage and index. If LOB storage is allowed to go to defaults

【12c】扩展数据类型(Extended Data Types)-- MAX_STRING_SIZE

[12c]扩展数据类型(Extended Data Types)-- MAX_STRING_SIZE 在12c中,与早期版本相比,诸如VARCHAR2, NAVARCHAR2以及 RAW这些数据类型的大小会从4K以及2K字节扩展至32K字节.只要可能,扩展字符的大小会降低对LOB 数据类型的使用.为了启用扩展字符大小,你必须将MAX_STRING_SIZE的初始数据库参数设置为EXTENDED. 要使用扩展字符类型需要执行以下过程: 1.关闭数据库 2.以升级模式重启数据库3.更改参数: ALT

Oracle LOB

Oracle .NET Framework 数据提供程序包括 OracleLob 类,该类用于使用 Oracle LOB 数据类型. OracleLob 可能是下列 OracleType 数据类型之一: 数据类型 描述 Blob 包含二进制数据的 Oracle BLOB 数据类型,其最大大小为 4 GB.此数据类型映射到 Byte 类型的 Array. Clob 包含字符数据的 Oracle CLOB 数据类型,根据服务器的默认字符集,其最大大小为 4 GB.此数据类型映射到 String. N

Network: Why 1472B length of ICMP?

when ping, specifying the length of the packet by: ping localhost -l 32 Actually default is -l 32, so if we omit the last option, the sent packets are the same. This packet is of real size of 82, consists of 8 bytes of Physical Layer, 14 bytes of Eth