oracle 10.2.0.1 emctl Timezone mismatch: The agentTZRegion value (US/Eastern)
[oracle@localhost ~]$ EMDROOT=$ORACLE_HOME
[oracle@localhost ~]$ EMSTATE=$ORACLE_HOME
[oracle@localhost ~]$ export EMDROOT EMSTATE
[oracle@localhost ~]$ emdctl validateTZ agent US/Eastern
tzOffset for US/Eastern is -300(min), but agent is runnning with tzOffset -240(min)
trying again after waiting for 1 sec to account for daylight transition
tzOffset for US/Eastern is -300(min), but agent is runnning with tzOffset -240(min)
......after u see the above statements...run the following statements....make sure that the naming conventions match ur settings....
[oracle@localhost ~]$ for i in `/bin/cat $ORACLE_HOME/sysman/admin/supportedtzs.lst` ; do
if [ -f /usr/share/zoneinfo/${i} ] ; then
if [ "`/usr/bin/diff /etc/localtime /usr/share/zoneinfo/${i}`" = "" ] ; then
echo "${i}"
fi
fi
done
( as my setting are US/EASTERN with newyork city it will give the following o/p)
America/New_York
US/Eastern
now run the emctl start dbconsole...it should start[@more@]
[oracle@localhost ~]$ EMSTATE=$ORACLE_HOME
[oracle@localhost ~]$ export EMDROOT EMSTATE
[oracle@localhost ~]$ emdctl validateTZ agent US/Eastern
tzOffset for US/Eastern is -300(min), but agent is runnning with tzOffset -240(min)
trying again after waiting for 1 sec to account for daylight transition
tzOffset for US/Eastern is -300(min), but agent is runnning with tzOffset -240(min)
......after u see the above statements...run the following statements....make sure that the naming conventions match ur settings....
[oracle@localhost ~]$ for i in `/bin/cat $ORACLE_HOME/sysman/admin/supportedtzs.lst` ; do
if [ -f /usr/share/zoneinfo/${i} ] ; then
if [ "`/usr/bin/diff /etc/localtime /usr/share/zoneinfo/${i}`" = "" ] ; then
echo "${i}"
fi
fi
done
( as my setting are US/EASTERN with newyork city it will give the following o/p)
America/New_York
US/Eastern
now run the emctl start dbconsole...it should start[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9907339/viewspace-1041033/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle emctl 報錯Oracle
- Oracle TimezoneOracle
- 轉:Oracle TimeZoneOracle
- Oracle Executable Binary Mismatch DetectedOracle
- Oracle timezone的相關知識Oracle
- WARNING: Oracle executable binary mismatch detectedOracle
- Oracle DataGuard Standby database ID mismatch錯誤OracleDatabase
- Oracle10.2.0.1的bugOracle
- 升級Oracle10.2.0.1Oracle
- oracle 10g emctl 報錯的解決辦法Oracle 10g
- Windows環境下Oracle emctl start dbconsole問題WindowsOracle
- 關於Oracle Timezone的一點總結Oracle
- oracle rac 10.2.0.1 升級到 oracle 10.2.0.4Oracle
- oracle10.2.0.1下載連結Oracle
- Oracle 10.2.0.1 升級到 10.2.0.4Oracle
- Oracle 10.2.0.1新增5塊投票盤Oracle
- 【安裝】RedHat 5.1 部署Oracle 10.2.0.1RedhatOracle
- Oracle分析函式-first_value()和last_value()Oracle函式AST
- emca和emctl常用語法(zt)
- hyperledger fabric - chaincode fingerprint mismatch data mismatchAI
- aix6.1上安裝oracle 10.2.0.1AIOracle
- Upgrade Oracle Database from 10.2.0.1 to 11.2.0.4OracleDatabase
- Linux as 4.0 下安裝Oracle 10.2.0.1LinuxOracle
- (轉)Oracle 10.2.0.1 升級到 10.2.0.4Oracle
- linux timezoneLinux
- UK/US newspaper
- Oracle database 升級(文件)to 10.2.0.4 from 10.2.0.1OracleDatabase
- RHEL4-U2-i386-AS_Oracle10.2.0.1Oracle
- oracle 10.2.0.1 database server下載地址(轉載)OracleDatabaseServer
- enq: US - contentionENQ
- 32位Oracle10.2.0.1 升級64位Oracle10.2.0.1,ORA-06553:PLS-801:內部錯誤Oracle
- [Upgrade] Oracle 10.2.0.1 --> 10.2.0.5 patchset Upgrade.Oracle
- ORACLE10G 10.2.0.1升級到10.2.0.5Oracle
- Centos6.5上安裝oracle 10.2.0.1小記CentOSOracle
- Oracle RAC 10.2.0.1 升級 10.2.0.4 簡單描述Oracle
- Oracle 10g upgrade from 10.2.0.1 to 10.2.0.4Oracle 10g
- Oracle 10.2.0.1 升級到 10.2.0.4--轉載Oracle
- windows 下oracle從10.2.0.1升級到10.2.0.4WindowsOracle