Hi guys,
I want to connect to an Oracle database (actually it's the database of another SAP system).
In the tns file of the application server I have this :
QBI.WORLD =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = SAP.WORLD)
(PROTOCOL = TCP)
(HOST = frilmbiqa01)
(PORT = 1527)
)
)
(CONNECT_DATA =
(SID = QBI)
(GLOBAL_NAME = QBI.WORLD)
)
)
So in DBCO I put QBI.WORLD for connection info.
And when I try to connect it does not work (CONNECT TO statement gets subrc 4).
Regards,
Benoî