Ticket #123 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Saving records with clobs over 4000 characters fails in oracle

Reported by: bbowden Owned by: bbowden
Type: defect Priority: normal
Milestone: Component: Reactor - DBMS Interfaces
Version: Severity: normal
Keywords: Cc:

Description

Saving records with clobs over 4000 characters fails in oracle

Change History

Changed 2 years ago by bbowden

  • status changed from new to closed
  • resolution set to fixed
  • severity changed from blocker to normal

Fixed. The bug was caused by oracle returning 4000 for the length of clobs which is the length of what Oracle stores inline in the record. However, oracle can store several gb out of line.

Note: See TracTickets for help on using tickets.