To verify the ECDA installed objects
Open another command window in the $SYBASE directory of your ECDA installation.
Set the environment variables by sourcing the $SYBASE/DCO_SYBASE.csh file.
Use isql to log in to Oracle through ECDA as maintuser:
isql –Umaintuser –Ppassword –SDCOServerselect * from rs_infogo
This is returned:
RSKEY RSVAL -------------------- -------------------- charset_name iso_1 sortorder_name bin_iso_1 (2 rows affected)
Exit isql.