Determines whether LOB column replication is enabled by default at the time a table is marked.
false
true – LOB column replication is enabled by default (automatically) at the time a table is marked.
false – LOB column replication is disabled by default at the time a table is marked.
If the pdb_dflt_column_repl parameter is set to false at the time a table is marked for replication, no transactions that affect LOB columns in the table can be replicated until replication is explicitly enabled with the pdb_setrepcol command.
You can use the pdb_setrepcol command to enable or disable replication for all LOB columns in all marked tables at once.
When replication is disabled for a LOB column, any part of an operation that affects that column will not be recorded in the transaction log.