health.sql

来自「oracle dba 常用的管理脚本, 覆盖日常的系统管理.」· SQL 代码 · 共 15 行

SQL
15
字号
--* File Name    : Health.sql
--* Author       : DR Timothy S Hall
--* Description  : Lots of information about the database so you can asses the general health of the system.
--* Requirements : Access to the V$ & DBA views and several other monitoring scripts.
--* Call Syntax  : @Health (username/password@service)
--* Last Modified: 15/07/2000
SPOOL Health_Checks.txt

conn &1
@db_info
@sessions
@ts_full
@max_extents

SPOOL OFF

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?