SmartDBA 솔루션을활용한종합적이고통합된데이타베이스관리

Size: px
Start display at page:

Download "SmartDBA 솔루션을활용한종합적이고통합된데이타베이스관리"

Transcription

1 SmartDBA 솔루션을활용한종합적이고통합된데이타베이스관리 drive BMC Software Korea 이정훈 / 소프트웨어컨설턴트 Jeonghoon_lee@bmc.com

2 Agenda Database Management Model In BSM Monitoring & Diagnostic Recovery Space Management SQL & Application Tuning 2

3 BSM Is a Solution That Spans the Entire Product Line Across R&D Business Services Service Impact Management Asset Management Help Desk Device Mainframe Database IT Service And Apps Management IT Ops and Infrastructure Management Service Model Business Relevance Event and Performance Managers Applications Network Change Management Service Level Agreement Performance Metrics Servers Business IT Analysis Performance Prediction Security Batch 3

4 Business Service Management Schematic Business Service The process being managed Optimize PERFORMANCE System Performance SQL Performance Database Performance SmartDBA Solutions - Intelligent Data Management Simplify Service Impact ADMINISTRATION Manager Database Administration Automatically Administrative relates Assistant business services to underlying IT assets IT Service Management Complete service lifecycle management of the IT environment IT Operations Oracle and Infrastructure Management The IMS specific tools and automation processes for administering specific elements of the IT stack Assure RECOVERY Recovery Management Recovery for SAP Recovery for Siebel Manage mainframe and distributed databases from a single console. DB2 UDB for Unix, Windows and Linux SQL Server Sybase DB2 UDB for z/os and OS/390 4

5 How SmartDBA Works for Business SmartDBA Solutions provide a source of rich, intelligent database events today (mainframe and distributed), accessible to BSM through PATROL and MAINVIEW. 5! 2004년 8월 24일

6 What is SmartDBA? SmartDBA is a scalable suite of Java-based tools designed to assist with all aspects of database management. SmartDBA provides functionality for: Database Administration Performance Analysis and Tuning SQL Analysis and Tuning Space Management Backup and Recovery 6

7 Database Management Model Proactively monitor 24 x 7 Visually identify trends Diagnose root causes Resolve Performance & Availability Problem 7

8 SmartDBA Performance Monitoring & Diagnostic Database Monitoring and Diagnostic Patrol & DB-Xray for Oracle 8

9 Performance Monitoring Needs Performance problems are important business issues Waste time and money Throwing resources at the problem is rarely the best solution Performance problems can have many causes The most obvious cause may not be the actual cause There may be multiple causes in combination Must access all relevant data to accurately analyze Sporadic problems require just-in-time analysis User sessions that are hogging resources Inefficient sorts Buffer activity 9

10 Performance Monitoring Needs Maintaining performance is a DBA s greatest challenge Must be able to monitor ALL of the following --and more -- to correctly diagnose performance problems Resource consumption CPU, Memory, I/O trends User sessions and associated SQL Locking conditions & latches Sort activity -- is it occurring in memory? Hit ratios Buffer cache Dictionary cache Library cache System Waits Redo log activity 10

11 PATROL for Oracle 24 x 7 Monitoring, Alerting, and Control Proactive Database Management Page or alert 24x7 Automated scripted responses Critical Performance Metrics Centralized Global and Local DB Management Operators Console Integration with SmartDBA Central Repository / Collectors Customizable Custom parameters Run arbitrary scripts PSL language 11

12 PATROL for Oracle 24 x 7 Monitoring, Alerting, and Control Parameters (over 200 available) Alerts (Availability) ArchiveFreeSpace (Availability) BGDumpLeft (Capacity) ExtentsLeft (Availability) FreeSpace (Availability) FreeSpaceDeficit (Availability) Instance Status (Availability) ProblemUsers (Users) RedoArchDelay (Log) [With Menu Command and Recovery Action] ResponseExecTime (Performance) ResponseSqlTime (Performance) Functions Blackout Building Custom SQL Parameters Category Management Containers Help Infobox Multi-line Graphs SQL*Net Monitoring SqlSnapshot SqlViewer Tablespace monitoring User Monitoring Reporting Active Sessions Shared Pool Users 12

13 Enterprise Data View Integration with SmartDBA Solution Common Database Administration 13

14 Operational Excellence with DBXray The Features that Ease Management Focus alerts using exception based monitoring Reduce analysis time using DBA-centric work flow Accessible from anywhere web based architecture Intelligent integration with 24 x 7 monitoring 14

15 Operational Excellence Seamlessly Drill Down Into Fix Tools Graphically display health of the database Click Users Single screen display of entire instance status Problem areas highlighted with one click access to more detail or expert advice Drill downs provide incontext launch of fix-it tools such as editors or tuning components 15 Click Tune to tune the SQL statement

16 End-to-End Database Performance Monitoring and Diagnostics Scalable, Web based DBA solution tightly integrated to provide complete, proactive performance management Enterprise Monitoring & Alerting Diagnostics Information on the Problem Problem Identification Solution Validation Diagnose Cause Recommend Action Find It, Fix It, Avoid It 16

17 SmartDBA Recovery Database Recovery SQL-BackTrack for Oracle 17

18 Data Management Challenges Customers, suppliers and internal staff expect faster, immediate access to data and the expectation is that we meet these demands while reducing costs to the business. Improve Service Delivery The majority of service level breaches are database related. More data means it takes longer for the applications to access the database, which impacts service delivery. Reduce Costs Physical size of databases is growing, making it more difficult and costly to optimize performance. Loss of business data can lead to business failure, lost revenue. 18

19 Data Management Challenges Recovery is an unfortunate fact of life... Up to 80% of all unplanned downtime is caused by software or human error* Up to 70% of recovery is think time! Investigate 20% Diagnose 20% Analyze 30% Recover 30% *Source: Gartner, Aftermath: Disaster Recovery, Vic Wheatman, September 21,

20 Data Management Challenges Ready for Recovery? Analysis Source Preparation Restore Recover Post-op Autodiscovery feature tells the DBA what is missing Historical backup management keeps track of backups Issues the appropriate commands needed to prepare the database for the recovery process Copies backup data to the correct destination Issues the appropriate command in the correct sequence Performs or advises DBA on the appropriate post-recovery clean-up process 20

