You will get Page expired click ok message if you are not active for a while. it is annoying if you just need refresh a window.
solution:
turn expried page off
- Set the value for the OMS ORACLE_HOME environment variable and go to ‘OMS/bin’. For example:
export ORACLE_HOME=/u01/app/oracle/product/Middleware/oms
cd $ORACLE_HOME/bin - increase timeout or disable this feature with ‘-1′ value:
- ./emctl set property -name oracle.sysman.eml.maxInactiveTime -value -1 -sysman_pwd sysman_password
- Restart OMS to reflect the new settings:
./emctl stop oms
./emctl start oms
referecne:
http://odenysenko.wordpress.com/2012/04/09/oem-12c-the-page-has-expired-click-ok-to-continue/
No comments:
Post a Comment