66
Wise Men Confidential Oracle Database and E-Business Suite Administration using Add-on Tools and Techniques www.wisemen.com | [email protected] Sep 02, 2015 Vipul Gupta Oracle Practice Head Venkata Phani Delivery Manager

Oracle DBA Admin Add-on Tools

Embed Size (px)

Citation preview

Wise Men Confidential

Oracle Database and E-Business Suite Administration using Add-on Tools and Techniques

www.wisemen.com | [email protected] 02, 2015

Vipul GuptaOracle Practice Head

Venkata PhaniDelivery Manager

Wise Men Confidential

Agenda/Flow of the session

Wise Men Overview

Oracle Practice Offerings

Administration Tools and Techniques

Oracle DBA Services

Q & A

2

Wise Men Confidential

About Wise Men

2

Wise Men: US-based WMBE

Established in 1997

Technology and Supply Chain solutions

GHQ: Houston, Texas, US

Canada & Dubai

CoE India: Hyderabad and Pune

ISO 9001:2008

2010, 2011 E&Y: Finalist of the year

2009 & 2008: Top 10 - Fast 100 List

2009 & 2008: Top 10 - 50 Fastest growing

Women-owned companies

2010 BP: Vendor of the Year

2010 and 2009 INC Magazine

2014 MWBE Vendor of the Year

2011 MWBE Vendor of the Year

Wise Men Confidential

Oracle Practice- Overview

Wise Men Confidential

Service Offerings

5

Consulting

Implementation

Upgrade & Migration

Operations & Support

Wise Men Confidential

Center of Excellence (CoE)

6

Oracle ExpertiseProficient and certified professionals provide right-value solutions to you.

Oracle LabOur full-fledged state-of-the-art Lab solutions, POCs and pilots building. A home away from home for you.

Framework“OracleWise” framework provides cost-effective, proven and assuring blue print, processes and robust templates.

Oracle PracticeWe are your “HELP” button in need. Solutions ready practice and enabler to help you with latest know-how and support.

Oracle Partnership“Gold Partnership” with Oracle brings the best collaboration to your projects and enhances the “success factor”.

Wise Men Confidential

Speaker Profiles

Wise Men Confidential

Speaker Profiles

Venkata Phani

Delivery Manager, DBA Services

• Oracle Database and E-Business

Suite Administration specialist with

over 15 years of experience.

• Also specializes in administering

PeopleSoft, Hyperion and OBIEE

products.

• Has rich experience in Project

Development, Support, Change

Management and Business Process

Transformation.

8

Vipul Gupta

AVP & Oracle Practice Head

• Has vast experience implementing

Oracle ERP and Middleware

applications.

• Drives the strategy, delivery and

solutioning of the practice and

supports sales and marketing

initiatives.

Wise Men Confidential

Database and E-Business Suite Administration Add-on Tools and Techniques

Wise Men Confidential

Administration Tools

Monitoring Tools

Version Control Tools

Scheduling Job Tools

Reporting Tools

Backup Management Tools

DB Management Tools

10

Wise Men Confidential

Monitoring Tools

Wise Men Confidential

Monitoring Tools

Monitoring tools are about

Monitoring the status of your infrastructure and applications,

Notifying the appropriate IT staff about timing of incident occurrence, and

Reporting on status, history and trends to interested parties throughout IT and

business

Some of the tools that we have used in real time are

OEM ( Oracle Enterprise Management)

Zenoss

WiseView

12

Wise Men Confidential

Monitoring Tool : Oracle Enterprise Manager (OEM)

Oracle Enterprise Manager (OEM):

For monitoring all components of your IT infrastructure (Oracle and non-

Oracle)

Monitoring applications and services that are running on them.

Enables IT to proactively monitor and resolve issues by business priority,

Implement operational best practices for monitoring, and

Provide consistent, high quality service in support of business goals

13

Wise Men Confidential

Monitoring Tool : Oracle Enterprise Manager (OEM)

Key capabilities of Enterprise Manager:

