To create objects and public synonyms
Sign on to Oracle through ECDA Option for Oracle as the maintenance user (assuming that the maintenance user that you created has the resource role to create tables).
Create the rs_info and rs_lastcommit tables in the Oracle database by executing this script:
isql –Umaintuser –Ppassword –SDCOServer -i $SYBASE/MA-15_1/scripts/oracle /hds_oracle_new_setup_for_replicate.sql
Here, DCOServer is the name of the DirectConnect server.
You may receive a ORA-00942 message that a table or
view does not exist. Ignore the message.