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

For Microsoft SQL Server: When replicating Microsoft SQL Server to Microsoft SQL Server, both the primary and replicate database must be little endian because Microsoft SQL Server runs only on Windows. The parameter should be set to little endian. If the replicate database is not Microsoft SQL Server, you need to know whether it is little endian or big endian, and set the parameter to match. For Oracle:When replicating Oracle to Oracle, you need to know the endian for the replicate database and set the parameter so the correct endian is sent to the replicate. The same applies when replicating to databases other than Oracle.

Comments