RSSD (for Oracle)

Replication Server requires changes to the RSSD to support Oracle datatypes. To implement these changes, execute the following Replication Server scripts against the RSSD database.

NoteIn each script, you must set the “use RSSD” statement to point to the correct RSSD for your Replication Server.

If your Replication Server is version 15.1 or earlier, execute the following Mirror Replication Agent script against the RSSD:

StepsTo define the Oracle error class in both Replication Server and the RSSD

  1. At the Replication Server, execute the $SYBASE/MA-15_1/scripts/oracle/oracle_create_error_class_1_rs.sql script.

  2. At the RSSD database, execute the $SYBASE/MA-15_1/scripts/oracle/oracle_create_error_class_2_rssd.sql script.

  3. At the Replication Server, execute the $SYBASE/MA-15_1/scripts/oracle/oracle_create_error_class_3_rs.sql script.