Hello
I install patch: p27695940_112040_MSWIN-x86-64 and p28416098_112040_MSWIN-x86-64 and I have a asp.net application (on the database server) that doesn't connect to the database :
Server Error in '/Metronet' Application.
ORA-1005: null password given; logon denied
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: Oracle.DataAccess.Client.OracleException: ORA-1005: null password given; logon denied
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.
Stack Trace:
[OracleException (0x80004005): ORA-1005: null password given; logon denied]
Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure, Boolean bCheck) +1921
Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, Object src) +88
Oracle.DataAccess.Client.OracleConnection.Open() +5277
However , I can connect to the database, by sqlplus , or sqldevelopper