21 Ready for Recovery! BMC Software assures recovery Analysis Source Preparation Restore Recover Post-op SQL-BackTrack Investigate data loss/ corruption and discover what information must be replaced Identify location of and retrieve backup data Issues the appropriate commands needed to prepare the database for the recovery process Copies backup data to the correct destination Issues the appropriate command in the correct sequence automates the entire recovery process! Perform appropriate postrecovery clean-up processes 21

22 Why SQL-BackTrack? An example of a recovery of an Oracle database using RMAN 1. Determine what to recover. 2. Determine location where necessary data files and archive logs are stored. 3. Determine recovery type: hot, cold, is there a specific point-in-time for the recovery? 4. Copy the parameter files from backup. [ RMAN does not handle parameter files, must copy them manually. ] 5. Edit the parameter files to reflect new locations for the control files. 6. Start RMAN. 7. Allocate channel(s.) 8. Shutdown abort. 9. Startup nomount. 10. Restore control files. 11. Ensure that the control files are copied to all the locations specified in the parameter file. 12. Startup mount. 13. Catalog any unarchived archive logs [ If the files are not cataloged, RMAN does not apply them.] 14. Determine the SCN to which we want to recover by querying V$LOG_HISTORY. 15. Set the SCN to the latest SCN. 16. Issue "ALTER data file <> OFFLINE IMMEDIATE" for all the affected data files. *** 17. Rename the files to new location [ for all the data files.] *** 18. Restore the data files. 19. Issue a switch data file command. 20. Restore the archivelogs. (SQL-BackTrack automates.) 21. Recover the database. 22. Issue "alter database open resetlogs. 23. If using a recovery catalog then issue a "reset database" command. 24. Shutdown the database. 25. Do a full backup of the database. 26. Determine database and application are ready for production use. *** These steps have to be done for each and every data file 22

23 Why SQL-BackTrack? An example of a recovery of an Oracle database using RMAN 1. Determine what to recover. 2. Determine location where necessary data files and archive logs are stored. 3. Determine recovery type: hot, cold, is there a specific point-in-time for the recovery? 4. Copy the parameter files from backup. [ RMAN does not handle parameter files, must copy them manually. ] 5. Edit the parameter files to reflect new locations for the control files. 6. Start RMAN. 7. Allocate channel(s.) 8. Shutdown abort. 9. Startup nomount. 10. Restore control files. 11. Ensure that the control files are copied to all the locations specified in the parameter file. 12. Startup mount. 13. Catalog any unarchived archive logs [ If the files are not cataloged, RMAN does not apply them.] 14. Determine the SCN to which we want to recover by querying V$LOG_HISTORY. 15. Set the SCN to the latest SCN. 16. Issue "ALTER data file <> OFFLINE IMMEDIATE" for all the affected data files. *** 17. Rename the files to new location [ for all the data files.] *** 18. Restore the data files. 19. Issue a switch data file command. 20. Restore the archivelogs. (SQL-BackTrack automates.) SQL-BackTrack reduces this effort to 2 STEPS!! 21. Recover the database. 22. Issue "alter database open resetlogs. 23. If using a recovery catalog then issue a "reset database" command. 24. Shutdown the database. 25. Do a full backup of the database. 26. Determine database and application are ready for production use. *** These steps have to be done for each and every data file 23

24 The SmartDBA Recovery Product Family SmartDBA Recovery Provides comprehensive solutions for intelligent backup and recovery of your complex database environments SQL-BackTrack for Database Provides enterprise level backup and recovery functionality for Oracle, SQL Server, DB2 Universal Database, Sybase and Informix databases SQL-BackTrack for Oracle Enterprise Snapshot Edition extends the SQL-BackTrack product to provide low impact backups in large warehouse environments as well as integration with intelligent storage devices SQL-BackTrack Modules Provides seamless integration with Veritas NetBackup, Legato NetWorker and Tivoli Storage Manager 24

25 SmartDBA Integration GUI is 100% parallel to the text menu Customers may choose to use either or both interfaces 25

26 SQL-BackTrack Key Benefits Improved Backup and Recovery Performance Parallel Streams and Striping increase backup and recovery performance by sending data to multiple locations simultaneously Improved Database Performance during the backup by operating outside of the database kernel Database-Aware Compression minimizes network transfer time of data significantly Enterprise Snapshot leverages your current investment in Intelligent Storage Devices (HW ESS) or system memory (SW ESS) to reduce impact of backup Reduce downtime to minutes instead of hours during cold backups (great for data warehouses) Example: 26 hours reduced to 2 minutes 700x faster! Improve recovery time and reduce the impact on database performance during hot backups 26

27 SQL-BackTrack Key Benefits Manages Complexity Supports your enterprise by providing a common solution regardless of the DBMS, OS and/or hardware in use Automates recovery for a wide range of recovery scenarios from a single object to large clustered databases Supports clustered environments including OPS/RAC, EEE and failover cluster environments Seamless integration with file management systems allowing DBAs full control over their backups and recoveries Leverages intelligent storage devices by performing backups from a mirrored device automatically no intervention by a storage administrator required Encryption secures data at backup time to control access to sensitive information 27

28 SQL-BackTrack Key Benefits Increases Staff Productivity Easy to use and deploy installs and configures in minutes little to no learning curve Web Access from the SmartDBA Cockpit providing administration, recovery and performance utilities from a single interface across your enterprise Simplifies recovery process for DBAs of all levels even junior DBAs can recover with confidence Automated Log Management Monitors archive log destination or thresholds and performs backups based on space and/or number of log files Backup of logs in sets allowing for easier restore Support for multiple log destinations Duplicate a Database feature allows for database cloning off of backups to any server Duplicated database can be a full or partial copy Remote system doesn t require access to the backup media 28

29 SQL-BackTrack Key Benefits Improved Disaster Recovery Simplifies disaster recovery process for system admins, DBAs or anyone responsible for testing and performing a disaster recovery even junior DBAs can recover with confidence Simplified alternate host recovery Automatic discovery of host change Simple text file directory copy and restore Fully guided process using the menu interface One tool fits all by providing support across all popular relational database types Commands and architecture are common across products Same look and feel of tool, only one utility to learn 29

