TimesTen Error Messages

TT-01818

Warning: Open LOBs exist at transaction commit time


Cause

You attempted to commit a transaction with open LOBs.


Action

Make sure your application closes open LOBs before a commit. For more information on closing LOBs, see CLOSE Procedures in Oracle TimesTen In-Memory Database PL/SQL Packages Reference.


Additional Information

TimesTen closes the LOBs and commits the transaction.