oracle性能监控脚本 Mother Of All Tuning Scripts (MOATS)

简介: 这个名字牛吗?Mother Of All Tuning Scripts (MOATS)下载地址: https://github.com/oracle-developer/moats,下载后

这个名字牛吗?Mother Of All Tuning Scripts (MOATS)

下载地址: https://github.com/oracle-developer/moats,下载后

scutech@Yao:~/Downloads/moats-master$ ll
total 92
drwxr-xr-x  2 scutech scutech  4096 5月  29 03:53 ./
drwxr-xr-x 17 scutech scutech  4096 8月  28 16:03 ../
-rw-r--r--  1 scutech scutech   626 5月  29 03:53 LICENSE
-rw-r--r--  1 scutech scutech   995 5月  29 03:53 moats_install.sql
-rw-r--r--  1 scutech scutech 35093 5月  29 03:53 moats.pkb
-rw-r--r--  1 scutech scutech  3368 5月  29 03:53 moats.pks
-rw-r--r--  1 scutech scutech  1281 5月  29 03:53 moats_privs_grant.sql
-rw-r--r--  1 scutech scutech  1346 5月  29 03:53 moats_privs_revoke.sql
-rw-r--r--  1 scutech scutech  1089 5月  29 03:53 moats_remove.sql
-rw-r--r--  1 scutech scutech   101 5月  29 03:53 moats_settings.sql
-rw-r--r--  1 scutech scutech  3668 5月  29 03:53 moats_types.sql
-rw-r--r--  1 scutech scutech    71 5月  29 03:53 moats_views.sql
-rw-r--r--  1 scutech scutech 10328 5月  29 03:53 README.md

安装

SQL> @moats-master/moats_install.sql
**************************************************************************
**************************************************************************
MOATS Installer (for 10.2+ databases)
=====================================
This will install MOATS v1.0 into the current schema.
......

设置窗口


SQL> set serveroutput on format wrapped
SQL> exec moats.format_window
--------------------------------------------------------------------------------
------------------------------
MOATS: The Mother Of All Tuning Scripts v1.0 by Adrian Billington & Tanel Poder
      http://www.oracle-developer.net & http://www.e2sn.com

运行

SQL> set arrays 72 lines 110 head off tab off pages 0
SQL> SELECT * FROM TABLE(moats.top(5));

查看结果:

image.png

相关文章
|
8月前
|
存储 SQL Oracle
Oracle数据库批量删除表、视图、序列、存储过程、函数脚本
Oracle数据库批量删除表、视图、序列、存储过程、函数脚本
68 0
|
4月前
|
Oracle 关系型数据库 Linux
RHEL7.9系统下一键脚本安装Oracle 11gR2单机版本
RHEL7.9系统下一键脚本安装Oracle 11gR2单机版本
67 1
|
12月前
|
SQL 存储 缓存
ORACLE常用性能监控SQL【二】(下)
ORACLE常用性能监控SQL【二】(下)
319 0
|
9月前
|
监控 Linux Shell
Linux 服务器 性能监控脚本
Linux 性能监控 shell 脚本
232 0
|
12月前
|
SQL 监控 Oracle
Oracle 性能监控统计工具 mystats脚本
看看这个工具的介绍就知道这个工具是很牛的,因为它是在两个牛人的工具是改进的,一出生就有贵族血统呀!
|
12月前
|
SQL Oracle 关系型数据库
Oracle 数据库日常健康检查脚本
检查数据库和online logfile的大小 —执行一下这3个SQL,把结果贴出来,看看数据库大小和log的切换频率。
185 0
|
12月前
|
Oracle 关系型数据库 数据库
新建Oracle 数据库的Shell+SQL脚本
不用图形界面,也不用DBCA的静默方式,下面是用Shell+SQL创建Oracle数据库的脚本。
134 0
|
12月前
|
SQL 存储 缓存
ORACLE常用性能监控SQL【二】(上)
ORACLE常用性能监控SQL【二】(上)
146 0
|
3月前
|
缓存 监控 Unix
性能监控之 Linux 命令 top、vmstat、iostat、free、iftop 基础
【2月更文挑战第9天】性能监控之 Linux 命令 top、vmstat、iostat、free、iftop 基础
61 5
性能监控之 Linux 命令 top、vmstat、iostat、free、iftop 基础
|
6月前
|
监控 Linux
Linux 安装性能监控检测工具sysstat
Linux 安装性能监控检测工具sysstat
54 0

推荐镜像

更多