solution for ORA: 12571 error [message #61500] |
Thu, 29 April 2004 06:23 |
Prahalad
Messages: 8 Registered: November 2003
|
Junior Member |
|
|
Hi All,
I have installed oracle9i and Developer 6i on <NOBR><A class=iAs oncontextmenu="return false;" onmousemove=kwM(23044); onmouseover=kwE(event,23044); style="COLOR: darkgreen; BORDER-BOTTOM: darkgreen 1px solid; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline" onclick="return kwC();" onmouseout=kwL(event); href="http://www.experts-exchange.com/Databases/Oracle/Q_20967490.html#" target=_blank>Windows 2000[/url]</NOBR> for configured tns settings in tnsnames of d6i folder but it gives me error ORA-12571 : TNS : packet writer failure
Oracle is in 'd:oracle' folder and developer 6i in 'f:d6i' folder
Could someone help me solve this problem at the earliest.
Thanks in advance.
|
|
|
Re: solution for ORA: 12571 error [message #61517 is a reply to message #61500] |
Fri, 30 April 2004 05:47 |
Frank Naude
Messages: 4590 Registered: April 1998
|
Senior Member |
|
|
Hi,
Here are a couple of things you could try:
From Metalink Note 229929.1:
1) At present you can install latest Patch#2420160 on your Developer Oracle Home, which upgrades the developer RSF files to 8.0.6.3.8. You can download this patch from metalink->Patches->Enter number 2420160. This fixes the Form Builder crashing problem. (This is not a mistake, 6i still uses 8.0.6!!!)
2) You need to use the 9.2 database with AL16UTF16 instead of AL32UTF8. You can query the database with this query to check the NLS_LANG: select * from nls_database_parameters;
From Metalink Note 252864.1:
3) This problem would occur if McAfee virusScan with Firewall is installed. This scanner seems to block TCP/IP calls by the SQL*NET. In perspective of the database this error used to occur prior to ver 8.1.7. As form 6i still uses 8.0.6 RSF's this error persists in forms 6i.
Best regards.
Frank
|
|
|