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 database 升級(文件)to 10.2.0.4 from 10.2.0.1OracleDatabase
- oracle 10 rac 升級 10.2.0.1升級到10.2.0.5Oracle
- linux timezoneLinux
- Oracle分析函式-first_value()和last_value()Oracle函式AST
- hyperledger fabric - chaincode fingerprint mismatch data mismatchAI
- oracle12.2 adg ORA-46952: standby database format mismatch for password fileOracleDatabaseORM
- oracle 之 CLUSTER_INTERCONNECTS is not set to the recommended valueOracle
- BUG: JS 修改Date的TimezoneJS
- UK/US newspaper
- Oracle SQL_ID轉換成SQL_HASH_VALUEOracleSQL
- 從10.2.0.1升級到10.2.0.5操作實驗(下)
- Clean architecture for the rest of usREST
- JDK 12的Files.mismatch方法JDK
- ubuntu更新報錯Hash Sum mismatchUbuntu
- Failed to initialize NVML: Driver/library version mismatchAI
- k8s中ConfigMap的timezone使用K8S
- YUS框架之us指令框架
- rfs (PID:146054): Database mount ID mismatch案例Database
- [20180914]oracle 12c 表 full_hash_value如何計算.txtOracle
- XVIII Open Cup named after E.V. Pankratiev. Eastern Grand PrixAST
- us所謂的政治“精英”
- Django日期欄位預設值default=timezone.nowDjango
- 英文短句“xxx for the rest of us”的意思REST
- US.KG免費續杯
- golang multiple-value xxx in single-value contextGolangContext
- ORA-00600: internal error code, arguments: [qosdExpStatRead: expcnt mismatch], [Error
- Freelance English Teaching in Eastern Europe A Perspective from R.P.pdf 免費下載AST
- [20231103]sqlplus column new_value old_value.txtSQL
- [20230303]sqlplus column new_value old_value.txtSQL
- JavaScript select valueJavaScript
- @ConfigurationProperties和@Value
- 明天就要進行US VISA interview了View
- RSW/US:2019年營銷概覽
- Find and Fix the Mismatch Between DBA_SEGMENTS and DBA_EXTENTS ViewsView
- @JsonFormat(pattern=“yyyy-MM-dd HH:mm:ss“,timezone=“GMT+8“)JSONORM
- XII Open Cup named after E.V. Pankratiev. GP of Eastern Europe (AMPPZ-2012)AST
- 效能問題,AWR High Event enq: US - contentionENQ
- Challenges preventing us moving to 64 bit transaction id (XID)?
- struts:實現圖片的上傳 argument type mismatch errorError