30 SQL-BackTrack Differentiators SmartDBA Recovery Unique Features Added Recovery Assurance Dry Run Backup Cloning Guided Recovery Better Performance Minimal Database Impact Faster Backups and Restores Guided Recovery Enterprise SnapShot Technology Archive Log Management Compression Logical Extraction Restartabiltiy Manageability Easier to configure Guided recovery Automated Duplication Seamless Integration to Storage Management Systems One standard look and feel for Heterogeneous environments: we manage more than just Oracle/UDB/etc. SmartDBA Integration manage backups and recoveries from a single console Recovery experts on staff SmartDBA Recovery gives you functionality not available in other backup methods! 30

31 SmartDBA Roadmap: The Enterprise Recovery Solution 31

32 SmartDBA Roadmap: The Enterprise Recovery Solution 32

33 SmartDBA Space Management Database Space Management Space Expert for Oracle 33

34 Why Are Reorgs Performed? Longer application response times Unnecessary block reads More I/O s required for disorganized data Migrated rows Deleted leaf nodes Inefficient use of disk space Unusable white space Database activity causes disorganization Multiple extents 34

35 Why Some People Don t Reorganize Difficult to know when or what to reorg Very labor intensive Difficult to drop and recreate dependencies properly Error prone Require application downtimes Often lead to unplanned outages 35

36 Making All This Easy Space Expert for Oracle Space Expert for Database Analyzing space utilization Advising the DBA with corrective actions Automating the reorganization process 36

37 Space Management and Database Reorganizations with SmartDBA Identifies objects that can be causing performance problems Migrated rows Deleted leaf nodes Finds objects that are wasting space High Water Mark issues Unused datafiles Over-allocation of space Finds objects that can cause an application outage Objects that cannot extend Objects nearing MAXEXTENTS 37

38 Space Management and Database Reorganizations with SmartDBA SmartDBA will formulate object-by-object recommendations for blocksize, pctfree, and pctused parameters based on database activity observed over time Find and fix the underlying problems don t just fix the symptoms! 38

39 Fast Reliable Reorganizations Reduces the duration of the reorganization Proprietary unload/load technology Process multiple objects simultaneously Unload a single table with parallel unload streams Reduces the number of reorganizations A reorganization will only fix the symptoms of object storage issues Changing the storage parameters will keep the objects from requiring as many subsequent reorganizations Fail-Safe restartable scrip Dry run evaluation Automated restart at point of failure Application always available even in the event of failure 39

40 Reorganization - Flexibility Traditional (Outside) Online (Inside) Temp files F1 T1 T1 T1 T2 Online Read Write Traditional Standard 40

41 Space Expert for Oracle Summary Finds and fixes storage problems Reduces the duration of the reorganization Reduces the number of reorganizations Provides flexibility for reorganizations Automates the reorganization process 41

42 SmartDBA SQL Tuning Database SQL & Application Tuning SQL-Explorer for Oracle 42

43 Tuning SQL With SmartDBA Improve the performance of your business applications by enabling DBAs and developers to identify and tune problematic SQL. 43

44 Tuning SQL With SmartDBA Key Technology High-speed data collector Continuous capture of SQL statements Retrieves SQL directly from Oracle s SGA Stores the captured SQL either locally or in a remote repository Type of data gathered Dynamic SQL currently running Collected SQL (SGA History) 44

45 Tuning SQL With SmartDBA Key Technology Simplify the Tuning Process Automatically generate alternative SQL statements Hints Automated query rewrites Manual user rewrites Create trials to compare statements Provide both actual and simulated results of the trials 45

46 Tuning SQL With SmartDBA Key Technology Simulation Allows you to simulate the execution of a query without having to actually execute it in production Gathers metrics from the production server and uses those metrics to determine how long your SQL will run on that server Init.ora changes 46

47 Tuning SQL With SmartDBA Key Technology Index advisor Views information in the SGA or SQL collections Gather information over a period of time Give Index recommendations Add a column to an index Reorder the columns in a concatenated index Drop an index 47

48 Tuning SQL With SmartDBA 80% of all database performance problems are because of poorly written SQL. How well is your SQL tuned? 48

49 Tuning SQL With SmartDBA High speed SQL collection technology reads SQL directly from Oracle s shared memory segments Collect SQL as it executes in the database with minimal impact to the database server 49

50 Tuning SQL With SmartDBA Collect SQL over time and then review the saved collections Identify your key SQL over time and focus your tuning efforts where you will get the most benefit 50

51 Tuning SQL With SmartDBA Tune SQL from multiple sources including stored database objects (a view in this example) 51

52 Tuning SQL With SmartDBA Automatically tune and test the code 52

53 Tuning SQL With SmartDBA Replace the source code with the optimized SQL 53

54 Tuning SQL With SmartDBA View collected or application SQL by object Get another view of the code see the SQL performing full tablescans or index tablescans Identify indexing and partitioning opportunities See the most used tables and indexes 54

55 Tuning SQL With SmartDBA Use the Index Advisor to recommend indexes to build, change, or drop Uses saved collections of SQL not just a single statement Makes recommendations based on the whole group of collected SQL Get the whole picture of indexing, not just a small piece of the puzzle 55

56 Tuning SQL With SmartDBA 10 Key Init.ora parameters Select create index Test the impact of adding indexes without actually creating them Example: Select statement is issuing full table scan What-if index - an index is created against department_id column 56

57 SQL-Explorer Automates Everything 1. Locate problem queries 2. Run explain plan 3. Interpret Output Operation Order Full table scans Join operations 4. Indexes Too Many Unused No Index Easy Easy Unselective Indexes 5. Rewrite Query Easy 6. Create / Remove indexes 7. Run explain plan 8. Interpret Output Easy 7. Operation Order 8. Full table scans 9. Join operations 9. Compare with previous explain plan(s) Easy 10. Is it better? If not repeat steps 1-6 again 57

58 Connecting Systems and Data Management PATROL Systems Management View Monitoring PATROL for Database Capacity Planning Performance Management Service Level Management PATROL Performance Assurance APPLICATION ERP, Finance, Billing, CRM, etc. SmartDBA Database Management View Daily Tasks SmartDBA Cockpit Diagnostics DBXray Space Management Space Expert Platform Management Network Management Security Management Middleware Management Application Management Storage Management DATABASE DB2 UDB, Oracle, IMS, MS SQL Server, Sybase OS MS Windows, UNIX, OS/390, Red Hat Linux SQL Optimization and Tuning SQL-Explorer Backup and Recovery SQL-BackTrack 58