A complete cloud lifecycle management solution

Maximum return on IT management investment

Best solutions for intelligent management of the Oracle stack and engineered systems

Real-time integration of Oracle's knowledge base with each customer environment

Features of OEM:

Framework Enhancements

Database, Fusion Middleware Management

Application Performance, Incident, Coherence Management

Lifecycle Management and Provisioning Features

Cloud Management Features

My Oracle Support Integration

Security Features

14

Wise Men Confidential

Monitoring Tool : Oracle Enterprise Manager (OEM)

15

Wise Men Confidential

Monitoring Tool : Zenoss

Zenoss is a leading provider of unified IT monitoring and management software for physical, virtual,

and cloud-based IT infrastructures.

Oracle Database ZenPack provides out-of-the-box domain expertise to system administrators using

Zenoss.

Oracle Database ZenPack focuses on mission critical metrics of Oracle database server providing both

breadth and depth in monitoring.

Features :

A built-in default list of most important metrics for Oracle

Template Deployment of measurements

GUI loadable

Over 330 available metrics

Support for Oracle 8, 9, 10 and 11 databases

Pre-selected metrics subset for instant-on monitoring

16

Wise Men Confidential

Monitoring Tool : Zenosss dash board Screen

17

Wise Men Confidential

Monitoring Tool : WiseView

WiseView is an tool developed by Wise Men.

It is in the form of HTML report that clearly displays various metrics about database.

Features:

Simple, fast and easy to use, tool

Requires no installation, no Oracle Client and no internet connection

Real Time Performance Monitoring.

Displays the errors that occur in the database by constantly monitoring the database logs

View long running queries and its details with the SQL ID's.

View the database growth day-by-day.

View the RMAN backup information with backup size.

View Tablespace information, including size used / free and storage by Segment Type.

Monitor Sessions and display details(Statistics, Connection Information, Database objects).

View Physical i/o, Logical i/o and CPU Time and Elapse Time of all SQLs.

Show Session Wait Events, Blocking Sessions, Locked Object, Open Cursors and Current Statements.

18

Wise Men Confidential

WiseView screen

19

Wise Men Confidential

Version Control Tools

Wise Men Confidential

Version Control Tools

Version control is a system that records changes to a file or set of files over time so

that you can recall specific versions later.

It allows you to revert files back to a previous state, revert the entire project back to

a previous state, compare changes over time, see who last modified

something that might be causing a problem, who introduced an issue and when, and

more.

Few well know Version Control tools:

Rational ClearCase

GIT

OEM change control pack

SERENA PVCS

21

Wise Men Confidential

Version Control Tools : Rational Clearcase

It is and IBM product that can support large and medium-sized businesses

Can accommodate projects with hundreds or thousands of developers

Supports two configuration management models:

UCM (Unified Change Management) :UCM provides an out-of-the-box model

Base ClearCase : It provides a basic infrastructure (UCM is built on base ClearCase).

ClearCase can accommodate large binary files, large numbers of files, and large repository sizes.

It supports branching, labeling, and versioning of directories.

There is both command line capability and GUI tools to handle branching and merging

ClearCase can be integrated with oracle database repository with the help of plugins.

Can perform advanced parallel development

Can perform effective IP security Authoritative build auditing

22

Wise Men Confidential

Version Control Tools : Rational Clearcase

23

Wise Men Confidential

Version Control Tools : Git

Git was initially designed and developed by Linus Torvalds for Linux kernel development in 2005,

It is a free and open source distributed version control system

Designed to handle everything from small to very large projects with speed and efficiency.

As with most other distributed revision control systems, and unlike most client–server systems, every Git

working directory is a full-fledged repository with complete history and full version-tracking capabilities,

Independent of network access or a central server.

Features:

Multiple local branches that can be entirely independent of each other. The creation, merging, and

deletion of those lines of development takes seconds

Can effectively handle large repositories Using Linux kernel.

Instead of doing a "checkout" of the current tip of the source code, you do a "clone" of the entire

