Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
11 lines (10 loc) · 400 Bytes

File metadata and controls

11 lines (10 loc) · 400 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
set lines 140
col fo_time format a20
col fo_pdt format a20
col fo_reason format a80
col min_ago format 9999
select LAST_FAILOVER_TIME fo_time
,to_char(new_time(to_date(LAST_FAILOVER_TIME,'MM/DD/YYYY HH24:MI:SS'),'GMT','PDT'), 'MM/DD/YYY HH24:MI:SS') fo_pdt
,(sysdate - to_date(LAST_FAILOVER_TIME,'MM/DD/YYYY HH24:MI:SS'))*24*60 min_ago
,LAST_FAILOVER_REASON fo_reason
from V$FS_FAILOVER_STATS;
Morty Proxy This is a proxified and sanitized view of the page, visit original site.