Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 52 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 288 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.3K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 111 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI 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