repository.

Every file and commit is checksummed and retrieved by its checksum when checked back out.

It has something called the "staging area" or "index". This is an intermediate area where commits can

be formatted and reviewed before completing the commit.

24

Wise Men Confidential

Version Control Tools : Git

25

Wise Men Confidential

Version Control Tools : PVCS Serena

PVCS Version Manager is a software package by Serena Software Inc. for revision control of

files, in particular source code files.

Follows the "locking" approach to concurrency control

It has no merge operator built-in (but does have a separate merge command).

PVCS can also be configured to support several users simultaneously attempting to edit the

file.

Features:

Most programmers can use it for a simple project where the only requirement is to hold an

"incremental backup" of versions.

Multi-platform tool

26

Wise Men Confidential

Version Control Tools : PVCS Version Manger and Code Comparison

27

Wise Men Confidential

Scheduling Job Tools

Wise Men Confidential

Scheduling Jobs

Enterprise job scheduling (or Workload automation ) is the execution of a series of computer

jobs/scripts with additional feedback about the results and ability to resubmit failed jobs,

Managing job streams and monitoring of job execution on remote servers including centralized

viewing of remote job logs.

One reason for development of various job schedulers is that Unix cron daemon and command line

execution have a pretty limited functionality.

Few Job Schedulers are :

APPWORX

AUTOSYS

Control M - BMC

29

Wise Men Confidential

Scheduling Jobs : APPWORX

It is a best-of-breed management utility providing automated job scheduling,

Utility for workload balancing and output management to applications

Integrates with E-Business Suite and runs concurrent jobs

Features :

It helps to do the below task as well.

Monitor the system. Execute/Run the tasks whenever needed

Checking the jobs running ,completed or initiated.

Troubleshoot the tasks and take the appropriate actions to the task.

View and print the task output. and many more ...

Job Designer, Multithreading, Execution control

Database events, Unrivalled database support

Supports database events

Unrivalled database support

30

Wise Men Confidential

Scheduling Jobs : APPWORX

Benefits :

Simplifies the management of IT workload for multiple and heterogeneous database

instances

Enhances visibility of database jobs and other business application workload

Reduces errors and delays by removing reliance on custom scripts

Encrypts passwords in login objects for greater security

Define once deploy everywhere

31

Wise Men Confidential

Scheduling Jobs : APPWORX Explorer Window

The Explorer Window is the primary tool which is used to monitor and manage the agents ,queues and tasks.

32

Wise Men Confidential

Scheduling Jobs : Autosys

An AutoSys job is any single command, executable, script, or Windows batch file.

Each AutoSys job definition contains a variety of qualifying attributes, including the conditions specifying when and where a job should be run.

It is used for scheduling and monitoring jobs.

Autosys can also self restart jobs that have failed, or cancelled, or were aborted for any reasons.

It also has a high availability option that will perform rollover of jobs to a backup server on failure of primary server

Features:

Advanced visualization and administration, Design, Model, Analyze Jobs

Automated Error recovery, Business-centric Job flows, Critical patch management

Dynamic job Control, Fault tolerance and recovery

Flexible job automation, High availability

Multi platform scheduling, Role based real time monitoring

Seamless application integration Support Sap, Peoplesoft and oracle Application.

33

Wise Men Confidential

Scheduling Jobs : Autosys

34

Wise Men Confidential

Scheduling Jobs : Control M

It is introduces major cost savings by providing an interface that can execute workloads on multiple

database types and hosts independently.

Defining new jobs is made easy due to a user interface that is based on interactive object selection

It minimizing manual input and reducing user errors. Database jobs include stored procedures,

scripts, SSIS objects and clear SQL statements.

It can also be used to respond to trigger events such as the appearance of a file, being called by a

third party application through an API, or invocation on demand through Java or Web services.

Capabilities like Enhanced security, auditing, post processing, operator alerts, integration with

helpdesk applications, forecasting, and business service management.

Key Benefits:

Integrates seamlessly., Interactive Scheduling

Eliminates complexity and errors

Security

Detailed execution, Output in Readable format

35

Wise Men Confidential

Scheduling Jobs : Control M

36

Wise Men Confidential

Reporting Tools

Wise Men Confidential

Reporting Tools

This tools are a type of application software designed to retrieve, analyze, transform and report

data for business intelligence.

Few tools which are used in oracle for reporting purpose are as follows.

Oracle Advanced Supply Chain Planning (ASCP)

Demantra Demand Management Features

NoetixViews for Oracle E-Buz Suite

38

Wise Men Confidential

Reporting Tools : Oracle Advanced Supply Chain Planning

Performs simultaneous material and capacity planning across multiple distribution and manufacturing facilities and

time horizons in a single planning run

It also provides information on accounting for the latest consensus forecast, sales orders, production status, purchase

orders, and inventory policy recommendations.

Key Features:

Holistic supply and distribution planning, Simultaneous material and capacity planning.

Mix unconstrained, constrained, and optimized plans

Centralized and decentralized planning, Variable time bucketing and constraints

Enforce capacity, enforce demand due dates

Configurable exception queries and priorities, Reduces planning cycle time

Integrated with Oracle E-Business Suite and JD Edwards Enterprise One 9.1 via Value Chain Planning

Integration Base Pack (select features apply) KEY BENEFITS

Evolve from MRP to modern planning, Makes better decisions faster.

39

Wise Men Confidential

Reporting Tools : Oracle Advanced Supply Chain Planning

40

Wise Men Confidential

Reporting Tools : Demantra Demand Management

It maximizes profitability with superior capabilities to better sense, shape, and respond to demand.

Results in demand-driven organization with higher service levels and sales, more satisfied

customers, and lower inventory and distribution costs.

Built-in analytics and adaptable business process automation capabilities enable a wide range of

day-to-day decision making with real-time demand intelligence.

Key Features:

Automated forecast analytics, Real-time forecast capabilities

Planning scenarios, Rapid implementation

Multidimensional data modeling with flexible data hierarchies

Chaining, attribute-based forecasting, and shape modeling

Dashboards, automated exception management, and workflow

Web-based, real-time internal and external collaboration, with role-based security

41

Wise Men Confidential

Reporting Tools : Demantra Demand Management

Demand Analysis worksheet

42

Wise Men Confidential

Reporting Tools : NoetixViews

It delivers the fastest connection between decision makers and operational data,

streamlining the manually-intensive process necessary with implementing reporting tools or enterprise-wide

BI initiatives.

It enables organizations to leverage their current business intelligence infrastructure and tools and deliver

faster, easier access to operational data.

By simplifying the complex and often confusing enterprise application database into easy-to-use business

views,

Noetix empowers non-technical report writers with the ability to create their own ad hoc queries and custom

reports with minimal training or IT involvement.

The views can be customized and extended with additional columns and tables to get the data that you need.

43

Wise Men Confidential

Reporting Tools : Noetix for Oracle Financials

Oracle E-Business Suite modules covered:

Oracle General Ledger

Oracle Payables

Oracle Receivables

Oracle Assets

Oracle Cash Management 44

Wise Men Confidential

Reporting Tools : NoetixViews

Key Features:

Business views simplify access to Oracle E-Business Suite application data.

Noetix MetaBuilder technology automatically incorporates the unique configuration of each enterprise

application implementation.

Documents the business metadata of each view and its columns, making search and data understanding faster

and easier.

Protects reports from database structural changes inherent with enterprise application upgrades, ensuring

established reports remain operational through upgrades, eliminating rework and disruptions by providing

metadata consistency across new application releases.

Broad, comprehensive pre-built BI coverage for Oracle E-Business Suite.

Row-level security in global views assures that users access information consistent with their E-Business Suite data

access privileges, regardless of the BI tool.

45

Wise Men Confidential

Reporting Tools : NoetixViews

Specifically designed for Oracle E-Business Suite

