回复 oraunix 的帖子
提示这么多错误看不懂啊
Do you wish to continue? [yes(Y)/no(N)]: y
Dec 5, 2010 3:03:41 PM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at /u01/app/oracle/product/10.2.0/db_1/cfgt oollogs/emca/ll/emca_2010-12-05_03-02-35-PM.log.
Dec 5, 2010 3:04:28 PM oracle.sysman.emcp.EMDBPreConfig performDeconfiguration
WARNING: EM is not configured for this database. No EM-specific actions can be p erformed. Some of the possible reasons may be:
1) EM is configured with different hostname then physical host. Set environment variable ORACLE_HOSTNAME=<hostname> and re-run EMCA script
2) ORACLE_HOSTNAME is set. Unset it and re-run EMCA script
Dec 5, 2010 3:04:28 PM oracle.sysman.emcp.EMReposConfig invoke
INFO: Dropping the EM repository (this may take a while) ...
Dec 5, 2010 3:04:28 PM oracle.sysman.emcp.EMReposConfig dropRepository
INFO: Dropping the EM repository (this may take a while) ...
Dec 5, 2010 3:05:55 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
WARNING: Error executing /u01/app/oracle/product/10.2.0/db_1/sysman/admin/emdrep /bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST =stu160.up.com)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=ll))) -repos_user SYSMAN -action drop -verbose -output_file /u01/app/oracle/product/10.2.0/db_1/cfgtooll ogs/emca/ll/emca_repos_drop_2010-12-05_03-04-28-PM.log
Dec 5, 2010 3:05:55 PM oracle.sysman.emcp.EMReposConfig invoke
SEVERE: Error dropping the repository
Dec 5, 2010 3:05:55 PM oracle.sysman.emcp.EMReposConfig invoke
INFO: Refer to the log file at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/e mca/ll/emca_repos_drop_<date>.log for more details.
Dec 5, 2010 3:05:55 PM oracle.sysman.emcp.EMConfig perform
SEVERE: Error dropping the repository
Refer to the log file at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/ll /emca_2010-12-05_03-02-35-PM.log for more details.
Could not complete the configuration. Refer to the log file at /u01/app/oracle/p roduct/10.2.0/db_1/cfgtoollogs/emca/ll/emca_2010-12-05_03-02-35-PM.log for more details.
tail -n 20 emca_repos_drop_2010-12-05_03-04-28-PM.log
17 DBMS_OUTPUT.PUT_LINE('DropRep: Tablespaces like MGMT% do not exist');
18 WHEN OTHERS THEN
19 err := SQLCODE;
20 DBMS_OUTPUT.PUT_LINE('DropRep: Error ' || SQLCODE || ' received dropping table');
21 end;
22 commit;
23 end;
24 /
PL/SQL procedure successfully completed.
SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
[05-12-2010 15:05:55] Return code = 0.
[05-12-2010 15:05:55] Done.
[05-12-2010 15:05:55] Unquiescing DB ...
[05-12-2010 15:05:55] Temp File - /tmp/fzdUHx0Jl3/FLEh6PxKGt.sql.
[05-12-2010 15:05:55] Return code = 0.
[05-12-2010 15:05:55] Done.
[05-12-2010 15:05:55] Dropping Repository failed. Please check file /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/ll/emca_repos_drop_2010-12-05_03-04-28-PM.log for detailed errors.
|