ORACLE11G系统突然有这样一个错误。
Server Error in '/PSM/CSR' Application.
Failed to execute reader.(ORA-12571: TNS: ???????)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.ServiceModel.FaultException`1[[PayMedia.ApplicationServices.SharedContracts.IBSFault, PayMedia.ApplicationServices.SharedContracts, Version=62.21.210.29, Culture=neutral, PublicKeyToken=null]]: Failed to execute reader.(ORA-12571: TNS: ???????)
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
修改了sqlnet.ora文件,
SQLNET.AUTHENTICATION_SERVICES= (NTS) 变为 (NONE)
结果错误就消失了。
再将NONE改回NTS,问题没有再出现。