Informations
Page Properties | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Explication
Le problème est dû à une rupture (même minime) de la connexion réseau (filaire ou Wifi).
Cela arrive en cas de microcoupures sur le réseau ou alors suite à un changement de carte réseau, par exemple lors d'un passage d'un réseau câblé à Wifi en cas de déconnexion d'une station d'accueil d'un laptop. Au fil du temps, ProConcept a rencontré plusieurs erreurs Oracle pour de multiples raisons.
Il n'est pas possible de fournir une solution clé en main, mais par contre cet article à pour but de donner des astuces pour résoudre les erreurs Oracles les plus rependues.
Dans tous les cas, une recherche du code d'erreur sur internet permet de comprendre ce qui cause l'erreur. De plus, des outils tels que Chat GPT sont capables de proposer des alternatives pour contourner certaines erreurs.
Ui expand | ||
---|---|---|
| ||
no data found CauseYou tried one of the following:
ActionTerminate processing of the data. |
Ui expand | ||
---|---|---|
| ||
single-row subquery returns more than one row CauseThe outer query must use one of the keywords ANY, ALL, IN, or NOT IN to specify values to compare because the subquery returned more than one row. ActionUse ANY, ALL, IN, or NOT IN to specify which values to compare or reword the query so only one row is retrieved. |
Ui expand | ||
---|---|---|
| ||
divisor is equal to zero CauseAn expression attempted to divide by zero. ActionCorrect the expression, then retry the operation. Chat GPTCe type d'erreur peut être corrigé par des outils tels que Chat GPT. |
Ui expand | ||
---|---|---|
| ||
not connected to ORACLE CauseThe connection between the Client and Server process did not exist. This is likely the result of an earlier ORA-03113 error. The cause may be that the database instance experienced a maintenance or unplanned outage, or that the Server process had a fatal error, or that the network connection was interrupted. ActionCheck the alert log of the database instance to see if a planned or unplanned outage occurred. Check the alert log to see if a process termination (ORA-07445, kill, or ORA-00600) occurred. Check for network problems and review the SQL*Net setup. After the problem is identified and resolved, retry the operation. |
Ui expand | ||
---|---|---|
| ||
connection lost contact Cause
Action
|
Ui expand | ||
---|---|---|
| ||
Cannot connect. timeout_type timeout of timeout for host_port. (CONNECTION_ID=connection_id)
CauseThe connection request could not be completed within the allotted time interval. This may be a result of network or system delays, or it may indicate a denial of service attack on the database server. ActionThe message indicates whether there was a transmission control protocol (TCP) connect timeout, an Outbound connect timeout, or a Receive timeout.
|
Ui expand | ||
---|---|---|
| ||
Numsubordinates assertion failure. CauseThe database is not coherent. There is a child entry that is unknown to the parent entry and the numsubordinates attribute is absent in the parent entry. ActionRebuild the database, using db2ldif, then ldif2db. |