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