My Oracle Support Banner

Oracle 10.3.6.9 Bug Report - EclipseLink Issue With Lazy Loaded Lob Fields. (Doc ID 2025009.1)

Last updated on MARCH 04, 2024

Applies to:

Oracle TopLink - Version 11.1.1.5.0 to 12.1.3.0.0 [Release Oracle11g to 12c]
Oracle WebLogic Server - Version 10.3.5 to 12.1.3.0.0
Information in this document applies to any platform.

Symptoms

Problem appears In Oracle WLS 10.3.6

A persistent unit is defined with 2 entities:

The steps to reproduce the issue are as follows:

Transaction 1:

1.Create a single LazyLobEntity with content in both the ‘string’ and ‘lazyLob’ fields.
2.Clear the underlying L2 cache. This simulates a timeout of the cached data or the scenario in which the cache is full.

Transaction 2:

1.Delete the UnrelatedEntity entities using a DELETE query.
2.Load and modify the LazyLobEntity but do not access it’s ‘lazyLob’ field.

Transaction 3:

1.Load the LazyLobEntity
2.Read the ‘lazyLob’ field.

  
In Transaction 3.2, the content of the ‘lazyLob’ field is returned as ‘null’. This is wrong. It should contain the value set in the ‘lazyLob’ field in Transaction 1. Checking in the database reveals that the value of the ‘lazyLob’ field has been set correctly.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.