ORA-1005: null password given; logon denied
959748Sep 5 2012 — edited Sep 5 2012I am trying to install 3rd party application which connects with Oracle DB
I am getting the following error
| ADO | Found and cached factory for DBEngineType: 'Oracle'; the selected provider invariant name is: 'Oracle.DataAccess.Client'
| DRI | Oracle.DataAccess.Client.OracleException: ORA-1005: null password given; logon denied | at Void HandleErrorHelper(Int32, Oracle.DataAccess.Client.OracleConnection, IntPtr, Oracle.DataAccess.Client.OpoSqlValCtx*, System.Object, System.String, Boolean): in : line 0
at Void HandleError(Int32, Oracle.DataAccess.Client.OracleConnection, IntPtr, System.Object): in : line 0
at Void Open(): in : line 0
at Void IntDataBaseInitialize(System.String, Nuance.VB.DataRepositoryPriority, Nuance.VB.SpeechType): in : line 0
at Void Install(System.Collections.IDictionary): in : line 0
I am not sure ,where to give the password.is there any config file.
Thanks For your time,
Mouli