Skip to Main Content

Enterprise Manager

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

After August 2018 Security patch , error ASP.net :ORA-1005: null password given; logon denied

user5477908Aug 24 2018 — edited Sep 6 2018

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2018
Added on Aug 24 2018
1 comment
1,245 views