Query Organizer Tool for Oracle DBA Chennakeshava Ramesh Oracle DBA ramesh@oracle789dba.com



Similar documents
Self Service Business Intelligence - how to bring Oracle and DB2 z/os data together

Oracle Database 11g: New Features for Administrators 15-1

Uninstallation Guide Funding Information System (FIS)

HP Application Lifecycle Management (ALM)

Sidebar Dashboard User Guide. Modified: June, 2013 Version 8.2

!"#"$%&'(()!!!"#$%&'())*"&+%

Object Level Authentication

Identify resource intensive sessions in heterogeneous database environments with TOAD

International Journal of Engineering Technology, Management and Applied Sciences. November 2014, Volume 2 Issue 6, ISSN

Implementing and Maintaining Microsoft SQL Server 2005 Reporting Services COURSE OVERVIEW AUDIENCE OUTLINE OBJECTIVES PREREQUISITES

Course 6232A: Implementing a Microsoft SQL Server 2008 Database

Document Exchange Server 3.0 Compatibility Matrix

This course will also teach how to create various kinds of dashboards using Reporting Services.

Deploying Migrated IBM Notes Applications to the Cloud

Toad for Oracle 8.6 SQL Tuning

Introduction. AppDynamics for Databases Version Page 1

Funambol Exchange Connector v6.5 Installation Guide

Implementing a Microsoft SQL Server 2008 Database

DEVELOPMENT OF AN ANALYSIS AND REPORTING TOOL FOR ORACLE FORMS SOURCE CODES

Automation for Customer Care System

SSMS Built in Reports for Server and Database Monitoring

PATROL From a Database Administrator s Perspective

Chapter 2 Database System Concepts and Architecture

Visualization of Semantic Windows with SciDB Integration

Oracle Data Miner (Extension of SQL Developer 4.0)

OEM s SQL Monitoring Feature. Ken Gottry 5-May-2014

Oracle Database 10g Express

Document Management Server - Overview

V7 Reporting. Highlights

Tuning poor performing SQL s Using Oracle 10g Enterprise Manager s Automatic SQL Tuning Advisor

Managing MSDE with TOAD

Data Visualization and Business Insights Using SAS Visual Analytics. University of Connecticut Dan Sokol Thulasi Kumar 1/13/2015

High Level Design Distributed Network Traffic Controller

DBQT - Database Query Tool Manual 1/11. Manual DBQT. Database Query Tool. Document Version: unu.ch

Mobile Devices: Server and Management Lesson 02 Application Servers Part 1

JOB DESCRIPTION APPLICATION LEAD

Resources You can find more resources for Sync & Save at our support site:

VantagePoint Getting Results Guide

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform

Customer evaluation guide Toad for Oracle v12 Database administration

Monitoring Pramati Web Server

TaskCentre v4.5 Run Crystal Report Tool White Paper

Arctic Network SQL Server Data Analysis Using Microsoft Access

IBM Rational Web Developer for WebSphere Software Version 6.0

Reporting. Understanding Advanced Reporting Features for Managers

A collaborative platform for knowledge management

Unicenter Database Management For Distributed RDBMS

Software License Monitoring

Toad for Data Analysts, Tips n Tricks

Monitoring Oracle Enterprise Performance Management System Release Deployments from Oracle Enterprise Manager 12c

COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs

Quick start. A project with SpagoBI 3.x

DFW Backup Software. Whitepaper DFW Backup Agent

Informix Administration Overview

Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to SQL Server 2008 DBA Skills Course 6317A: Three days; Instructor-Led

Performance And Scalability In Oracle9i And SQL Server 2000

Zoner Online Backup. Whitepaper Zoner Backup Agent

What you can do:...3 Data Entry:...3 Drillhole Sample Data:...5 Cross Sections and Level Plans...8 3D Visualization...11

Exploiting Key Answers from Your Data Warehouse Using SAS Enterprise Reporter Software

Performance Management Platform

How to make a good Software Requirement Specification(SRS)

What is a database? COSC 304 Introduction to Database Systems. Database Introduction. Example Problem. Databases in the Real-World

Ahsay Backup Software. Whitepaper Ahsay Backup Agent

