listener sid redirect
hermannkSep 13 2005 — edited Sep 22 2005I desire to have only one database intance running on Win2003 server.
However the software (IBM ICM) wants to have two separate databases
It refers to the DBS by jdbc lite using SID to connect
Is there a way in the listener config to accept a SID of say "ICMXXXX" but force the traffic to SID "ICM"
The only way I have seen the listener config working is when a connection is made via the service name instead of sid. In this case I could have two global service names mapped to the same sid in the listener.
As this soft is packaged by IBM and is using jdbc lite which requires SID and not global name I can not use the above.
Any other tricks?