Making a database connection between an IDMS database and Oracle database.
connect username/password@host:port/service_name/instance_name
No information is received back.
Looking a the listener log, it reveals a TNS-12502: listener received no CONNECT_DATA from client.
Questions: Is the connect statement syntax correct? If it is, what is the listener looking for to make this connection? Is it possilbe to create a TCP/IP socket connection from the IDMS database to an Oracle database? If yes, what is the format of the request?