Oracle 历史重启时间 Alert.log

Applies To

All Users

Summary

This document provides information to query information on the historical instance startup time.

Solution

Alert.log is one way of knowing the timestamp of the instance startup. However, if the alert.log has been deleted during housekeeping activities, we can use DBA_HIST_DATABASE_INSTANCE view which provides historical details about the instance startup time.

SQL> SELECT STARTUP_TIME FROM dba_hist_database_instance ORDER BY startup_time DESC;

STARTUP_TIME


04-JAN-16 01.04.35.000 PM

24-DEC-15 01.14.01.000 PM

22-DEC-15 05.33.36.000 PM

22-DEC-15 11.53.49.000 AM

18-DEC-15 06.59.20.000 AM

.

.

.

06-JUL-15 07.07.47.000 AM

25-JUN-15 08.39.29.000 PM

25-JUN-15 04.41.26.000 PM

25-JUN-15 04.40.57.000 PM

95 rows selected.

There is much more information captured in the view and the values of the column indicate valuable information.

相关推荐
—Miss. Z—22 分钟前
计算机二级MySQL选择题考点Ⅱ
数据库·mysql·oracle
矜持的左手40 分钟前
硬件故障后数据文件大小不对故障处理—Oracle碎片扫描恢复
数据库·oracle
欢呼的太阳9 小时前
数据库设计Step by Step (10)——范式化
服务器·数据库·oracle
多巴胺梦想家17 小时前
数据库恢复技术:当灾难来临
网络·数据库·oracle
oradh1 天前
Oracle DG主备架构的基本维护操作总结
数据库·oracle·架构·dg主备架构的基本维护操作总结
Albert Tan1 天前
Oracle EBS 12.2 Create RFQ
oracle
迷枫7121 天前
简单sql与dm功能实验记录
数据库·sql·oracle
蚁库1 天前
Oracle 19c 文件系统安装实战教程:从规划到日常管理完整流程
数据库·oracle
IvorySQL2 天前
IvorySQL Agent 探索与实践
数据库·人工智能·postgresql·oracle·ivorysql
ShiXZ2132 天前
指令集-SQL 常用指令速查手册
数据库·sql·mysql·oracle