本文主要是介绍oem 无法启动,报not found错误,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
- [oracle@source admin]$ emca -repos drop --删除当前的资料库
- STARTED EMCA at Dec 8, 2012 1:13:13 PM
- EM Configuration Assistant, Version 11.2.0.0.2 Production
- Copyright (c) 2003, 2005, Oracle. All rights reserved.
- Enter the following information:
- Database SID: ora11g
- Listener port number: 1521
- Password for SYS user:
- Password for SYSMAN user:
- Do you wish to continue? [yes(Y)/no(N)]: yes
- Dec 8, 2012 1:13:47 PM oracle.sysman.emcp.EMConfig perform
- INFO: This operation is being logged at /oracle/cfgtoollogs/emca/ora11g/emca_2012_12_08_13_13_12.log.
- Dec 8, 2012 1:14:08 PM oracle.sysman.emcp.EMReposConfig invoke
- INFO: Dropping the EM repository (this may take a while) ...
- Dec 8, 2012 1:20:13 PM oracle.sysman.emcp.EMReposConfig invoke
- INFO: Repository successfully dropped
- Enterprise Manager configuration completed successfully
- FINISHED EMCA at Dec 8, 2012 1:20:13 PM
- [oracle@source admin]$ emca -repos create --创建新的资料库
- STARTED EMCA at Dec 8, 2012 1:20:42 PM
- EM Configuration Assistant, Version 11.2.0.0.2 Production
- Copyright (c) 2003, 2005, Oracle. All rights reserved.
- Enter the following information:
- Database SID: ora11g
- Listener port number: 1521
- Password for SYS user:
- Password for SYSMAN user:
- Do you wish to continue? [yes(Y)/no(N)]: Y
- Dec 8, 2012 1:21:02 PM oracle.sysman.emcp.EMConfig perform
- INFO: This operation is being logged at /oracle/cfgtoollogs/emca/ora11g/emca_2012_12_08_13_20_41.log.
- Dec 8, 2012 1:21:03 PM oracle.sysman.emcp.EMReposConfig createRepository
- INFO: Creating the EM repository (this may take a while) ...
- Dec 8, 2012 1:32:44 PM oracle.sysman.emcp.EMReposConfig invoke
- INFO: Repository successfully created
- Enterprise Manager configuration completed successfully
- FINISHED EMCA at Dec 8, 2012 1:32:44 PM
- [oracle@source admin]$ emca -config dbcontrol db --配置database control
- STARTED EMCA at Dec 8, 2012 1:55:39 PM
- EM Configuration Assistant, Version 11.2.0.0.2 Production
- Copyright (c) 2003, 2005, Oracle. All rights reserved.
- Enter the following information:
- Database SID: ora11g
- Database Control is already configured for the database ora11g
- You have chosen to configure Database Control for managing the database ora11g
- This will remove the existing configuration and the default settings and perform a fresh configuration
- Do you wish to continue? [yes(Y)/no(N)]: Y
- Listener ORACLE_HOME [ /oracle/product/10.2.0/db_1 ]:
- Password for SYS user:
- Password for DBSNMP user:
- Password for SYSMAN user:
- Email address for notifications (optional):
- Outgoing Mail (SMTP) server for notifications (optional):
- -----------------------------------------------------------------
- You have specified the following settings
- Database ORACLE_HOME ................ /oracle/product/10.2.0/db_1
- Local hostname ................ source
- Listener ORACLE_HOME ................ /oracle/product/10.2.0/db_1
- Listener port number ................ 1521
- Database SID ................ ora11g
- Email address for notifications ...............
- Outgoing Mail (SMTP) server for notifications ...............
- -----------------------------------------------------------------
- Do you wish to continue? [yes(Y)/no(N)]: Y
- Dec 8, 2012 1:56:34 PM oracle.sysman.emcp.EMConfig perform
- INFO: This operation is being logged at /oracle/cfgtoollogs/emca/ora11g/emca_2012_12_08_13_55_38.log.
- Dec 8, 2012 1:56:37 PM oracle.sysman.emcp.util.DBControlUtil stopOMS
- INFO: Stopping Database Control (this may take a while) ...
- Dec 8, 2012 1:57:33 PM oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
- INFO: Uploading configuration data to EM repository (this may take a while) ...
- Dec 8, 2012 2:00:53 PM oracle.sysman.emcp.EMReposConfig invoke
- INFO: Uploaded configuration data successfully
- Dec 8, 2012 2:01:28 PM oracle.sysman.emcp.util.DBControlUtil configureSoftwareLib
- INFO: Software library configured successfully.
- Dec 8, 2012 2:01:28 PM oracle.sysman.emcp.EMDBPostConfig configureSoftwareLibrary
- INFO: Deploying Provisioning archives ...
- Dec 8, 2012 2:06:40 PM oracle.sysman.emcp.EMDBPostConfig configureSoftwareLibrary
- INFO: Provisioning archives deployed successfully.
- Dec 8, 2012 2:06:40 PM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
- INFO: Securing Database Control (this may take a while) ...
- Dec 8, 2012 2:07:45 PM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
- INFO: Database Control secured successfully.
- Dec 8, 2012 2:07:45 PM oracle.sysman.emcp.util.DBControlUtil startOMS
- INFO: Starting Database Control (this may take a while) ...
- Dec 8, 2012 2:11:38 PM oracle.sysman.emcp.EMDBPostConfig performConfiguration
- INFO: Database Control started successfully
- Dec 8, 2012 2:11:39 PM oracle.sysman.emcp.EMDBPostConfig performConfiguration
- INFO: >>>>>>>>>>> The Database Control URL is https://source:5500/em <<<<<<<<<<<
- Dec 8, 2012 2:20:53 PM oracle.sysman.emcp.EMDBPostConfig invoke
- WARNING:
- ************************ WARNING ************************
- Management Repository has been placed in secure mode wherein Enterprise Manager data will be encrypted. The encryption key has been placed in the file: /oracle/product/10.2.0/db_1/source_ora11g/sysman/config/emkey.ora. Please ensure this file is backed up as the encrypted data will become unusable if this file is lost.
- ***********************************************************
- Enterprise Manager configuration completed successfully
- FINISHED EMCA at Dec 8, 2012 2:20:53 PM
这篇关于oem 无法启动,报not found错误的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!