‎2009 Aug 24 10:45 AM
Dear All,
I have configured my tnsnames.ora for connection to an external Oracle DB.
I am successfully getting ping for tnsping for that db.
I've also configured my dbco.
But my below code is giving sy-subrc = 4.
EXEC SQL.
CONNECT TO 'AWL'
ENDEXEC.
Also i would like to know if there is any method to check whether my dbco entry is working ok.
Thanks in anticipation
‎2009 Aug 24 11:30 AM
hi
You can check if the connection is working by running report ADBC_TEST_CONNECTION.
regards
Nishant
‎2009 Aug 24 11:07 AM
‎2009 Aug 24 11:30 AM
hi
You can check if the connection is working by running report ADBC_TEST_CONNECTION.
regards
Nishant
‎2011 Oct 29 6:42 AM