OraGlance是一个轻量级的图形化Oracle性能监控工具。由诗檀软件开发,它致力于提供简单有效的几个指标来监控Oracle数据库,而不提供过多的指标。
它是绿色的,非植入式的;你可以直接运行它,而基本不需要做任何准备工作。
不需要在Oracle数据库内创建任何对象,其只需要以下几个查询权限:
OraGlance is a lightweight oracle performance monitor tool , developed by parnassusdata.com . It will only focus on most important metric .
you can easily run it without any prerequisite. It will ask for below permission:
grant select on gv_$active_session_history to pd1; grant select on gv_$SQL to pd1; grant select on gv_$SQL_MONITOR to pd1; grant select on gv_$SQLSTATS to pd1; grant select on v_$database to pd1; grant select on gv_$instance to pd1; grant select on gv_$statname to pd1; grant select on gv_$sysstat to pd1; grant select on gv_$osstat to pd1; grant select on gv_$dlm_misc to pd1; grant create session to pd1;
OraGlance是免费的,你可以安心使用它。
OraGlance is free software , use it as you like.
下载地址 Download URL : OraGlance2006