Monday, November 18, 2013

ORA-01005: null password given

Applicable to 11g PS5(11.1.1.6.0)

When we try to access ADF application (developed using database objects), it throws following error even though the data source connection created in weblogic server has no issues.

>>oracle.jbo.DMLException: JBO-26061: Error while opening JDBC connection

>>java.sql.SQLException: ORA-01005: null password given; logon denied

To resolve this error, add -Djps.app.credential.overwrite.allowed=true to EXTRA_JAVA_PROPERTIES entry in the setDomainEnv.sh file located in <MW_HOME>/user_projects/domains/<domain>/bin and restart the server.


1 comment:

  1. Hi Lakshmi,

    Thanks for sharing your knowledge. It's help me to resolve the issue.
    Issue- After deploying the Taskflow as a ADFSharedLibrary the taskfloe not rendering in WebcenterPortalPS5 application.
    Could you please tell us where you get this information from metalink or any other sources.

    Once again thank you so much.

    ReplyDelete

Provide your thoughts !