ORA-12545: *only* with 32 bit client on Windows Server 2016 [message #659888] |
Thu, 02 February 2017 04:40 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Has andbody run into this problem on Windows? The "Windows People" are installing a new Windows Server 2016, and it seems some 32bit applications can't connect to the network in some cases. (with host not found errors) The same setup works on any "other" Windows clients like Windows 7 and 10 and Server 2008 we have around.
sqlplus (and 32bit programs that use the 32bit Oracle client) are also affected, so maybe someone here has seen it and has found the solution? (Perl CPAN and 32 bit wget have similar problems, so I'm pretty sure it's primarily a Windows bug of misconfiguration, but any ideas would be appreciated)
64 Bit client works....
C:\Program Files\Oracle\Client_11_64>sqlplus user/pass@db
SQL*Plus: Release 11.2.0.3.0 Production on Thu Feb 2 11:00:27 2017
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Release 11.2.0.3.0 - 64bit Production
SQL> exit
Disconnected from Oracle Database 11g Release 11.2.0.3.0 - 64bit Production
32 Bit client does not...
C:\Program Files\Oracle>cd Client_11_32
C:\Program Files\Oracle\Client_11_32>sqlplus user/pass@db
SQL*Plus: Release 11.2.0.3.0 Production on Thu Feb 2 11:00:47 2017
Copyright (c) 1982, 2011, Oracle. All rights reserved.
ERROR:
ORA-12545: Connect failed because target host or object does not exist
|
|
|
|
|
|
|