Create objects and public synonyms

StepsTo create objects and public synonyms

  1. Create rs_info table and rs_lastcommit in the Oracle database as follows:

    1. Sign on to Oracle through DCO as the maintenance user (assuming that the maintenance user that you created has the resource role to create tables) and execute this script:

      isql –Umaintuser –Ppassword –SDCOServer
      
      -i $SYBASE/MA-15_0/scripts/oracle
      /hds_oracle_new_setup_for_replicate.sql
      

      NoteYou may receive a ORA-00942 message that a table or view does not exist. Ignore this message.