RAC Performance Lab.

Slides:



Advertisements
Similar presentations
UNIVERSITY OF EDUCATION BY H.M.ISHTIAQ RAFIQUE. Domain Name Structure.
Advertisements

RAC I/O Lab. 1. Run Database Load Script Your instructor will provide you with a directory containing database schema creation and data loading scripts.
Presentation Heading – font Arial
ESafe Reporter V3.0 eSafe Learning and Certification Program February 2007.
2 Copyright © 2005, Oracle. All rights reserved. Installing the Oracle Database Software.
Discovering SQL all rights reserved (c) 2010 agilitator.com INSTALLING MS SQL Server 2008 R2 Express Edition.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 11: Monitoring Server Performance.
Chapter 14 Chapter 14: Server Monitoring and Optimization.
1 of 3 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Installing a New Windows Server 2008 Domain Controller in a New Windows Server 2008 R2.
VMware vCenter Server Module 4.
11 MAINTAINING THE OPERATING SYSTEM Chapter 5. Chapter 5: MAINTAINING THE OPERATING SYSTEM2 CHAPTER OVERVIEW Understand the difference between service.
Enterprise Reporting with Reporting Services SQL Server 2005 Donald Farmer Group Program Manager Microsoft Corporation.
11 MAINTAINING THE OPERATING SYSTEM Chapter 5. Chapter 5: MAINTAINING THE OPERATING SYSTEM2 CHAPTER OVERVIEW  Understand the difference between service.

12 Copyright © 2007, Oracle. All rights reserved. Database Maintenance.
15 Copyright © 2004, Oracle. All rights reserved. Proactive Maintenance.
11 Copyright © 2005, Oracle. All rights reserved. Configuring the Oracle Network Environment.
Installing Oracle Database 11gR2 Software on Red Hat Enterprise Linux 5 (RAC)
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 11: Monitoring Server Performance.
Installing and Using Active Directory Written by Marc Zacharko.
Oracle Administration and Monitoring Tools for Windows Administering and Monitoring Oracle with Windows Tools.
Using OUI to install Oracle9i Release 2 on an OpenVMS System.
Installing Oracle9i RAC Release 2 on HP OpenVMS Systems.
Oracle 10g Database Administrator: Implementation and Administration Chapter 2 Tools and Architecture.
Database control Introduction. The Database control is a tool that used by the database administrator to control the database. To enter to Database control.
BZUPAGES.COM ADS Wizard Logon on the server as Administrator Click start, run and type in dcpromo then Enter The ADS wizard appears.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 11: Monitoring Server Performance.
DATABASE TOOLS CS 260 Database Systems. Overview  Database accounts  Oracle SQL Developer  MySQL Workbench.
Sybase Adaptive Server Anywhere 7
Proxy Installer for Windows Squid: Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response.
Troubleshooting Security Issues Lesson 6. Skills Matrix Technology SkillObjective Domain SkillDomain # Monitoring and Troubleshooting with Event Viewer.
Week 2 Lecture 1 Creating an Oracle Instance. Learning Objectives  Learn the steps for creating a database  Understand the prerequisites for creating.
Intro To Oracle :part 1 1.Save your Memory Usage & Performance. 2.Oracle Login ways. 3.Adding Database to DB Trees. 4.How to Create your own user(schema).
Oracle Business Intelligence Foundation – Testing and Deploying OBI Repository.
16 Copyright © 2004, Oracle. All rights reserved. Testing the Migrated Oracle Database.
9 Copyright © 2004, Oracle. All rights reserved. Getting Started with Oracle Migration Workbench.
McGraw-Hill/Irwin Copyright © 2005 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 10: Distributed Databases and the Internet All Powder.
19 Copyright © 2008, Oracle. All rights reserved. Security.
3 A Guide to MySQL.
Fundamental of Databases
Visual Basic 2010 How to Program
Presentation Heading – font Arial
Developer 2000 CSE 4504/6504 Lab.
SQL and SQL*Plus Interaction
Module Overview Installing and Configuring a Network Policy Server
Chapter 1 Introduction.
MCTS Guide to Microsoft Windows 7
Creating an Oracle Database
Bomgar Remote support software
Searching Business Data with MOSS 2007 Enterprise Search
Geospatial Database Create Geodatabase Practical Session
JD Edwards Support and Oracle Cloud Infrastructure: A Successful Path to Oracle Cloud
IS 220 Databases Fundamentals
Chapter 1 Introduction.
Using JDeveloper.
SAP R/3 Installation on WIN NT-ORACLE
8 6 MySQL Special Topics A Guide to MySQL.
Managing Performance by SQL Tuning
RAC Backup and Recovery Lab
Chapter 1 Introduction.
CPAN 260 Relational Database Design and SQL
Service Template Creation from the Ground Up
RAC Networking Lab.
Service Template Creation from the Ground Up
Microsoft SQL Server 2014 for Oracle DBAs Module 1
Skype for Business Assessment Results
SharePoint Server Assessment Results
Windows Operating System
Presentation transcript:

