Oracle Large Object (LOB) Support

Oracle LOB data can exist in several formats in Oracle.

The LOB datatypes in Oracle are:

For those types stored in the database (all types except BFILE), Oracle records the content of the LOB in the redo log. The Replication Agent reads the LOB data from the redo log and submits the data for replication.

Because BFILE type data is stored outside of the database, the BFILE contents are not recorded in the redo log. To replicate the content of a BFILE, the Replication Agent connects to the primary Oracle database and issues a query to select the data from the BFILE. Selecting the BFILE data separately from other data in the redo log can provide a temporary out-of-sync condition if the BFILE contents are changed multiple times.

Related concepts
Replication of LOB Columns