Sybase recommends that you enable forced logging of all database changes to the Oracle redo log file to ensure that all data that should be replicated is logged.
alter database FORCE LOGGING;
select force_logging from v$database;