Disable Cloud Control 12c default login timeout
Hello..
I want to disable Cloud Control 12c default login timeout.
I coud not find the way to disable it in official oracle documentation but found a blog that explained how to do it. But I am not sure if it will work.
According to this blog: http://odenysenko.wordpress.com/2012/04/09/oem-12c-the-page-has-expired-click-ok-to-continue/
The way to disable it is using the -1 value this way:
./emctl set property -name oracle.sysman.eml.maxInactiveTime -value -1 -sysman_pwd sysman_password
Could any body confirm that please?
In ORACLE documentation I found the way to prolong the time in this Note id:
I want to disable Cloud Control 12c default login timeout.
I coud not find the way to disable it in official oracle documentation but found a blog that explained how to do it. But I am not sure if it will work.
According to this blog: http://odenysenko.wordpress.com/2012/04/09/oem-12c-the-page-has-expired-click-ok-to-continue/
The way to disable it is using the -1 value this way:
./emctl set property -name oracle.sysman.eml.maxInactiveTime -value -1 -sysman_pwd sysman_password
Could any body confirm that please?
In ORACLE documentation I found the way to prolong the time in this Note id:
0