Hi,
I try to connect my sapR/3 to an external oracle10g database xx
I follow all from the note 339092.
Form other threat i use se38 and test connection with ADBC_TEST_CONNECTION program.
The result:
ORA-12154 TNS:could not resolve the connect identifier specified
DBCO is configured:
DB Connection: DBXX
DBMS : ORA
User name : useryy
DB password : pasword useryy for DBXX
tnsname.ora
DBXX.WORLD =
(DESCRIPTION =
(ADDRESS = (COMMUNITY = SAP.WORLD)(PROTOCOL = TCP)(HOST = servernumber )(PORT = 1527))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SID = DBXX)
)
)
ORACLE_HOME is
oracle/SAP/102_64
Can we need to include something else?