lr_ntext_byte_order

NoteThis parameter is available only for Oracle and Microsoft SQL Server.

Ensures the byte order of NCLOB data (for Oracle) or NTEXT data (for Microsoft SQL Server) is sent correctly to the replicate database. The byte order being correct is necessary when you are replicating with different primary and replicate database types (Oracle to Microsoft SQL Server), or primary and replicate databases that are on different platforms (Windows to big endian UNIX).

Default

big

Values

big – big endian

little – little endian

Examples

Comments

See also

ltl_big_endian_unitext configuration parameter.