摘 要
随着IT技术的发展,企业的应用系统越来越复杂,数据库作为应用系统的基础组成部分,一旦崩溃或者性能降低,那么会直接导致依赖于数据库的应用系统运行速度缓慢或者根本无法使用,影响应用系统的使用效率,甚至会造成企业客户和利润的流失。数据库配置监控系统监控数据库、表空间、数据文件、日志文件等对象,实施发现数据库的配置变更情况,以不同的颜色标记配置变更记录,并且第一时间通知管理员所发生的变更。运用可视化技术,清晰、直观的展现给管理员数据库监控的各种数据。通过本课题的研究,让学生掌握数据库基础知识,提高软件开发的能力,深入研究影响数据库性能的各项技术指标,熟练掌握数据库的交互操作,掌握图形化开发技术。
关键字:监控系统,Sql,COM,XML
Abstract
With the development of IT technology, more and more complex business applications, database as a fundamental part of the application system, collapse or performance degradation, then a direct result depends on the database application system is running slow or not at all affect theefficiency in the use of the application system, and even cause the loss of corporate customers and profits. Database configuration monitoring system monitoring databases, table spaces, data files, log files and other objects, the implementation of discovery database configuration changes, configuration change record in a different color, and the first time to notify the administrator changes. The use of visualization techniques, clear, intuitive variety of data presented to the administrator database monitoring. Through the research projects, so that students master the basic knowledge of the database, to improve the ability of software development, in-depth study of the technical indicators that affect database performance, master database interoperability, to grasp graphical development technology.
Keywords: monitoring system, SQL, COM, XML
目 录
摘 要 1
Abstract II
目 录 III
第1章 绪论 III
1.1 选题背景及意义 IV
1.2 国内外研究现状 IV
1.3 研究内容 V
第2章 数据库监控系统需求分析 6
2.1 性能需求 6
2.2 功能需求 7
2.3 本章小结 9
第3章 数据库监控系统详细设计 10
3.1 系统设计开发流程图 10
3.2 数据表的设计 12
3.3 主要功能模块设计 26
第4章 主要问题的解决 31
4.1 Visual Basic与多种数据库的连接设计 31
4.2 实现将数据信息转化为XML文件 32
4.3 实现XML文件的解析 34
4.4 实现数据库的注册、检索、获取监控信息(COM的设计) 36
第5章 数据库监控系统的实现与测试 41
5.1 系统实现 41
5.2 系统测试 47
总 结 49
参考文献 50
致 谢 51