Replicator version 4.1 under development. Use this if ReplServer crashes.
Version 4.1 has currently implemented:
- Slightly modified interface of Replication Manager.
- Detailed synchronization log can be written to a file.
- Different conflict resolution strategy can be choosen for tables.
- Different reaction to foreign key constraint violation can be
choosen for tables.
- All types of operations are used in offline conflict files.
- Improved diagnostic messages of the Replication Server.
- Interbase long object names are supported.
- Oracle Views and Stored Procedures are supported. Only standalone procedures, not in packets.
Must be like this:
PROC(K1 INTEGER, K2 VARCHAR2, D1 DATE, D2 BLOB, OLD_K1 INTEGER, OLD_K2 VARCHAR2, OP CHAR, RESULT OUT INTEGER)
Return values are: 0 - ok, 1 - conflict, anything else - error (using raise_application_error is better, though).