This is a discussion on Instance startup time within the Informix forums, part of the Database Server Software category; --> Hi folks, I know, I can find the uptime of an Informix instance in every onstat, but the date ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Try onstat -g ntt, and use the open time of the poll or listener threads? On my system it's a few seconds before On-Line Mode appears in the message log. -- Phil@oninit.com |
| ||||
| "Rüdiger Mähl" <ruediger.maehl@web.de> wrote: > Hi folks, > > I know, I can find the uptime of an Informix instance > in every onstat, but the date and time of the instance > startup? Someone sent me the following solution by personal e-mail: select dbinfo('UTC_TO_DATETIME',sh_boottime) from sysshmvals; Which is working for at least 7.31 and 9.30. Thanks a lot, Rüdiger |