59 The Solution: SmartDBA Delivering Optimal Business Management IT Goals and Resources Business Service Management Business Objectives SmartDBA Three key innovations that accelerate the workflow Optimize across all critical Simplify data management Accelerate tasks Performance Administration Recovery Intelligent Automation Provide expert Scalable advice and Integration recommendations based on consistently High Speed collected Architecture and shared data Workflow Eliminate requirement for Expert single Integration platform skills specialization Advice Reduce manual effort for tedious Consistent Single Point of and error prone tasks Look & Feel Control Task Automation 59

60 Questions?

THE INTELLIGENCE AND AUTOMATION WE BUILD INTO OUR SMARTDBA INTEGRATED SOLUTIONS HELP YOU OPTIMIZE PERFORMANCE, INCREASE PRODUCTIVITY, AND ASSURE THE A

THE INTELLIGENCE AND AUTOMATION WE BUILD INTO OUR SMARTDBA INTEGRATED SOLUTIONS HELP YOU OPTIMIZE PERFORMANCE, INCREASE PRODUCTIVITY, AND ASSURE THE A [www bmc com/database] SmartDBA Solutions for DB2 UDB Take charge, have fun, drive fast THE INTELLIGENCE AND AUTOMATION WE BUILD INTO OUR SMARTDBA INTEGRATED SOLUTIONS HELP YOU OPTIMIZE PERFORMANCE, INCREASE

More information

Quest Central for DB2

Quest Central for DB2 Quest Central for DB2 INTEGRATED DATABASE MANAGEMENT TOOLS Supports DB2 running on Windows, Unix, OS/2, OS/390 and z/os Integrated database management components are designed for superior functionality

More information

Oracle Database 11g for Experienced 9i Database Administrators

Oracle Database 11g for Experienced 9i Database Administrators Oracle Database 11g for Experienced 9i Database Administrators 5 days Oracle Database 11g for Experienced 9i Database Administrators Course Overview The course will give experienced Oracle 9i database

More information

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE ORACLE 11gR2 DBA by Mr. Akal Singh ( Oracle Certified Master ) INTRODUCTION to ORACLE COURSE CONTENT Exploring the Oracle Database Architecture List the major architectural components of Oracle Database

More information

Enterprise Manager: Scalable Oracle Management

Enterprise Manager: Scalable Oracle Management Session id:xxxxx Enterprise Manager: Scalable Oracle John Kennedy System Products, Server Technologies, Oracle Corporation Enterprise Manager 10G Database Oracle World 2003 Agenda Enterprise Manager 10G

More information

VERITAS Storage Foundation 4.0 TM for Databases

VERITAS Storage Foundation 4.0 TM for Databases VERITAS Storage Foundation 4.0 TM for Databases Powerful Manageability, High Availability and Superior Performance for Oracle, DB2 and Sybase Databases Enterprises today are experiencing tremendous growth

More information

Oracle Database 11g: Administration Workshop II

Oracle Database 11g: Administration Workshop II Oracle Database 11g: Administration Workshop II Duration: 5 Days What you will learn In this course, the concepts and architecture that support backup and recovery, along with the steps of how to carry

More information

Oracle Database 12c Performance Management and Tuning

Oracle Database 12c Performance Management and Tuning Course Code: OC12CPMT Vendor: Oracle Course Overview Duration: 5 RRP: POA Oracle Database 12c Performance Management and Tuning Overview In the Oracle Database 12c: Performance Management and Tuning course,

More information

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002 Managing Oracle Real Application Clusters An Oracle White Paper January 2002 Managing Oracle Real Application Clusters Overview...3 Installation and Configuration...3 Oracle Software Installation on a

More information

Oracle Database 11g: SQL Fundamentals I

Oracle Database 11g: SQL Fundamentals I Oracle Database SQL Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-051 Exam Title: Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-071 Exam Title: Oracle Database SQL Oracle and Structured

More information

Course Outline: Oracle Database 11g: Administration II. Learning Method: Instructor-led Classroom Learning. Duration: 5.

Course Outline: Oracle Database 11g: Administration II. Learning Method: Instructor-led Classroom Learning. Duration: 5. Course Outline: Oracle Database 11g: Administration II Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: In this course, the concepts and architecture that support

More information

Empowering DBA's with IBM Data Studio. Deb Jenson, Data Studio Product Manager,

Empowering DBA's with IBM Data Studio. Deb Jenson, Data Studio Product Manager, Empowering DBA's with IBM Data Studio Deb Jenson, Data Studio Product Manager, dejenson@us.ibm.com Disclaimer Copyright IBM Corporation [current year]. All rights reserved. U.S. Government Users Restricted

More information

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI)

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI) Oracle DBA (10g, 11g) Training Course Content Introduction (Database Architecture) Describe course objectives Explore the Oracle 10g database architecture Installing the Oracle Database Software Explain

More information

Oracle. Exam Questions 1Z Oracle Database 11g: Administration I. Version:Demo

Oracle. Exam Questions 1Z Oracle Database 11g: Administration I. Version:Demo Oracle Exam Questions 1Z0-052 Oracle Database 11g: Administration I Version:Demo 1. You notice that the performance of the database has degraded because of frequent checkpoints. Which two actions resolve

More information

Focus On: Oracle Database 11g Release 2

Focus On: Oracle Database 11g Release 2 Focus On: Oracle Database 11g Release 2 Focus on: Oracle Database 11g Release 2 Oracle s most recent database version, Oracle Database 11g Release 2 [11g R2] is focused on cost saving, high availability

More information

Oracle Database 10g The Self-Managing Database

Oracle Database 10g The Self-Managing Database Oracle Database 10g The Self-Managing Database Benoit Dageville Oracle Corporation benoit.dageville@oracle.com Page 1 1 Agenda Oracle10g: Oracle s first generation of self-managing database Oracle s Approach

More information

<Insert Picture Here> Enterprise Data Management using Grid Technology

<Insert Picture Here> Enterprise Data Management using Grid Technology Enterprise Data using Grid Technology Kriangsak Tiawsirisup Sales Consulting Manager Oracle Corporation (Thailand) 3 Related Data Centre Trends. Service Oriented Architecture Flexibility

More information

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions 1Z0-060 Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-060 Exam on Upgrade to Oracle Database 12c... 2 Oracle 1Z0-060 Certification Details:... 2

