Bonjour,
Conf : Linux (Ubuntu) et Oracle 10gR2
La configuration de la base ayant changé. J'ai exécuté la commande
"emca -deconfig dbcontrol db -repos drop" afin de mettre à jour dbcontrol.
Ensuite, j'ai exécuté la commande "emca -config dbcontrol db -repos create".
Et j'obtiens cette erreur
Code :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
...
Jun 4, 2008 5:45:54 PM oracle.sysman.emcp.EMReposConfig createRepository
CONFIG: Spooling to /oracle/10g/cfgtoollogs/emca/IDPROD1/emca_repos_create_2008-06-04_05-45-54-PM.log
Jun 4, 2008 5:45:54 PM oracle.sysman.emcp.EMReposConfig createRepository
INFO: Creating the EM repository (this may take a while) ...
Jun 4, 2008 5:46:28 PM oracle.sysman.emcp.EMReposConfig createRepository
CONFIG: ORA-24344: success with compilation error
ORA-06512: at line 38
oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-24344: success with compilation error
ORA-06512: at line 38
at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1467)
at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeScript(SQLEngine.java:841)
at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:265)
at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:306)
at oracle.sysman.emcp.EMReposConfig.createRepository(EMReposConfig.java:360)
at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:182)
at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:124)
at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)
Jun 4, 2008 5:46:28 PM oracle.sysman.emcp.EMReposConfig invoke
SEVERE: Error creating the repository
Jun 4, 2008 5:46:28 PM oracle.sysman.emcp.EMReposConfig invoke
INFO: Refer to the log file at /oracle/10g/cfgtoollogs/emca/IDPROD1/emca_repos_create_<date>.log for more details.
Jun 4, 2008 5:46:28 PM oracle.sysman.emcp.EMConfig perform
SEVERE: Error creating the repository
Refer to the log file at /oracle/10g/cfgtoollogs/emca/IDPROD1/emca_2008-06-04_05-45-29-PM.log for more details.
Jun 4, 2008 5:46:28 PM oracle.sysman.emcp.EMConfig perform
CONFIG: Stack Trace:
oracle.sysman.emcp.exception.EMConfigException: Error creating the repository
at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:194)
at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:124)
at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412) |
Est-ce que qqn aurait une idée du problème?
J'ai également vérifié le log en gras, et ce dernier contient également une erreur de compilation
Code :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
...
No errors.
No errors.
No errors.
No errors.
Warning: Package Body created WITH compilation errors.
No errors.
No errors.
No errors.
No errors.
...
Package body created.
No errors.
Recompile invalid objects...
ERROR:
ORA-24344: success WITH compilation error
ORA-06512: at line 38 |
Est-ce que qqn a une idée pour corriger le problème?
Je vous remercie d'avance.