View Issue Details

IDProjectCategoryView StatusLast Update
0004136SymmetricDSBugpublic2019-11-01 12:44
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.10.4 
Target Version3.10.5Fixed in Version3.10.5 
Summary0004136: Oracle character set problem with "value too large for column"
DescriptionWhen the Oracle database is set to use CHAR instead of BYTE length semantics, an error can occur with both SYM and user tables:

ORA-12899: value too large for column "SYM_NODE_GROUP_LINK"."DATA_EVENT_ACTION" (actual: 4, maximum: 1)
Additional Informationselect VALUE from NLS_SESSION_PARAMETERS where PARAMETER='NLS_LENGTH_SEMANTICS';
select value FROM NLS_DATABASE_PARAMETERS where parameter='NLS_LENGTH_SEMANTICS';
TagsNo tags attached.

Relationships

related to 0004028 closedelong failed to sync when Oracle column which datatype is char changes it's value to chinese characters 

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.10 72ab1ab6

2019-10-30 12:51:35

admin

Details Diff
0004136: Oracle character set problem with "value too large for column" Affected Issues
0004136
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/AbstractDatabasePlatform.java Diff File

Issue History

Date Modified Username Field Change
2019-10-30 16:46 elong New Issue
2019-10-30 16:46 elong Status new => assigned
2019-10-30 16:46 elong Assigned To => elong
2019-10-30 16:46 elong Project SymmetricDS Pro => SymmetricDS
2019-10-30 16:48 elong Relationship added related to 0004028
2019-10-30 16:54 elong Status assigned => resolved
2019-10-30 16:54 elong Resolution open => fixed
2019-10-30 16:54 elong Fixed in Version => 3.10.5
2019-10-30 17:00 admin Changeset attached => SymmetricDS 3.10 72ab1ab6
2019-11-01 12:44 admin Status resolved => closed