More information

Oracle Database 10g: New Features for Administrators Release 2

Oracle Database 10g: New Features for Administrators Release 2 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 10g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course introduces students to the new features

More information

1Z Upgrade Oracle9i/10g to Oracle Database 11g OCP Exam Summary Syllabus Questions

1Z Upgrade Oracle9i/10g to Oracle Database 11g OCP Exam Summary Syllabus Questions 1Z0-034 Upgrade Oracle9i/10g to Oracle Database 11g OCP Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-034 Exam on Upgrade Oracle9i/10g to Oracle Database 11g OCP... 2 Oracle 1Z0-034

More information

Optimizing Database I/O

Optimizing Database I/O High Performance Oracle Optimizing Database I/O Dave Pearson Quest Software Copyright 2006 Quest Software The Impact of Poor Performance Diagnostics and Optimization The Impact of Poor Performance Diagnostics

More information

Oracle Database 11g: Administration I

Oracle Database 11g: Administration I Oracle 1z0-052 Oracle Database 11g: Administration I Version: 7.0 Topic 1, Volume A Oracle 1z0-052 Exam QUESTION NO: 1 You notice that the performance of the database has degraded because of frequent checkpoints.

More information

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Description The SQL Fundamentals exam is intended to verify that certification candidates have a basic understanding of the SQL language. It covers the

More information

ORACLE DBA TRAINING IN BANGALORE

ORACLE DBA TRAINING IN BANGALORE ORACLE DBA TRAINING IN BANGALORE TIB ACADEMY #5/3 BEML LAYOUT, VARATHUR MAIN ROAD KUNDALAHALLI GATE, BANGALORE 560066 PH: +91-9513332301/2302 WWW.TRAININGINBANGALORE.COM Oracle DBA Training Syllabus Introduction

More information

Oracle RMAN for Absolute Beginners

Oracle RMAN for Absolute Beginners Oracle RMAN for Absolute Beginners Darl Kuhn Apress Contents About the Author Acknowledgments Introduction xvii xix xxi Chapter 1: Getting Started... 1 Connecting to Your Database 1 Establishing OS Variables

More information

The Modern Mainframe At the Heart of Your Business

The Modern Mainframe At the Heart of Your Business The Modern Mainframe At the Heart of Your Business IT Service Management Service Oriented Finance Needs to Satisfy Service Levels For Their Critical Applications I must make sure to meet my service levels.

More information

HP Storage Software Solutions

HP Storage Software Solutions HP Storage Software Solutions SRM Focus: HP Storage Essentials Ali Mustakim Enterprise Storage Consultant 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change

More information

Boost ERP/CRM Performance by Reorganizing Your Oracle Database: A Proven Reorganization Strategy Donald Bakels

Boost ERP/CRM Performance by Reorganizing Your Oracle Database: A Proven Reorganization Strategy Donald Bakels Boost ERP/CRM Performance by Reorganizing Your Oracle Database: A Proven Reorganization Strategy Donald Bakels Challenge: Oracle Space management in large, active, business critical ERP/CRM sites Donald

More information

"Charting the Course... Oracle 18c DBA I (3 Day) Course Summary

Charting the Course... Oracle 18c DBA I (3 Day) Course Summary Oracle 18c DBA I (3 Day) Course Summary Description This course provides a complete, hands-on introduction to Oracle Database Administration including the use of Enterprise Manager (EMDE), SQL Developer

More information

EZY Intellect Pte. Ltd., #1 Changi North Street 1, Singapore

EZY Intellect Pte. Ltd., #1 Changi North Street 1, Singapore Oracle Database 12c: Performance Management and Tuning NEW Duration: 5 Days What you will learn In the Oracle Database 12c: Performance Management and Tuning course, learn about the performance analysis

More information

Oracle Database 11g: New Features for Administrators DBA Release 2

Oracle Database 11g: New Features for Administrators DBA Release 2 Oracle Database 11g: New Features for Administrators DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: New Features for Administrators DBA Release 2 training explores new change

More information

Oracle Database 11g Data Guard

Oracle Database 11g Data Guard Oracle Database 11g Data Guard Overview This course introduces the delegate to the main architectural concepts of Data Guard. Delegates will learn how to use Oracle Data Guard to protect Oracle Databases

More information

WHITE PAPER: ENTERPRISE SOLUTIONS

WHITE PAPER: ENTERPRISE SOLUTIONS WHITE PAPER: ENTERPRISE SOLUTIONS Integrating Network Appliance Snapshot and SnapRestore with Veritas NetBackup in an Oracle Backup Environment (Now from Symantec ) White Paper: Symantec Enterprise Solutions

More information

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES Corporate Trainer s Profile Corporate Trainers are having the experience of 4 to 12 years in development, working with TOP CMM level 5 comapnies (Project Leader /Project Manager ) qualified from NIT/IIT/IIM

More information

IBM s Integrated Data Management Solutions for the DBA

IBM s Integrated Data Management Solutions for the DBA Information Management IBM s Integrated Data Management Solutions for the DBA Stop Stressing and Start Automating! Agenda Daily Woes: Trials and tribulations of the DBA Business Challenges: Beyond the

More information

Oracle Database 12c: Backup and Recovery Workshop Ed 2 NEW

Oracle Database 12c: Backup and Recovery Workshop Ed 2 NEW Oracle University Contact Us: 0845 777 7711 Oracle Database 12c: Backup and Recovery Workshop Ed 2 NEW Duration: 5 Days What you will learn This Oracle Database 12c: Backup and Recovery Workshop will teach

More information

Recovering Oracle Databases

Recovering Oracle Databases CHAPTER 20 Recovering Oracle Databases In this chapter you will learn how to Recover from loss of a controlfile Recover from loss of a redo log file Recover from loss of a system-critical datafile Recover

More information

Oracle DBA workshop I

Oracle DBA workshop I Complete DBA(Oracle 11G DBA +MySQL DBA+Amazon AWS) Oracle DBA workshop I Exploring the Oracle Database Architecture Oracle Database Architecture Overview Oracle ASM Architecture Overview Process Architecture

More information

Oracle Database 12c: Performance Management and Tuning

Oracle Database 12c: Performance Management and Tuning Oracle University Contact Us: +43 (0)1 33 777 401 Oracle Database 12c: Performance Management and Tuning Duration: 5 Days What you will learn In the Oracle Database 12c: Performance Management and Tuning

