Step 3. Verify the ECDA installed objects

StepsTo verify the ECDA installed objects

  1. Open another command window in the $SYBASE directory of your DirectConnect installation.

  2. Set the environment variables by sourcing the $SYBASE/SYBASE.csh file and the $SYBASE/DCO_SYBASE.csh file.

  3. 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)
    
  4. Exit isql.