First released with Oracle Applications V8, NoetixViews continues to evolve and simplify access to Oracle

operational data. Today that commitment extends to Release 12.

NoetixViews for Oracle E-Business Suite includes:

Basic views for reports mapped to the Oracle screens

Value-added views that integrate data from more complex business processes

Cross-functional views that integrate data from multiple application modules for full business process end-to-

end reporting.

Special columns for key and descriptive flexfields and lookups

Support for multiple currencies and language translations

Special primary and foreign key columns for joining multiple views together for advanced reporting

46

Wise Men Confidential

Backup Management Tools

Wise Men Confidential

Backup Management Tools

These tools protect your database against data loss and reconstruct the data.

The reconstructing of data is achieved through media recovery

To address these needs, Oracle has created the Backup Solutions Program (BSP),

Oracle and media management vendors provide robust, easy-to-use database backup and recovery

solutions to customers with high-end requirements.

Oracle backup products manage the process of database backup and recovery, yet integrates with

industry-leading tape storage management subsystems.

Some tools for Backup Management:

OEM Backup Manager

Netapp Snapshot

Veritas

48

Wise Men Confidential

Backup Management Tools : OEM Backup Manager

GUI interface to Recovery Manager that enables you to perform backup and recovery via a point-and-click method.

RMAN can be setup or scheduled for database backups for thousands of databases using Enterprise Manager

Cloud Control 12c functions more easily and efficiently than the prior versions

When we choose backup, EM creates RMAN script, schedules it and runs without using the Unix cron job utility

Key Features:

Configure frequently executed backup operations, Use the recovery catalog to automate both media restore and

recovery operations

Generate printable log of all backup and recovery actions

Perform automatic parallelization of backups and restores

Find datafiles that require a backup based on user-specified limits on the amount of redo that must be applied

Back up the database, individual tablespaces or datafiles, .incremental backups.

corrupt block detection

automatically backs up data. makes backups to tape. Operating System Independent language.

49

Wise Men Confidential

Backup Management Tools :OEM

50

Wise Men Confidential

Backup Management Tools : CommVault - Simpana

It is tightly integrated to provide superior Oracle database backup, recovery and archive capabilities.

Protect mission-critical databases efficiently and within minutes, whether they are deployed as a single

instance, real application cluster (RAC), or an Exadata system.

It is fully integrated with the RMAN catalog. DBA's can locate, recover and restore databases from backups

Duplicate a database and quickly build an Oracle standby database. You can also mix RMAN streaming backups

with storage array snapshots for clones of the same database.

Key Features:

Flexibility., Time minimization.

Efficiency .Auto-discover

Reduce troubleshooting time

Eliminating redundant data, Mixed mode support

Reduce complexity, improve application performance

51

Wise Men Confidential

Backup Management Tools : CommVault backup Monitoring

52

Wise Men Confidential

Backup Management Tools : NetApp SnapManager

NetApp SnapManager for Oracle enables more efficient administration of your critical Oracle-based business

processes.

It automates and simplifies database management with backup, recover, restore, and cloning features.

Leverage our Snapshot technology to create near-instant, space-efficient copies and clones of your databases.

NetApp SnapManager policies simplify, standardize, automate, and improve data protection, Recover and restore

a failed database to full production in minutes, regardless of database size.

SnapManager for Oracle software creates complete database clones in seconds

Key Features:

Maximum Data Availability. Fast cloning.

Manageability in single interface., Increase Productivity.

Compatibility, Reduce Costs

Achieve high performance.

53

Wise Men Confidential

Backup Management Tools : Veritas NetBackup

Oracle backup and restore performance can be drastically increased by implementing the NetBackup for

Oracle Advanced BLI Agent.

Online Oracle database block level incremental (BLI) backups only changed file system blocks,

The functionality brings compelling benefits to large database environments because backups – both in data

volume and time – now are only proportional to the amount of changed data, not sheer database size.

Storage Checkpoint identifies and maintains a list of changed file system blocks as data changes