More information

ORACLE DIAGNOSTICS PACK

ORACLE DIAGNOSTICS PACK ORACLE DIAGNOSTICS PACK KEY FEATURES AND BENEFITS: Automatic Performance Diagnostic liberates administrators from this complex and time consuming task, and ensures quicker resolution of performance bottlenecks.

More information

Oracle Database 11g: New Features for Administrators Release 2

Oracle Database 11g: New Features for Administrators Release 2 Oracle University Contact Us: 0845 777 7711 Oracle Database 11g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course gives you the opportunity to learn about and

More information

Optimizing SQL Transactions

Optimizing SQL Transactions High Performance Oracle Optimizing SQL Transactions Dave Pearson Quest Software Copyright 2006 Quest Software Quest Solutions for Enterprise IT Quest Software develops innovative products that help customers

More information

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP) Audience Data Warehouse Administrator Database Administrators Support Engineer Technical Administrator Technical Consultant Related Training Required Prerequisites Knowledge of Oracle Database 12c Knowledge

More information

Oracle Database 11g: Real Application Testing & Manageability Overview

Oracle Database 11g: Real Application Testing & Manageability Overview Oracle Database 11g: Real Application Testing & Manageability Overview Top 3 DBA Activities Performance Management Challenge: Sustain Optimal Performance Change Management Challenge: Preserve Order amid

More information

Andy Mendelsohn, Oracle Corporation

Andy Mendelsohn, Oracle Corporation ORACLE DATABASE 10G: A REVOLUTION IN DATABASE TECHNOLOGY Andy Mendelsohn, Oracle Corporation EXECUTIVE OVERVIEW Oracle Database 10g is the first database designed for Enterprise Grid Computing. Oracle

More information

"Charting the Course... Oracle 18c DBA I (5 Day) Course Summary

Charting the Course... Oracle 18c DBA I (5 Day) Course Summary Course Summary Description This course provides a complete, hands-on introduction to Oracle Database Administration including the use of Enterprise Manager Database Express (EMDE), SQL Developer and SQL*Plus.

More information

Veritas Storage Foundation for Windows by Symantec

Veritas Storage Foundation for Windows by Symantec Veritas Storage Foundation for Windows by Symantec Advanced online storage management Veritas Storage Foundation 5.0 for Windows brings advanced online storage management to Microsoft Windows Server environments.

More information

Disaster Recovery: Restore Database from One Server to another Server when Different Location

Disaster Recovery: Restore Database from One Server to another Server when Different Location Disaster Recovery: Restore Database from One Server to another Server when Different Location Mohamed Azar Oracle DBA http://mohamedazar.wordpress.com 1 Mohamed Azar http://mohamedazar.wordpress.com Step

More information

E-Guide DATABASE DESIGN HAS EVERYTHING TO DO WITH PERFORMANCE

E-Guide DATABASE DESIGN HAS EVERYTHING TO DO WITH PERFORMANCE E-Guide DATABASE DESIGN HAS EVERYTHING TO DO WITH PERFORMANCE D atabase performance can be sensitive to the adjustments you make to design. In this e-guide, discover the affects database performance data

More information

Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours

Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours What you will learn This course advances your success as an Oracle professional in the area of database administration.

More information

Oracle Database 11g: Performance Tuning DBA Release 2

Oracle Database 11g: Performance Tuning DBA Release 2 Oracle University Contact Us: +65 6501 2328 Oracle Database 11g: Performance Tuning DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g Performance Tuning training starts with an

More information

Veritas Storage Foundation for Windows by Symantec

Veritas Storage Foundation for Windows by Symantec Veritas Storage Foundation for Windows by Symantec Advanced online storage management Data Sheet: Storage Management Overview Veritas Storage Foundation 6.0 for Windows brings advanced online storage management

More information

IT100: Oracle Administration

IT100: Oracle Administration IT100: Oracle Administration IT100 Rev.001 CMCT COURSE OUTLINE Page 1 of 8 Training Description: Introduction to Oracle Administration and Management is a five-day course designed to provide Oracle professionals

More information

Designing Data Protection Strategies for Oracle Databases

Designing Data Protection Strategies for Oracle Databases WHITE PAPER Designing Data Protection Strategies for Oracle Databases VERITAS Backup Exec 9.1 for Windows Servers Agent for Oracle 11/20/2003 1 TABLE OF CONTENTS Introduction...3 Oracle Backup Basics...3

More information

Toad for Oracle Suite 2017 Functional Matrix

Toad for Oracle Suite 2017 Functional Matrix Toad for Oracle Suite 2017 Functional Matrix Essential Functionality Base Xpert Module (add-on) Developer DBA Runs directly on Windows OS Browse and navigate through objects Create and manipulate database

More information

ORANET- Course Contents

ORANET- Course Contents ORANET- Course Contents 1. Oracle 11g SQL Fundamental-l 2. Oracle 11g Administration-l 3. Oracle 11g Administration-ll Oracle 11g Structure Query Language Fundamental-l (SQL) This Intro to SQL training

More information

Installing the Oracle Database Softwar

Installing the Oracle Database Softwar Contents chapter 1:Architecture Oracle Database Architecture Database Structures Oracle Memory Structures Process Structures Oracle Instance Management Server Process and Database Buffer Cache Physical

More information

<Insert Picture Here> Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g

<Insert Picture Here> Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g Exadata Overview Oracle Exadata Database Machine Extreme ROI Platform Fast Predictable Performance Monitor

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 Managing Oracle Database 12c with Oracle Enterprise Manager 12c Martin

More information

Learning Objectives : This chapter provides an introduction to performance tuning scenarios and its tools.

Learning Objectives : This chapter provides an introduction to performance tuning scenarios and its tools. Oracle Performance Tuning Oracle Performance Tuning DB Oracle Wait Category Wait AWR Cloud Controller Share Pool Tuning 12C Feature RAC Server Pool.1 New Feature in 12c.2.3 Basic Tuning Tools Learning

More information

Veritas Storage Foundation for Windows by Symantec

Veritas Storage Foundation for Windows by Symantec Veritas Storage Foundation for Windows by Symantec Advanced online storage management Veritas Storage Foundation 5.1 for Windows brings advanced online storage management to Microsoft Windows Server environments,

More information

Oracle Database 11g: Performance Tuning DBA Release 2

