Another quick information.
In checking when your database was last started, you can run the following command:
select to_char(startup_time, 'DD-MON-YYY HH24:MI:SS') "Startup time" from v$instance;
This is specially helpful when you do not have visibility on the DB side but has sysadm account (which is the ccase for most support guys out there.)
In checking when your database was last started, you can run the following command:
select to_char(startup_time, 'DD-MON-YYY HH24:MI:SS') "Startup time" from v$instance;
This is specially helpful when you do not have visibility on the DB side but has sysadm account (which is the ccase for most support guys out there.)
No comments:
Post a Comment