This section describes the required configurations for Replication Server for Oracle.
To apply Heterogeneous Datatype support (HDS)
scripts to RSSD
Open a command window in the $SYBASE directory of your Replication Server installation.
Set the environment variables by sourcing the SYBASE.csh file.
Change directories to the $SYBASE/$SYBASE_REP/scripts directory.
Load the following scripts into the RSSD:
isql -U SAMPLE_RS_RSSD_prim -P SAMPLE_RS_RSSD_prim_ps –SSAMPLE_RS_ERSSD –ihds_clt_ase_to_oracle.sql -DSAMPLE_RS_ERSSD
isql -U SAMPLE_RS_RSSD_prim -P SAMPLE_RS_RSSD_prim_ps –SSAMPLE_RS_ERSSD –ihds_oracle_udds.sql -DSAMPLE_RS_ERSSD
isql -U SAMPLE_RS_RSSD_prim -P SAMPLE_RS_RSSD_prim_ps –SSAMPLE_RS_ERSSD –ihds_oracle_funcstrings.sql -DSAMPLE_RS_ERSSD
The message “ASA -157 cannot convert to a timestamp” appears. You
can ignore this message.
Go to the $SYBASE/MA-15_0/scripts/oracle directory.
Load this script into the RSSD:
isql -U SAMPLE_RS_RSSD_prim -P SAMPLE_RS_RSSD_prim_ps –SSAMPLE_RS_ERSSD –ihds_oracle_new_udds.sql -DSAMPLE_RS_ERSSD
Shut down Replication Server:
isql –Usa –P –SSAMPLE_RSshutdown go
A message appears indicating that Replication Server is shut down.
Go to the $SYBASE/$SYBASE_REP/samp_repserver directory.
Run the start-up script:
./RUN_SAMPLE_RS &