Oracle Database 11g: Performance Tuning DBA Release 2 Course Code: OC11PTDBAR2 Vendor: Oracle Course Overview Duration: 5 RRP: POA Oracle Database 11g: Performance Tuning DBA Release 2 Overview This course starts with an unknown database that requires tuning.

More information

Designing Data Protection Strategies for Oracle Databases

Designing Data Protection Strategies for Oracle Databases WHITE PAPER Designing Data Protection Strategies for Oracle Databases VERITAS Backup Exec 9.0 for Windows Servers Agent for Oracle VERSION INCLUDES TABLE OF CONTENTS STYLES 1 TABLE OF CONTENTS Introduction...3

More information

Whitepaper: Back Up SAP HANA and SUSE Linux Enterprise Server with SEP sesam. Copyright 2014 SEP

Whitepaper: Back Up SAP HANA and SUSE Linux Enterprise Server with SEP sesam.  Copyright 2014 SEP Whitepaper: Back Up SAP HANA and SUSE Linux Enterprise Server with SEP sesam info@sepusa.com www.sepusa.com Table of Contents INTRODUCTION AND OVERVIEW... 3 SOLUTION COMPONENTS... 4-5 SAP HANA... 6 SEP

More information

ORACLE 11g R2 New Features

ORACLE 11g R2 New Features KNOWLEDGE POWER Oracle Grid Infrastructure Installation and Upgrade Enhancements Oracle Restart ASM Enhancements Storage Enhancements Data Warehouse and Partitioning Enhancements Oracle SecureFiles Security

More information

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES Corporate Trainer s Profile Corporate Trainers are having the experience of 4 to 12 years in development, working with TOP CMM level 5 comapnies (Project Leader /Project Manager ) qualified from NIT/IIT/IIM

More information

VERITAS NetBackup for SAP R/3 Environment Protection

VERITAS NetBackup for SAP R/3 Environment Protection WHITE PAPER VERITAS NetBackup for SAP R/3 Environment Protection INFORMATION THAT EVERY SAP R/3 ADMINISTRATOR SHOULD KNOW SEPTEMBER, 2002 TABLE OF CONTENTS Introduction... 3 SAP R/3 Backup Basics 3 Technical

More information

Oracle Database 11g: Administration Workshop I DBA Release 2

Oracle Database 11g: Administration Workshop I DBA Release 2 Oracle Database 11g: Administration Workshop II DBA Release 2 What you will learn: This course takes the database administrator beyond the basic tasks covered in the first workshop. The student begins

More information

IBM IMS Database Solution Pack for z/os Version 2 Release 1. Overview and Customization IBM SC

IBM IMS Database Solution Pack for z/os Version 2 Release 1. Overview and Customization IBM SC IBM IMS Database Solution Pack for z/os Version 2 Release 1 Overview and Customization IBM SC19-4007-04 IBM IMS Database Solution Pack for z/os Version 2 Release 1 Overview and Customization IBM SC19-4007-04

More information

Oracle Database 11g : Performance Tuning DBA Release2

Oracle Database 11g : Performance Tuning DBA Release2 Oracle Database 11g : Performance Tuning DBA Release2 Target Audience : Technical Consultant/L2/L3 Support DBA/Developers Course Duration : 5 days Day 1: Basic Tuning Tools Monitoring tools overview Enterprise

More information

CO Oracle Database 12c: Backup and Recovery Workshop

CO Oracle Database 12c: Backup and Recovery Workshop CO-78850 Oracle Database 12c: Backup and Recovery Workshop Summary Duration 5 Days Audience Data Warehouse Administrators, Database Administrators, Support Engineers, Technical Administrators, Technical

More information

Oracle Database Server 12c Pros and Cons

Oracle Database Server 12c Pros and Cons Oracle Database Server 12c Pros and Cons Hans Forbrich Forbrich Consulting Ltd Based in Alberta, Canada Fact Oracle DB 12c is the largest architectural change since Oracle8i Fact Oracle documentation

More information

Exam Prep Seminar Package: Oracle Database 12c Administrator Certified Associate

Exam Prep Seminar Package: Oracle Database 12c Administrator Certified Associate Oracle University Contact Us: +27 (0)11 319-4111 Exam Prep Seminar Package: Oracle Database 12c Administrator Certified Associate Duration: 1 Day What you will learn This package provides everything an

More information

The Oracle DBMS Architecture: A Technical Introduction

The Oracle DBMS Architecture: A Technical Introduction BY DANIEL D. KITAY The Oracle DBMS Architecture: A Technical Introduction As more and more database and system administrators support multiple DBMSes, it s important to understand the architecture of the

More information

ORACLE 12C - M-IV - DBA - ADMINISTRADOR DE BANCO DE DADOS II

ORACLE 12C - M-IV - DBA - ADMINISTRADOR DE BANCO DE DADOS II ORACLE 12C - M-IV - DBA - ADMINISTRADOR DE BANCO DE DADOS II CONTEÚDO PROGRAMÁTICO Core Concepts and Tools of the Oracle Database The Oracle Database Architecture: Overview ASM Storage Concepts Connecting

More information

Oralogic Education Systems

Oralogic Education Systems Oralogic Education Systems Next Generation IT Education Systems Introduction: In the Oracle Database 12c: Performance Management and Tuning course, learn about the performance analysis and tuning tasks

More information

Oracle Database 11g: New Features for Oracle 9i DBAs

Oracle Database 11g: New Features for Oracle 9i DBAs Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: New Features for Oracle 9i DBAs Duration: 5 Days What you will learn This course introduces students to the new features of Oracle Database

More information

Oracle 1Z0-052 Exam Questions and Answers (PDF) Oracle 1Z0-052 Exam Questions 1Z0-052 BrainDumps

Oracle 1Z0-052 Exam Questions and Answers (PDF) Oracle 1Z0-052 Exam Questions 1Z0-052 BrainDumps Oracle 1Z0-052 Dumps with Valid 1Z0-052 Exam Questions PDF [2018] The Oracle 1Z0-052 Oracle Database 11g: Administration Workshop I exam is an ultimate source for professionals to retain their credentials

More information

Oracle - Oracle Database 12c: Backup and Recovery Workshop Ed 2