RAC Performance Lab

1. Oracle Administration Assistant for Windows Start Oracle Administration Assistant for Windows Expand the tree to the database Right-click and choose connect Connect into the database View Oracle objects

1. Oracle Administration Assistant for Windows

2. Run Database Load Script Your instructor will provide you with a directory containing database schema creation and data loading scripts In a command window, move to the PTCDB directory and run the create_ptcdb.bat file The scripts will generate database activity which can be measured with monitoring tools If the file completes, simply restart to generate additional load

3. Oracle Counters for Windows Performance Monitor To initially configure the Oracle Counters for Windows Performance Monitor, open a command line window Enter the following: OPerfCfg –U system –P {password} –D {SID} The registry entries for the Performance Monitor are now set. Note: Oracle Counters for Performance Monitor is sensitive to Oracle Net settings, which must be correct

3. Oracle Counters for Windows Performance Monitor Go to Start -> Oracle – OraDb10g_home1 -> Configuration and Migration Tools -> Oracle Counters for Windows Performance Monitor By default, two Oracle counters for Sorts are displayed. Add other Oracle specific counters Add CPU counters Add physical disk counters Add system counters Add network counters

3. Oracle Counters for Windows Performance Monitor

3. Oracle Counters for Windows Performance Monitor

4. STATSPACK Run the %ORACLE_HOME%\admin\spcreate.sql script to install STASPACK Log in as “sys as sysdba” and run the execute statspack.snap command Wait a few minutes Run the execute statspack.snap command again Run the spreport.sql sccript to create a report

5. AWR Reports Change directory to the report script directory: C:\> cd %ORACLE_HOME%\report\admin Start an sqlplus session. The Oracle user must have privileges to view the DBA and V$ tables. Run an AWR report: SQL> @awrrpt.sql Enter required information at the prompts, including starting and ending snapshot IDs. Report is in %ORACLE_HOME%\bin by default (you may specify a full path) Choose the html format. Open the report in a browser. Look for the following: Top five timed events Instance Efficiency Percentages SQL ordered by …. Advisory sections Other sections suggested by the instructor

5. AWR Reports

6. ADDM Findings Start a Database Control session Go to the Performance Page Go to Advisor Central Create a set of ADDM analysis findings by manually choosing recent snapshots Review the ADDM Findings

6. ADDM Findings

7. View RAC Cluster Performance Pages Start a Database Control session Open the RAC Cluster Cache Coherency page and the Cluster Interconnects page The RAC Cluster Cache Coherency page can be reached from the bottom of the Performance tab of the Performance page To reach the Cluster Interconnects page, go to the crs cluster item on the main page Interconnects is available as a tab on the crs Cluster page

7. View RAC Cluster Performance Pages

7. View RAC Cluster Performance Pages

© 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.