OraNames parsing issue
Posted: Mon 21 Apr 2008 02:34
Hi,
When using the OracleConnection.GetServerList() method there seems to be an issue with any entries that end with the text ".world", the ".world" text gets stripped from the tnsname entry.
i.e.
SomeName.world =
(DESCRIPTION ....
.....
)
returns SomeName instead of SomeName.world, this causes an issue when then trying to connect using that server name.
Regards
When using the OracleConnection.GetServerList() method there seems to be an issue with any entries that end with the text ".world", the ".world" text gets stripped from the tnsname entry.
i.e.
SomeName.world =
(DESCRIPTION ....
.....
)
returns SomeName instead of SomeName.world, this causes an issue when then trying to connect using that server name.
Regards