Oracle - Oracle Database 12c: Backup and Recovery Workshop Ed 2 Oracle - Oracle Database 12c: Backup and Recovery Workshop Ed 2 Code: Lengt h: URL: 12cDB-BR 5 days View Online This Oracle Database 12c: Backup and Recovery Workshop will teach you how to evaluate your

More information

VERITAS Database Edition for Sybase. Technical White Paper

VERITAS Database Edition for Sybase. Technical White Paper VERITAS Database Edition for Sybase Technical White Paper M A R C H 2 0 0 0 Introduction Data availability is a concern now more than ever, especially when it comes to having access to mission-critical

More information

IT Best Practices Audit TCS offers a wide range of IT Best Practices Audit content covering 15 subjects and over 2200 topics, including:

IT Best Practices Audit TCS offers a wide range of IT Best Practices Audit content covering 15 subjects and over 2200 topics, including: IT Best Practices Audit TCS offers a wide range of IT Best Practices Audit content covering 15 subjects and over 2200 topics, including: 1. IT Cost Containment 84 topics 2. Cloud Computing Readiness 225

More information

NetBackup For Oracle. Scalable Backup and Recovery for Critical Oracle Databases

NetBackup For Oracle. Scalable Backup and Recovery for Critical Oracle Databases NetBackup For Oracle Scalable Backup and Recovery for Critical Oracle Databases Table of Contents Executive Summary... 1 Introduction... 2 Limitations of Manual Backup Methods... 3 Requirements for Oracle

More information

PERFORMANCE TUNING TRAINING IN BANGALORE

PERFORMANCE TUNING TRAINING IN BANGALORE PERFORMANCE TUNING TRAINING IN BANGALORE TIB ACADEMY #5/3 BEML LAYOUT, VARATHUR MAIN ROAD KUNDALAHALLI GATE, BANGALORE 560066 PH: +91-9513332301/2302 WWW.TRAINININGBANGALORE.COM Oracle Database 11g: Performance

More information

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Oracle University Contact Us: +386 1 588 88 13 Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Duration: 5 Days What you will learn In this Oracle Database 12c R2: Backup and Recovery Workshop,

More information

Oracle Database 12c: Clusterware & RAC Admin Accelerated Ed 1

Oracle Database 12c: Clusterware & RAC Admin Accelerated Ed 1 Oracle University Contact Us: 001-855-844-3881 Oracle Database 12c: Clusterware & RAC Admin Accelerated Ed 1 Duration: 5 Days What you will learn This Oracle Database 12c: Clusterware & RAC Admin Accelerated

More information

Veritas NetBackup 6.5 Clients and Agents

Veritas NetBackup 6.5 Clients and Agents Veritas NetBackup 6.5 Clients and Agents The Veritas NetBackup Platform Next-Generation Data Protection Overview Veritas NetBackup provides a simple yet comprehensive selection of innovative clients and

More information

Introduction. Assessment Test. Chapter 1 Introduction to Performance Tuning 1. Chapter 2 Sources of Tuning Information 33

Introduction. Assessment Test. Chapter 1 Introduction to Performance Tuning 1. Chapter 2 Sources of Tuning Information 33 Contents at a Glance Introduction Assessment Test xvii xxvii Chapter 1 Introduction to Performance Tuning 1 Chapter 2 Sources of Tuning Information 33 Chapter 3 SQL Application Tuning and Design 85 Chapter

More information

Where did Visual Explain Go?

Where did Visual Explain Go? Where did Visual Explain Go? Doug Clifton Executive IT Specialist cliftonw@us.ibm.com Information Management Agenda Visual Explain History Stats Advisor DB2 Management Clients Package Optimization Service

More information

Course Contents of ORACLE 9i

Course Contents of ORACLE 9i Overview of Oracle9i Server Architecture Course Contents of ORACLE 9i Responsibilities of a DBA Changing DBA Environments What is an Oracle Server? Oracle Versioning Server Architectural Overview Operating

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 What you will learn This Oracle 11g: RAC and Grid Infrastructure Administration Accelerated training teaches you about the Oracle

More information

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Oracle University Contact Us: Toll Free: 0008004401672 Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Duration: 5 Days What you will learn In this Oracle Database 12c R2: Backup and Recovery

More information

Question No : 1 Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)?

Question No : 1 Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)? Volume: 176 Questions Question No : 1 Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)? A. A DBA can check specific tables with the DMU B. The database

More information

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in Oracle Enterprise Manager 12c Sybase ASE Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Oracle Database 12c R2: Administration Workshop Ed 3 NEW

Oracle Database 12c R2: Administration Workshop Ed 3 NEW Oracle Database 12c R2: Administration Workshop Ed 3 NEW Duration: 5 Days What you will learn The Oracle Database 12c R2: Administration Workshop Ed 3 course is designed to provide you with a firm foundation

More information

Managing Oracle Database 12c with Oracle Enterprise Manager 12c

Managing Oracle Database 12c with Oracle Enterprise Manager 12c Managing Oracle Database 12c with Oracle Enterprise Manager 12c The preceding is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Optimizing and Managing File Storage in Windows Environments

Optimizing and Managing File Storage in Windows Environments Optimizing and Managing File Storage in Windows Environments A Powerful Solution Based on Microsoft DFS and Virtual File Manager September 2006 TR-3511 Abstract The Microsoft Distributed File System (DFS)

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle University Contact Us: 1.800.529.0165 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Duration: 5 Days What you will learn This Oracle 11g: RAC and Grid Infrastructure

More information

In the Oracle Database 12c: Performance Management and

In the Oracle Database 12c: Performance Management and Oracle Uni Contact Us: 08 Oracle Database 12c: Performance Management a Durat5 Da What you will learn In the Oracle Database 12c: Performance Management and analysis and tuning tasks expected of a DBA:

More information

Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Copyright 2018, Oracle and/or its affiliates. All rights reserved. Beyond SQL Tuning: Insider's Guide to Maximizing SQL Performance Monday, Oct 22 10:30 a.m. - 11:15 a.m. Marriott Marquis (Golden Gate Level) - Golden Gate A Ashish Agrawal Group Product Manager Oracle

More information

<Insert Picture Here> DBA Best Practices: A Primer on Managing Oracle Databases

<Insert Picture Here> DBA Best Practices: A Primer on Managing Oracle Databases DBA Best Practices: A Primer on Managing Oracle Databases Mughees A. Minhas Sr. Director of Product Management Database and Systems Management The following is intended to outline

More information