All Projects → denglt → oracleMonitor

denglt / oracleMonitor

Licence: other
plsql script to monitor Oracle Databases. 监控脚本 运维有力助手

Programming Languages

PLSQL
303 projects

Projects that are alternatives of or similar to oracleMonitor

simple-ddl-parser
Simple DDL Parser to parse SQL (HQL, TSQL, AWS Redshift, BigQuery, Snowflake and other dialects) ddl files to json/python dict with full information about columns: types, defaults, primary keys, etc. & table properties, types, domains, etc.
Stars: ✭ 76 (+153.33%)
Mutual labels:  oracle-db, oracle-database
12c-rac-docker
Multiple node Oracle RAC cluster running in Docker containers
Stars: ✭ 39 (+30%)
Mutual labels:  oracle-db, oracle-12c
Ansible Oracle
Oracle related stuff. Installs RAC/RAC One Node/Single Instance
Stars: ✭ 251 (+736.67%)
Mutual labels:  oracle-database
jamdb oracle
Oracle Database driver for Erlang
Stars: ✭ 89 (+196.67%)
Mutual labels:  oracle-database
biemond-oradb
Puppet Oracle Database Module
Stars: ✭ 59 (+96.67%)
Mutual labels:  oracle-database
jds
Jenesis Data Store: a dynamic, cross platform, high performance, ORM data-mapper. Designed to assist in rapid development and data mining
Stars: ✭ 17 (-43.33%)
Mutual labels:  oracle-db
simple-oracledb
Extend capabilities of oracledb with simplified API for quicker development.
Stars: ✭ 34 (+13.33%)
Mutual labels:  oracle-db
Helicalinsight
Helical Insight software is world’s first Open Source Business Intelligence framework which helps you to make sense out of your data and make well informed decisions.
Stars: ✭ 214 (+613.33%)
Mutual labels:  oracle-database
soda-for-java
SODA (Simple Oracle Document Access) for Java is an Oracle library for writing Java apps that work with JSON (and not only JSON!) in the Oracle Database. SODA allows your Java app to use the Oracle Database as a NoSQL document store.
Stars: ✭ 61 (+103.33%)
Mutual labels:  oracle-database
oracle-single-install
让Oracle数据库安装变得简单化,支持单实例和CDB容器快速安装,只需简单配置即可
Stars: ✭ 37 (+23.33%)
Mutual labels:  oracle-12c
Oracle-EBS-SQL
Library of Oracle EBS SQLs for operational Excel and ECC reporting, Discoverer replacement, Oracle EBS performance tuning and rapid report development.
Stars: ✭ 32 (+6.67%)
Mutual labels:  oracle-11g
Online-Food-Delivery
5th SEM DBMS Mini Project under VTU CBCS.
Stars: ✭ 68 (+126.67%)
Mutual labels:  oracle-11g
plscope-utils
Utilities for PL/Scope in Oracle Database
Stars: ✭ 29 (-3.33%)
Mutual labels:  oracle-database
oracle-12.2-vagrant
Oracle Database 12.2.0.1 installation scripts based on latest Oracle Linux 7 Vagrant box
Stars: ✭ 26 (-13.33%)
Mutual labels:  oracle-12c
ercole-agent
Proactive Software Asset Management. Agent component
Stars: ✭ 24 (-20%)
Mutual labels:  oracle-database
Ocilib
OCILIB (C and C++ Drivers for Oracle) - Open source C and C++ library for accessing Oracle databases
Stars: ✭ 245 (+716.67%)
Mutual labels:  oracle-database
Oracle.jl
Oracle Database driver for the Julia language.
Stars: ✭ 32 (+6.67%)
Mutual labels:  oracle-database
demo-oracle-mybatis
No description or website provided.
Stars: ✭ 26 (-13.33%)
Mutual labels:  oracle-db
db-sharding
Oracle Sharded database deployment automation and tools for use in client applications.
Stars: ✭ 30 (+0%)
Mutual labels:  oracle-database
drift-server
Drift server
Stars: ✭ 19 (-36.67%)
Mutual labels:  oracle-database

一套较全面的oracle数据库监控管理脚本

脚本目录 获取脚本

Oracle无疑是当今最优秀的数据库之一,在功能、性能等方面都非常的卓越。但要学好、掌握好Oracle也是一件不易的事件。

笔者曾经维护开发过一个广东省省集中的大型系统,典型的项目紧、时间短、数据量大、业务复杂、并发高。上线初期,各种应用问题频出:界面打不开、SQL运行慢、数据库c pu使用率高达95%、IO持续高位不降。

当时面对紧急状况,为定为问题,查看各种性能视图,执行百度、google 搜索回来或临时编写的sql脚本,可谓手忙脚乱,还经常出错,高峰期过了,问题还没有定位到。下次问题来了,又是手忙脚乱。

领导不满意,能力受到质疑,自己的面子也挂不住呀。

后来使用一些监控工具,感觉工具使用起来比较繁琐

  • 需要监控的信息,有时要点击好几层菜单,才能出来结果
  • 信息显示不够友好,需要的信息没有或显示在了另一个界面里
  • 有些监控工具,在后台安装一堆脚本,也不知道是干嘛用的
  • 如果功能不满足,还是要自己动手写
  • 当作日常维护还可以,拿来快速全面地定位问题、分析问题不够直观

我认为比较理想的情况应该是:在sqlplus里输入简单的指令,输出全面的、格式化的、直观的有用信息。

如果这些信息统一输出到一个文件目录,形成文件,方便以后查看,对比分析,那就非常好了。

本套脚本就是为了达到上面的效果,由笔者根据多年工作经验总结完成。

不管是Oracle刚入门新人、还是工作多年的老司机,我相信都能够从这套脚本学到东西,并提高工作效率,使自己的工作更得心应手。

脚本目录 获取脚本

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].