Airline Flight and Reservation System. Software Design Document. Name:

Development Best Practices

1 File Processing Systems

Integrated Enterprise Reporting

Oracle EBS Interface Connector User Guide V1.4

TFA Laptop Printing - Windows

Blaze Vault Online Backup. Whitepaper Blaze Vault Online Backup Agent

OpenWells Software. DecisionSpace Drilling & Completions. Streamline activity and morning reporting. Improve drilling operations DATA SHEET

Identifying Problematic SQL in Sybase ASE. Abstract. Introduction

COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs

Winning the J2EE Performance Game Presented to: JAVA User Group-Minnesota

Market Challenges Business Drivers

White Paper.

Exploring Microsoft Office Access Chapter 2: Relational Databases and Multi-Table Queries

Getting Started Guide

Using a Remote SQL Server Best Practices

DIABLO VALLEY COLLEGE CATALOG

NoSQL and Hadoop Technologies On Oracle Cloud

CA Repository for Distributed. Systems r2.3. Benefits. Overview. The CA Advantage

How City of Chicago:

Introducing: Lync Call Recorder Agent

About the Authors About the Technical Reviewer

DataTrust Backup Software. Whitepaper DataTrust Backup Agent. Version 6.3

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access

Transcription:

1 Organizer Tool for Oracle DBA Chennakeshava Ramesh Oracle DBA ramesh@oracle789dba.com 1. Abstract This paper presents the need and details of a SQL Organizer tool which organizes the queries in a specific format and runs them against the oracle daase. Architecture of the web base tool developed is discussed along with new advancements like running on click, sharing in XML format and formatting output using graphical tools that can be added are suggested. 2. Introduction I am working as Oracle Daase Administrator (DBA). To maintain and administer Oracle Daase I accumulated lot of queries, some of them generic and some of them application specific. I use administration tools like Enterprise Manager, Quest tools (Toad, Spotlight) for the daily administration and monitoring activities. The environments which I work have different versions of the Oracle daase installed from 7 to 10g. The front end application is different for various daases. This makes it more complex for administrator to use any one tool for all daases. There are certain application features to be monitored for each daase, which are very specific to application. This cannot be monitored using any Daase administration tools. To ease my administration and monitoring job, I wanted a tool where a. I can organize the queries that I wanted to monitor b. I can organize the queries in the format I wanted to monitor. c. I can add, delete and edit queries. d. I can customize and organize queries according to daase environment. e. I see the output of each SQL query independently, even if I run the queries at once. To do the above things and ease my administration job for various administration and monitoring activities, I developed a generic tool which a. Allowed organizing the queries I wanted to fire against the daase b. Allowed to organize queries in the form of matrix consisting of ons and s. c. Fires set queries automatically against the daase.

2 3. Architecture The architecture of the application consist 1. Organization Section 2. Administration Section 3.1 Organization Section. This section allows the DBA to organize his queries in the form of groups and s. This allows the DBA to develop his own tool according to his requirement without any development knowledge. Fig 1. Show the overview of this section. ADD DEL MOV Tab Help Fig 1. Organizing Queries.

3 3.2 Administration/Monitoring Section. This section allows you to fire the queries which are organized using the Organization section. It presents you the page in the form of matrix with ons on the left hand side and corresponding query s on top of output window. Choosing the specific group and allow you to view the output of corresponding query associated with that in the output window. on on Help on Output window Fig 2. Front End Overview

4 4. Overview of the Tool The tool which I developed was a web based tool with tomcat web server and JSP. This allowed to centralize the tool and allowed user to use the Internet Explorer as front end. Figure 3. show a snapshot of the tool. Fig 3. Overview of the Tool. 5. Advancements that can be added. 1. The output is displayed in the form of le. Graphs can be added to display the output in advance formats. 2. The backend storage of queries can be in the format of XML file, which will enable easy plug in and plug out of queries. This enables easy sharing across the people. 6. Advantages of this tool 1. It allows the DBA to develop the monitoring and administration tool according to his requirement.

2. Different queries can be organized together according to the requirement for different versions of the daase. 3. Customize and share the queries with others with ease. 5