ORA-00162 in OracleConnection.Connect

参见:http://www.dotnet247.com/247reference/msgs/33/166477.aspx
发生仓所:<= 1.4322
主要内容:
ORA-00162: external dbid length 17 is greater than maximum (16)
解决方式:
OracleClient testing confirmed it to be a problem in System.Data.OracleClient.dll
version 1.0.5000.0. We are working on a fix. In the meantime you can work around
it by aliasing the server name in tnsnames.ora and choosing an alias that is
16 or less bytes long.

Once again, sorry about this problem

Karol Zadora, VB Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------------------
SWDB_192.168.1.88 =
{
    .....
}
---------------------------------
SWDB =
{
    .....
}

posted on 2004-11-11 12:22  胖胖  阅读(1613)  评论(0)    收藏  举报

导航