ORACLE10G modify the host name can not start EM Enterprise Manager
Modify the host name from the info to the info-0073 after, ORACLE EM (Enterprise Manager) can not start, try to solve by hand.
C: \ Documents and Settings \ Administrator> emctl start dbconsole
Environment variable ORACLE_SID not defined. Please define it.
ORACLE_SID set by the prompt
C: \ Documents and Settings \ Administrator> set ORACLE_SID = WWMDB
Test
C: \ Documents and Settings \ Administrator> emctl start dbconsole
EM Configuration issue. D: \ oracle \ product \ 10.1.0 \ Db_1/info-0073_WWMDB not found
In accordance with the above tips will be replaced by info_WWMDB directory info-0073_WWMDB, re-test.
C: \ Documents and Settings \ Administrator> emctl start dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.1.0.2.0
Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
http://info:5500/em/console/aboutApplication
Starting Oracle Enterprise Manager 10g Database Control ... The OracleDBConsolew
The OracleDBConsolewwmdb service could not be started.
A service specific error occurred: 2.
More help is available by typing NET HELPMSG 3547.
There are still errors, manually modify configuration files.
Amend the D: \ oracle \ product \ 10.1.0 \ Db_1 \ info-0073_wwmdb \ sysman \ config \ emd.properties
agentStateDir = D: / oracle/product/10.1.0/Db_1/info-0073_wwmdb
chronosRoot = D: / oracle/product/10.1.0/Db_1/info-0073_wwmdb/sysman/emd/chronos
REPOSITORY_URL = http://info-0073:5500/em/upload/
emdRootCertLoc = D: / oracle/product/10.1.0/Db_1/info-0073_wwmdb/sysman/config/b64LocalCertificate.txt
internetCertLoc = D: / oracle/product/10.1.0/Db_1/info-0073_wwmdb/sysman/config/b64InternetCertificate.txt
emdWalletSrcUrl = http://info-0073:5500/em/wallets/emd
emdWalletDest = D: / oracle/product/10.1.0/Db_1/info-0073_wwmdb/sysman/config/server
EMD_URL = http://info-0073:1830/emd/main
Amend the D: \ oracle \ product \ 10.1.0 \ Db_1 \ info-0073_wwmdb \ sysman \ config \ emoms.properties
oracle.sysman.db.isqlplusUrl = http \: / / info-0073 \: 5560/isqlplus/dynamic
oracle.sysman.db.isqlplusWebDBAUrl = http \: / / info-0073 \: 5560/isqlplus/dba/dynamic
oracle.sysman.emSDK.svlt.ConsoleServerHost = info-0073
oracle.sysman.eml.mntr.emdRepServer = info-0073
oracle.sysman.eml.mntr.emdRepConnectDescriptor = (DESCRIPTION \ = (ADDRESS_LIST \ = (ADDRESS \ = (PROTOCOL \ = TCP) (HOST \ = info-0073) (PORT \ = 1521))) (CONNECT_DATA \ = (SERVICE_NAME \ = wwmdb)))
D: \ oracle \ product \ 10.1.0 \ Db_1 \ info-0073_wwmdb \ sysman \ emd \ targets.xml
Related Posts of ORACLE10G modify the host name can not start EM Enterprise Manager
-
ORACLE10G full version centos5 installed (the installation has passed)
ORACLE10G full version centos5 installed (the installation has passed) 1. Centos 5.0 install rn GUI must be installed, it is best not to start selinux rn rn rn 2. . Ready to install the software: (this is very important, is the first installation fai ...
-
SGA extended the principle of 32bit oracle
SGA extended the principle of 32bit oracle From: http://www.itpub.net/247048.html Because the median 32bitrnoracle restrictions can only visit the oracle process 4g (2 of 32 power) following virtual memory address, the time at a lot of people this is ...
-
Dbms_obfuscation_toolkit use of Oracle's encryption and decryption of data (to)
In order to protect sensitive data, oracle start from 8i to provide a data encryption package: dbms_obfuscation_toolkit. Take advantage of this package, our data can be DES, Triple DES or MD5 encryption. This article on the use of this and the use of ...
-
AX3.0 + Oracle 10G RAC installation
During these two days, you installed RAC, in a virtual machine inside, with a full day, there have been some questions on his way. Now have their own solution. In fact, it is loaded, it is easy, as long as planned, carefully point on OK, the trouble ...
-
Oracle in the relationship between User and Schema
If we want to know the database and the User What is the relationship between Schema, we must first know about User and Schema database What is the concept in the end. In SQL Server2000 in architecture because of the reason, User and Schema there is ...
-
High Availability Oracle Flashback
Brief introduction Flashback Database is a point in time (PIT) restore the database approach. This incomplete recovery strategy can be used to restore the logic because of human error cause damage to the database. At the introduction of 10g, it is de ...
-
An example of the use of TKPROF
First, view and edit parameters SQL> show parameter max_dump_file_size NAME TYPE VALUE ------------------------------------ ----------- --- --------------------------- max_dump_file_size string UNLIMITED SQL> show parameter user_dump_dest NAME TYPE
-
Diagnosis and principles of order
SQL> select disk.value "Disk", mem.value "Mem", 2 (disk.value / mem.value) * 100 "Ratio" 3 from v $ sysstat mem, v $ sysstat disk 4 where mem.name = 'sorts (memory)' 5 and disk.name = 'sorts (disk)'; D ...
-
ORACLE 10G dataguard configuration Step by Step
oracle dataguard













Leave a Reply