Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Codes d'erreur : OPR4ONWY:U9IM8TAC:OI2DL65P

Hello,
I am very new to OBIEE.
I need to displaye the dashboard but still i have the following error when displaying results:
Le pilote ODBC a renvoyé une erreur (SQLExecDirectW).
Détails de l'erreur
Codes d'erreur : OPR4ONWY:U9IM8TAC:OI2DL65P
Etat : HY000. Code : 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] Une erreur générale s'est produite. [nQSError: 43113] Message renvoyé par OBIS. [nQSError: 17001] Code d'erreur Oracle : 28001, message : ORA-28001: the password has expired at OCI call OCISessionBegin. [nQSError: 17014] Connexion à la base de données Oracle impossible. (HY000)
Requête SQL émise : SELECT 0 s_0, "SINERGIE"."D Acheteur"."Nom Acheteur" s_1, "SINERGIE"."D Cout Centre"."Code Combinaison" s_2 FROM "SINERGIE" FETCH FIRST 65001 ROWS ONLY
Can anyone please help?
Answers
-
Check the connectionpool settings. Looks like your db password is expired!
0 -
Srini has it roght. Just read the error message:
873964e2-dd76-4297-9cfc-6665ef21be80 wrote: ORA-28001: the password has expired
Normally the ORA error messages are all you need to look at and then - if it's not as clear as the one above - google it.
0