Key Features:

Easy to deployment and maintenance.

Extensive integration.

Reduces backup times.

Auto Image Replication.

Replication Director.

54

Wise Men Confidential

Backup Management Tools : Veritas NetBackup

55

Wise Men Confidential

DBA Management Tools

Wise Men Confidential

DBA Management Tools

These tools combine extensive automation with intuitive workflows to provide you with deep functionality.

These tools involve in many activities like manipulating, insert, deletions etc.

Many of these tools provide the GUI interface which adds more comfortability to the DBA.

There are few tools in market which are widely used by DBA’s they are :

SQL Developer

Toad

Oracle GoldenGate

57

Wise Men Confidential

DBA Management Tools : Oracle GoldenGate

Business-critical systems must offer the highest availability, ensure fast and easy access to the right data, and

quickly adapt to changing business and IT demands.

Oracle GoldenGate enables the exchange and manipulation of data at the transaction level among multiple,

heterogeneous platforms across the enterprise.

It moves committed transactions with transaction integrity and minimal overhead on your existing

infrastructure.

Key Features:

High-performance data replication, Heterogeneous sources and targets

Conflict detection and resolution, Real-time and deferred apply

Event marker infrastructure, Flexible topology support

Data encryption, Routing and compression, ETL and JMS integration

Automated memory management , Initial load capability

Key Benefits:

Enhance decision-making with real-time data

Access mission-critical applications without disruption

Increase IT flexibility with heterogeneous infrastructure support

Enable high-performance data replication with minimal impact on production systems

Ensure transactional integrity across heterogeneous source and target systems

58

Wise Men Confidential

DBA Management Tools : Oracle GoldenGate

59

Wise Men Confidential

DBA Management Tools : Toad

It is quickly diagnose problems and automate SQL tuning and optimization.

It is a direct way to manage, synchronize and deploy schema changes,

administer your databases including users, roles, infrastructure and utilities, diagnose and resolve database

performance issues in real time,

They have the same basic components – Schema Browser, query execution, session monitoring, an integrated

editor,

script execution and debugging, ER diagram generation, Schema Doc generator, import and export wizards and

utilities, and a newly-rewritten Team Coding module.

Key Features:

Tracing., Generating reports.

Lets you use easy highly visual, alert-based, point-and-click problem resolution, including contextual launching

from Toad.

Predictive diagnostics. Support.

60

Wise Men Confidential

DBA Management Tools : Toad

61

Wise Men Confidential

DBA Management Tools : SQL Developer

Oracle SQL Developer is the Oracle Database IDE. A free graphical user interface,

Oracle SQL Developer allows database users and administrators to do their database tasks in fewer clicks and

keystrokes.

It is a database administration and query tool that provides a single consistent interface for various databases.

Visually navigate through your database structure, create and execute SQL queries and scripts the easy way. Or

reverse engineer complete data models with the integrated diagram editor.

Key Features:

Cross Database., Cross Platform.

Multi Language User Interface. Full Unicode Support.

Multiple Connections., Dynamic Driver Loading.

Dock able Windows.

Data Export., Data Copy & Paste.

Code Completion.

62

Wise Men Confidential

DBA Management Tools : SQL Devloper

63

Wise Men Confidential

Oracle Database Support Service Capabilities

64

Monitoring & Support

Development Activities

Database Installation & Deployment

Database Upgrade & Platform Migration

Performance Management & Monitoring

Sizing & Capacity Planning

Security

Wise Men Confidential

Support Models

65

Options Hours of Operations

Bronze Fixed capacity Fixed shift 4.5 x 5

Bronze + Fixed capacity Flexible shift

Silver 8 x 5

Gold 24 x 5

Platinum 24 x 7

On-Demand 1 On Demand ticket based with setup

On-Demand 2On Demand ticket based with minimum use

policy

Wise Men Confidential 66

Thank you

Contact us:Email: [email protected]: 281-953-4500 http://www.wisemen.com/oracle