On Tuesday 18 December 2007, Martin.Gruber1(a)infineon.com wrote:
Hi,
Well I now know my problem why I cannot connect to my Oracle-Database. The
Connectionport hast changed. My question is, how can I insert the
Port-Number the the connectionstring in openser.cfg.......
unixodbc://user:password@oracle.server.com:PortNr/ORA
Does not work at all.
Does anybody know, where I can add the Port Number in the Connectionstring?
Hi Martin,
the port number is not evaluated at the moment from the module. You can add
some code to support this to the build_conn_str(..) function in the module.
Or perhaps its possible to configure the port in the unixodbc driver config?
Cheers,
Henning