Oracle Trace File Analyzer (TFA) Diagnostics for the Cloud

Size: px
Start display at page:

Download "Oracle Trace File Analyzer (TFA) Diagnostics for the Cloud"

Transcription

1 Oracle Trace File Analyzer (TFA) Diagnostics for the Cloud

2 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. 2

3 Why TFA? Easy to use real-time health monitoring, fault detection & diagnosis via a single interface Secure consolidation of distributed diagnostic collections Continuous availability so you always get what s needed for resolution Machine learning driven, autonomous degradation detection, reduces your overheads 3

4 Autonomous Usage Diagnostics are collected 2 3 Distributed diagnostics are consolidated and packaged TFA Oracle Grid Infrastructure & Databases 1 TFA detects a fault 4 Notification of fault is sent Oracle Support 5 Diagnostic collection is uploaded to Oracle Support for root cause analysis & resolution 4

5 On-Demand Usage 2 Real-time status summary 3 Diagnose with DB tools 4 Perform diagnostic collection Upload diagnostic collection to Oracle Support 5 TFA Oracle Grid Infrastructure & Databases 1 Request desired action on-demand Oracle Support 5

6 Command Interfaces Command line Shell Menu Specify all command options at the command line tfactl <command> 1. Set and change context 2. Run commands from within the shell tfactl tfaclt > database MyDB MyDB tfactl > oratop 1. Select menu navigation options then choose the command you want to run tfactl menu 6

7 Data Redaction mask_strings.xml <mask_strings> <mask_string> <original>widgetnode1</original> <replacement>node1</replacement> </mask_string> <mask_string> <original> </original> <replacement>node1-ip</replacement> </mask_string> <mask_string> <original>widgetnode2</original> <replacement>node2</replacement> </mask_string> <mask_string> <original> </original> <replacement>node2-ip</replacement> </mask_string> </mask_strings> If you want to mask sensitive data Hostname IP address Etc Create mask_strings.xml In the directory tfa_home/resources Define all data replacements you want 7

8 Configure User Access Users & groups authorized to access tfactl by default Enable or disable user access tfactl access enable tfactl access disable TFA List user access tfactl access lsusers Add users All commands apply cluster wide unless -local used to restrict to local node tfactl access add user <user> [-local] Remove users or everyone tfactl access remove user <user> [-local] tfactl access removeall [-local] Reset to default access Grid Home Owner DB Home Owners Everyone Else tfactl access reset 8

9 Set Notification Addresses TFA can send notification when faults are detected To set notification for any problem detected: tfactl set To set notification for specific ORACLE_HOMEs include the OS owner: tfactl set 9

10 On-Demand Usage 2 Real-time status summary 3 Diagnose with DB tools 4 Perform diagnostic collection Upload diagnostic collection to Oracle Support 5 TFA Oracle Grid Infrastructure & Databases 1 Request desired action on-demand Oracle Support 10

11 Real-time Status Summary High-level summary of all Database components tfactl summary Choose an option to drill down 11

12 Real-time Status Summary Drill Down Drill downs show real-time analytics & details of any problems found 12

13 On-Demand Usage 2 Real-time status summary 3 Diagnose with DB tools 4 Perform diagnostic collection Upload diagnostic collection to Oracle Support 5 TFA Oracle Grid Infrastructure & Databases 1 Request desired action on-demand Oracle Support 13

14 Investigate Logs & Look for Errors Analyze all important recent log entries: tfactl analyze last 1d Search recent log entries: tfactl analyze -search ora-006" -last 8h Searching for ora

15 Perform Analysis Using the Included Tools Tool orachk or exachk oswatcher procwatcher Description Provides health checks for the Oracle stack. Oracle Trace File Analyzer will install either Oracle EXAchk for Engineered Systems, see document for more details or Oracle ORAchk for all non-engineered Systems, see document for more details Collects and archives OS metrics. These are useful for instance or node evictions & performance Issues. See document for more details Automates & captures database performance diagnostics and session level hang information. See document for more details oratop Provides near real-time database monitoring. See document for more details. alertsummary ls pstack Provides summary of events for one or more database or ASM alert files from all nodes Lists all files TFA knows about for a given file name pattern across all nodes Generate process stack for specified processes across all nodes Tool grep summary vi tail param dbglevel history changes calog events managelogs ps Description Search alert or trace files with a given database and file name pattern, for a search string. Provides high level summary of the configuration Opens alert or trace files for viewing a given database and file name pattern in the vi editor Runs a tail on an alert or trace files for a given database and file name pattern Shows all database and OS parameters that match a specified pattern Sets and unsets multiple CRS trace levels with one command Shows the shell history for the tfactl shell Reports changes in the system setup over a given time period. This includes database parameters, OS parameters and patches applied Reports major events from the Cluster Event log Reports warnings and errors seen in the logs Shows disk space usage and purges ADR log and trace files Finds processes Not all tools are included in Grid or Database install. Download from to get full collection of tools triage Summarize oswatcher/exawatcher data Verify which tools you have installed: tfactl toolstatus 15

16 ORAchk & EXAchk (Support Tools Bundle) Oracle Stack Health Checks Oracle EXAchk for Engineered Systems Oracle ORAchk for everything else Proactively scans for the most impactful problems across the layers of your stack Simplifies and streamlines how to investigate and analyze which known issues present a risk to you Lightweight tool that runs within your environment without requiring config data to be sent to Oracle High level reports show your system health risks with the ability to drill down into specific problems and understand their resolutions Can be configured to send notifications when it detects problems Collection Manager, a companion Application Express web app, provides a single dashboard view of collections across your entire enterprise 16

17 OS Watcher (Support Tools Bundle) Collect & Archive OS Metrics Executes standard UNIX utilities (e.g. vmstat, iostat, ps, etc) on regular intervals Built in Analyzer functionality to summarize, graph and report upon collected metrics Output is Required for node reboot and performance issues Simple to install, extremely lightweight Runs on ALL platforms (Except Windows) MOS Note: OS Watcher Users Guide 17

18 Procwatcher (Support Tools Bundle) Monitor & Examine Database Processes Single instance & RAC Generates session wait, lock and latch reports as well as call stacks from any problem process(s) Ability to collect stack traces of specific processes using Oracle Tools and OS Debuggers Typically reduces SR resolution for performance related issues Runs on ALL major UNIX Platforms MOS Note: Procwatcher Install Guide 18

19 oratop (Support Tools Bundle) Near Real-Time Database Monitoring Single instance & RAC Monitoring current database activities Database performance Identifying contentions and bottleneck 19

20 Analyze Each tool can be run using tfactl in shell mode Start tfactl shell with tfactl Run a tool with the tool name tfactl > orachk 1. Where necessary set context with database <dbname> tfactl > database MyDB 2. Then run tool MyDB tfactl > oratop 3. Clear context with database MyDB tfactl > database 20

21 Automatic Database Log Purge TFA can automatically purge database logs OFF by default Except on a Domain Service Cluster (DSC), which it is ON by default Turn auto purging on or off: tfactl set managelogsautopurge=<on OFF> Will remove logs older than 30 days configurable with: Purging runs every 60 minutes configurable with: tfactl set managelogsautopurgepolicyage=<n><d h> tfactl set managelogsautopurgeinterval=<minutes> 21

22 Manual Database Log Purge TFA can manage ADR log and trace files Show disk space usage of individual diagnostic destinations Purge these file types based on diagnostic location and or age: "ALERT, "INCIDENT, "TRACE, "CDUMP, "HM, "UTSCDMP, "LOG tfactl managelogs <options> Option show usage -show variation older <n><m h d> -purge older <n><m h d> gi database [all dbname] -dryrun Description Shows disk space usage per diagnostic directory for both GI and database logs Use to determine per directory disk space growth. Shows the disk usage variation for the specified period per directory. Remove all ADR files under the GI_BASE directory, which are older than the time specified Restrict command to only diagnostic files under the GI_BASE Restrict command to only diagnostic files under the database directory. Defaults to all, alternatively specify a database name Use with purge to estimate how many files will be affected and how much disk space will be freed by a potential purge command. Runs as the ADR home owner. So will only be able to purge files this owner has permission to delete May take a while for a large number of files 22

23 Manual Database Log Purge tfactl managelogs show usage tfactl managelogs show variation older <n><m h d> Use -gi to only show grid infrastructure Use database to only show database 23

24 Manual Database Log Purge tfactl managelogs purge older n<m h d> -dryrun tfactl managelogs purge older n<m h d> Use dryrun for a what if 24

25 Disk Usage Snapshots TFA will track disk usage and record snapshots to: tfa/repository/suptools/<node>/managelogs/usage_snapshot/ Snapshot happens every 60 minutes, configurable with: tfactl set diskusagemoninterval=<minutes> Disk usage monitoring is ON by default, configurable with: tfactl set diskusagemon=<on OFF> 25

26 Change Trace Levels Sometimes Oracle Support may require certain specific trace levels to be enabled when reproducing a problem TFA makes it easy to enable and disable the correct trace levels with a single command All the required trace level settings are organised into problem specific profiles The relevant profile trace logging can be enabled with: tfactl dbglevel set <profile> Profiles only available for Clusterware today, Database profiles coming soon.. 26

27 On-Demand Usage 2 Real-time status summary 3 Diagnose with DB tools 4 Perform diagnostic collection Upload diagnostic collection to Oracle Support 5 TFA Oracle Grid Infrastructure & Databases 1 Request desired action on-demand Oracle Support 27

28 One Command SRDCs For certain types of problems Oracle Support will ask you to run a Service Request Data Collection (SRDC) Previously this would have involved: Reading many different support documents Collecting output from many different tasks Gathering lots of different diagnostics Packaging & uploading Now just run: tfactl diagcollect -srdc <srdc_type> -sr <SR#> 28

29 Collection Uploaded to My Oracle Support At the end of the collection the file is automatically uploaded to the SR 29

30 Upload any File With Wallet: tfactl upload -wallet -sr <sr_number> <file1 file2> Without wallet: tfactl upload -user <user_id> -sr <sr_number> <file1 file2> 30

31 Faster & Easier SR Data Collection tfactl diagcollect srdc <srdc_type> -sr <SR#> Type of Problem ORA Errors Other internal database errors Database performance Database patching Database resource XDB installation or invalid object Database install / upgrade ORA ORA ORA ORA ORA ORA ORA internalerror dbperf SRDC dbpatchinstall dbpatchconflict dbunixresources dbxdb dbinstall dbupgrade dbpreupgrade ORA ORA ORA ORA ORA ORA Database storage Type of Problem Excessive SYSAUX Space used by the Automatic Workload Repository (AWR) Database startup / shutdown Data Guard Enterprise Manager tablespace usage metric Enterprise Manager general metrics page or threshold problems - Run all three SRDCs Enterprise Manager target discovery / add Enterprise Manager OMS restart asm SRDC dbawrspace dbshutdown dbstartup dbdataguard emtbsmetrics emdebugon emdebugoff emmetricalert emcliadd emclusdisc emdbsys emgendisc emprocdisc emrestartoms 31

32 One Command SRDCs Examples of What s Collected ORA-04031: tfactl diagcollect srdc ORA IPS Package 2. Patch Listing 3. AWR report 4. Memory information 5. RDA Database Performance tfactl diagcollect srdc dbperf 1. ADDM report 2. AWR for good and problem period 3. AWR Compare Period report 4. ASH report for good and problem period 5. OS Watcher 6. IPS Package (if errors during problem period) 7. ORAchk (performance related checks) 32

33 Manual Data Gathering vs One Command SRDC Manual Data Gathering 1. Generate ADDM reviewing Document Identify good and problem periods and gather AWR reviewing Document Generate AWR compare report (awrddrpt.sql) using good and problem periods 4. Generate ASH report for good and problem periods reviewing Document Collect OSWatcher data reviewing Document Check alert.log if there are any errors during the problem period 7. Find any trace files generated during the problem period 8. Collate and upload all the above files/outputs to SR TFA SRDC 1. Run tfactl diagcollect srdc dbperf 2. Upload resulting zip file to SR 33

34 One Command SRDC Interactive Mode tfactl diagcollect srdc <srdc_type> 4. All required files are identified 5. Trimmed where applicable 1. Enter default for event date/time and database name 6. Package in a zip ready to provide to support 2. Scans system to identify recent 10 events in the system (ORA600 example shown) 3. Once the relevant event is chosen, proceeds with diagnostic collection 34

35 One Command SRDC Silent Mode tfactl diagcollect srdc <srdc_type> -database <db> -for <time> 1. Parameters(date/time, DB name) are provided in the command 2. Does not prompt for any more information 3. All required files are identified 4. Trimmed where applicable 5. Package in a zip ready to provide to support 35

36 Default Collection Run a default diagnostic collection if there is not yet an SRDC about your problem: tfactl diagcollect Will trim & collect all important log files updated in the past 12 hours: Collections stored in the repository directory Change diagcollect timeframe with last <n>h d 36

37 Custom Collection Options Time tfactl diagcollect <option> Option -last <n><h d> Description Collect since the previous n hours or days -from <yyyy-mm-dd> Collect from the date and optionally time specified. Valid date / time formats: "Mon/dd/yyyy hh:mm:ss" or "yyyy-mm-dd hh:mm:ss" or "yyyy-mm-ddthh:mm:ss" or "yyyy-mm-dd " Option from "yyyy-mm-dd" -to "yyyy-mm-dd" -for yyyy-mm-dd Description Collect to the date and optionally time specified. Valid date / time formats: "Mon/dd/yyyy hh:mm:ss" or "yyyy-mm-dd hh:mm:ss" or "yyyy-mm-ddthh:mm:ss" or "yyyy-mm-dd" Collect for the specified date. Valid date formats: "Mon/dd/yyyy" or "yyyy-mm-dd" 37

38 Custom Collection Options Nodes, Databases & Components tfactl diagcollect <option> Option -node -database -asm -crsclient -dbclient -dbwlm -tns -rhp -procinfo -afd -crs -wls Description Limit collection to comma separated list of nodes Limit collection to comma separated list of databases Collect ASM logs Collect Client Logs that are under GIBASE/diag/clients Collect Client Logs that are under DB ORABASE/diag/clients Collect DBWLM logs Collect TNS logs Collect RHP logs Collect Gathers stack and fd from /proc for all processes Collect AFD logs Collect CRS logs Collect WLS logs Option -emagent -oms -ocm -emplugins -em -acfs -install -cfgtools -os -ashhtml -ashtext -awrhtml Description Collect EMAGENT logs Collect OMS logs Collect OCM logs Collect EMPLUGINS logs Collect EM logs Collect ACFS logs and Data Collect Oracle Installation related files Collect CFGTOOLS logs Collect OS files such as /var/log/messages Collect Generate ASH HTML Report Collect Generate ASH TEXT Report Collect AWRHTML logs (requires database option as well) 38

39 Custom Collection Options Misc tfactl diagcollect <option> Option Description -collectdir -tag Collects other files in specified comma separated directory list. Only files updated in the relevant time range (12 hours by default) get collected. Store the collection in a use a custom directory name within the repository, using the tag value specified -z Append the value specified to the collection zip name -nocopy -notrim -silent -nocores Prevent the copying of zip files back to the initiating node Prevent the trimming of files Start collection as a background process so output is not echoed to the console Do not collect core files 39

40 Simple IPS (Incident Packaging Service) interface Database incidents are stored in the ADR (Automatic Diagnostic Repository) IPS packages details about these incidents for later diagnosis TFA can invoke IPS to query and collect these packages tfactl ips <options> or tfactl diagcollect ips <options> Command tfactl ips tfactl ips show incidents tfactl ips show problems tfactl ips show package tfactl diagcollect -ips help tfactl diagcollect ips tfactl diagcollect -ips -adrbasepath <adr_base> -adrhomepath <adr_home> tfactl diagcollect -ips -incident <incident id> tfactl diagcollect -ips -problem <problem id> Description Invoke IPS Show all IPS incidents Show all IPS problems Show all IPS packages Show all available diagcollect IPS options Perform an IPS collection following prompts Perform an IPS collection in silent mode. Collect ADR details about a specific incident id collect ADR details about a specific problem id 40

41 Show Incidents Display details of incidents recorded in ADR tfactl ips show incidents Incident ID Problem Key Create Time 41

42 Show Problems Display details of problems recorded in ADR tfactl ips show problems Problem ID Problem Key Last Incident Last Incident Time 42

43 Show Package Display details of packages recorded in ADR tfactl ips show package List of packages & details of each package 43

44 Collect Packages Select ADR home Rest of collection Generate package Resulting collection zips tfactl diagcollect -ips 44

45 Maintenance Option 1 Applying standard PSUs will automatically update TFA PSUs do not contain Support Tools Bundle updates Option 2 To update with latest TFA & Support Tools Bundle

46 Safe Harbor Statement The preceding is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. 46

47

Oracle Trace File Analyzer

Oracle Trace File Analyzer Oracle Trace File Analyzer Overview O R A C L E W H I T E P A P E R N O V E M B E R 2 0 1 7 Table of Contents Introduction 1 Autonomous Diagnostic Collections 2 Command Interfaces 3 Configure Email Notification

More information

Help Us Help You - TFA Collector and the Support Tools Bundle

Help Us Help You - TFA Collector and the Support Tools Bundle Help Us Help You - TFA Collector and the Support Tools Bundle Bryan Vongray Senior Principal Technical Support Engineer Oracle Support October 24, 2018 Copyright 2018, Oracle and/or its affiliates. All

More information

Oracle Trace File Analyzer

Oracle Trace File Analyzer Oracle Trace File Analyzer Overview O R A C L E W H I T E P A P E R S E P T E M B E R 2 0 1 8 Table of Contents Introduction 1 Autonomous Diagnostic Collections 2 Command Interfaces 3 Configure Email Notification

More information

Oracle Trace File Analyzer Collecting and Analyzing Oracle Database Diagnostic Data. 18c

Oracle Trace File Analyzer Collecting and Analyzing Oracle Database Diagnostic Data. 18c Oracle Trace File Analyzer Collecting and Analyzing Oracle Database Diagnostic Data 18c E90669-04 February 2018 Oracle Trace File Analyzer Collecting and Analyzing Oracle Database Diagnostic Data, 18c

More information

TRACE FILE ANALZER DEEP DIVE. Sean Scott

TRACE FILE ANALZER DEEP DIVE. Sean Scott TRACE FILE ANALZER DEEP DIVE Sean Scott Oracle DBA 20+ years Former consultant Volunteer w/rac Attack team Performance, HA, DR, replication 20 years presenting @IOUG: IOUG Live 97 - Collaborate 17 Husband,

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

More information

The three investigators

The three investigators The three investigators An Introduction to OraChk, TFA and DBSAT Markus Flechtner BASLE BERN BRUGG DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. GENEVA HAMBURG COPENHAGEN LAUSANNE MUNICH STUTTGART VIENNA ZURICH

More information

Oracle Trace File Analyzer Collecting and Analyzing Oracle Database Diagnostic Data. 18c

Oracle Trace File Analyzer Collecting and Analyzing Oracle Database Diagnostic Data. 18c Oracle Trace File Analyzer Collecting and Analyzing Oracle Database Diagnostic Data 18c E90669-11 November 2018 Oracle Trace File Analyzer Collecting and Analyzing Oracle Database Diagnostic Data, 18c

More information

Oracle Support for IBM Linux on System Z Update

Oracle Support for IBM Linux on System Z Update Oracle Support for IBM Linux on System Z Update Insert Picture Here Rhoda Sarmiento-Pereira SIG - Washington DC 2017 1 Safe Harbor Statement The following is intended to outline our general product direction.

More information

What s Next with Oracle RAC?

What s Next with Oracle RAC? What s Next with Oracle RAC? Sandesh Rao Senior Director, Oracle Real Application Clusters (RAC) Database Development Copyright 2015, Oracle and/or its affiliates. All rights reserved. Oracle RAC 12c Rel.

More information

Oracle Real Application Clusters (RAC) Your way to the Cloud

Oracle Real Application Clusters (RAC) Your way to the Cloud Oracle Real Application Clusters (RAC) Your way to the Cloud Angelo Pruscino Senior Vice President Oracle RAC Development November 18, 2014 Safe Harbor Statement The following is intended to outline our

More information

Oracle 12c Grid Infrastructure Management Repository Everything You Wanted To Know

Oracle 12c Grid Infrastructure Management Repository Everything You Wanted To Know Oracle 12c Grid Infrastructure Management Repository Everything You Wanted To Know Mark V. Scardina - Director Oracle QoS Management & Oracle Autonomous Health Framework Copyright 2016, Oracle and/or its

More information

Oracle Database 12c Rel. 2 Cluster Health Advisor - How it Works & How to Use it

Oracle Database 12c Rel. 2 Cluster Health Advisor - How it Works & How to Use it Oracle Database 12c Rel. 2 Cluster Health Advisor - How it Works & How to Use it Mark V. Scardina - Director Oracle QoS Management & Oracle Autonomous Health Framework Agenda 1 2 3 4 5 6 7 Introduction

More information

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in Oracle Enterprise Manager 12c IBM DB2 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, and

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

How to Troubleshoot Databases and Exadata Using Oracle Log Analytics

How to Troubleshoot Databases and Exadata Using Oracle Log Analytics How to Troubleshoot Databases and Exadata Using Oracle Log Analytics Nima Haddadkaveh Director, Product Management Oracle Management Cloud October, 2018 Copyright 2018, Oracle and/or its affiliates. All

More information

<Insert Picture Here> Reduce Problem Resolution Time with Oracle Database 11g Diagnostic Framework

<Insert Picture Here> Reduce Problem Resolution Time with Oracle Database 11g Diagnostic Framework 1 Reduce Problem Resolution Time with Oracle Database 11g Diagnostic Framework Marcus Fallen Principal Member of Technical Staff The following is intended to outline our general product

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

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

Oracle Database 18c Oracle Autonomous Health Framework O R A C L E W H I T E P A P E R F E B R U A R Y

Oracle Database 18c Oracle Autonomous Health Framework O R A C L E W H I T E P A P E R F E B R U A R Y Oracle Database 18c Oracle Autonomous Health Framework O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 8 Table of Contents Introduction 1 New Features in Oracle Database 18c Oracle Autonomous Health

More information

Autonomous Health Framework User s Guide. 12c Release 2 (12.2)

Autonomous Health Framework User s Guide. 12c Release 2 (12.2) Autonomous Health Framework User s Guide 12c Release 2 (12.2) E85790-01 May 2017 Autonomous Health Framework User s Guide, 12c Release 2 (12.2) E85790-01 Copyright 2016, 2017, Oracle and/or its affiliates.

More information

Oracle Database 18c and Autonomous Database

Oracle Database 18c and Autonomous Database Oracle Database 18c and Autonomous Database Maria Colgan Oracle Database Product Management March 2018 @SQLMaria Safe Harbor Statement The following is intended to outline our general product direction.

More information

Exadata Monitoring and Management Best Practices

Exadata Monitoring and Management Best Practices Exadata Monitoring and Management Best Practices Mughees A. Minhas Oracle Redwood Shores, CA, USA Keywords: Oracle, Exadata, monitoring, management, database, performance, monitor, Enterprise Manager,

More information

Oracle Diagnostics Pack For Oracle Database

Oracle Diagnostics Pack For Oracle Database Oracle Diagnostics Pack For Oracle Database ORACLE DIAGNOSTICS PACK FOR ORACLE DATABASE Oracle Enterprise Manager is Oracle s integrated enterprise IT management product line, and provides the industry

More information

<Insert Picture Here>

<Insert Picture Here> 1 Session 226 Oracle Support Update for Linux on System z Collaborate13 April 7-11 2013, Denver, Colorado Damian Gallagher Senior Technical Lead, Linux on IBM System Z Support The

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

Storage Monitoring Made Easy for DBAs: Diagnosing Performance Problems. Senior Product Manager Consulting Member of Technical Staff

Storage Monitoring Made Easy for DBAs: Diagnosing Performance Problems. Senior Product Manager Consulting Member of Technical Staff Storage Monitoring Made Easy for DBAs: Diagnosing Performance Problems Anirban Chatterjee Sriram Palapudi Senior Product Manager Consulting Member of Technical Staff The following is intended to outline

More information

Machine Learning Diagnostics Using Oracle Autonomous Health Framework

Machine Learning Diagnostics Using Oracle Autonomous Health Framework Machine Learning Diagnostics Using Oracle Autonomous Health Framework Mark V. Scardina Director of Product Management Ankita Khandelwal Product Manager Oracle Autonomous Health Framework October 4, 2017

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

Oracle Database 11g: Self-Managing Database - The Next Generation

Oracle Database 11g: Self-Managing Database - The Next Generation Oracle Database 11g: Self-Managing Database - The Next Generation Katharina Römer Principal Sales Consultant Agenda Introduction Manage Performance & Resources Manage Fault

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 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 Clustering: Oracle 11g Real Application Clusters for Administrators

Oracle Clustering: Oracle 11g Real Application Clusters for Administrators Oracle Clustering: Oracle 11g Real Application Clusters for Administrators Duration: 40Hrs (8 Hours per Day * 5 Days) Oracle 11g Clustering Overview Introduction to Oracle 11g Clusters for Administrators

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

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

Essential (free) Tools for DBA!

Essential (free) Tools for DBA! Essential (free) Tools for DBA! Biju Thomas Principal Solutions Architect OneNeck IT Solutions www.oneneck.com @biju_thomas 2 About me! Biju Thomas Principal Solutions Architect with OneNeck IT Solutions

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

End-to-end Management with Grid Control. John Abrahams Technology Sales Consultant Oracle Nederland B.V.

End-to-end Management with Grid Control. John Abrahams Technology Sales Consultant Oracle Nederland B.V. End-to-end Management with Grid Control John Abrahams Technology Sales Consultant Oracle Nederland B.V. Agenda End-to-end management with Grid Control Database Performance Management Challenges Complexity

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

Exadata Database Machine: 12c Administration Workshop Ed 2

Exadata Database Machine: 12c Administration Workshop Ed 2 Oracle University Contact Us: 800-260-690 Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days What you will learn This Exadata Database Machine: 12c Administration Workshop training

More information

Oracle Database 12c Release 2 Oracle Autonomous Health Framework O R A C L E W H I T E P A P E R M A R C H

Oracle Database 12c Release 2 Oracle Autonomous Health Framework O R A C L E W H I T E P A P E R M A R C H Oracle Database 12c Release 2 Oracle Autonomous Health Framework O R A C L E W H I T E P A P E R M A R C H 2 0 1 7 Table of Contents Introduction 1 What Issues are Addressed by Oracle Autonomous Health

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

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

Exadata Database Machine: 12c Administration Workshop Ed 2

Exadata Database Machine: 12c Administration Workshop Ed 2 Oracle University Contact Us: 00 9714 390 9050 Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days What you will learn This Exadata Database Machine: 12c Administration Workshop

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

Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days

Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days This Exadata Database Machine: 12c Administration Workshop introduces you to Oracle Exadata Database Machine. Explore the various

More information

SAP Bundle Patches - Patch Management with Oracle 12c

SAP Bundle Patches - Patch Management with Oracle 12c SAP Bundle Patches - Patch Management with Oracle 12c Tanja Albrecht Senior Principal Advanced Support Engineer SAP Expertise Center June 30 2015 Copyright 2014 Oracle and/or its affiliates. All rights

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

SAP Bundle Patches - Patch Management with Oracle 12c Subtitle

SAP Bundle Patches - Patch Management with Oracle 12c Subtitle SAP Bundle Patches - Patch Management with Oracle 12c Subtitle Tanja Albrecht Senior Principal Advanced Support Engineer SAP Expertise Center February 17, 2016 Safe Harbor Statement The following is intended

More information

An Oracle White Paper June Managing Oracle Exadata with Oracle Enterprise Manager 12c

An Oracle White Paper June Managing Oracle Exadata with Oracle Enterprise Manager 12c An Oracle White Paper June 2012 Managing Oracle Exadata with Oracle Enterprise Manager 12c Executive Overview... 1 Introduction... 2 Oracle Exadata Database Machine... 3 Managing Oracle Exadata... 4 Setup

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

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

Oracle Real Application Clusters (RAC) 12c Release 2 What s Next?

Oracle Real Application Clusters (RAC) 12c Release 2 What s Next? Oracle Real Application Clusters (RAC) 12c Release 2 What s Next? Markus Michalewicz Senior Director of Product Management, Oracle RAC Development Markus.Michalewicz@oracle.com @OracleRACpm http://www.linkedin.com/in/markusmichalewicz

More information

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

Oracle 1Z0-497 Exam Questions and Answers (PDF) Oracle 1Z0-497 Exam Questions 1Z0-497 BrainDumps Oracle 1Z0-497 Dumps with Valid 1Z0-497 Exam Questions PDF [2018] The Oracle 1Z0-497 Oracle Database 12c Essentials exam is an ultimate source for professionals to retain their credentials dynamic. And

More information

Moving Databases to Oracle Cloud: Performance Best Practices

Moving Databases to Oracle Cloud: Performance Best Practices Moving Databases to Oracle Cloud: Performance Best Practices Kurt Engeleiter Product Manager Oracle Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

RAC Performance Monitoring and Diagnosis using Oracle Enterprise Manager. Kai Yu Senior System Engineer Dell Oracle Solutions Engineering

RAC Performance Monitoring and Diagnosis using Oracle Enterprise Manager. Kai Yu Senior System Engineer Dell Oracle Solutions Engineering RAC Performance Monitoring and Diagnosis using Oracle Enterprise Manager Kai Yu Senior System Engineer Dell Oracle Solutions Engineering About Author Kai Yu Senior System Engineer, Dell Oracle Solutions

More information

Exdata Database Machine: 12c Administration Workshop Ed 2

Exdata Database Machine: 12c Administration Workshop Ed 2 Exdata Database Machine: 12c Administration Workshop Ed 2 Duration 5 Days What you will learn This Exadata Database Machine: 12c Administration Workshop training introduces you to Oracle Exadata Database

More information

Exadata Database Machine: 12c Administration Workshop Ed 1

Exadata Database Machine: 12c Administration Workshop Ed 1 Oracle University Contact Us: 20 (0)2 35350254 Exadata Database Machine: 12c Administration Workshop Ed 1 Duration: 5 Days What you will learn This course introduces students to Oracle Exadata Database

More information

Oracle Database 10g: New Manageability Features

Oracle Database 10g: New Manageability Features Oracle Database 10g: New Manageability Features Student Guide D17030GC10 Edition 1.0 September 2003 D38639 Author Lex de Haan Technical Contributors and Reviewers Jean-Francois Verrier Christine Jeal Martin

More information

Oracle Java SE Advanced for ISVs

Oracle Java SE Advanced for ISVs Oracle Java SE Advanced for ISVs Oracle Java SE Advanced for ISVs is designed to enhance the Java based solutions that ISVs are providing to their enterprise customers. It brings together industry leading

More information

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle University Contact Us: 55-800-891-6502 Oracle Database 11g: Administration Workshop I Release 2 Duration: 5 Days What you will learn This course is designed to give you a firm foundation in basic

More information

An Oracle White Paper November Oracle RAC One Node 11g Release 2 User Guide

An Oracle White Paper November Oracle RAC One Node 11g Release 2 User Guide An Oracle White Paper November 2009 Oracle RAC One Node 11g Release 2 User Guide Introduction... 1 Software Installation... 3 How to Configure an Oracle RAC One Node Database... 6 Rolling Patch Application

More information

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle Database 11g: Administration Workshop I Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: Administration Workshop I Release 2 course explores the fundamentals of basic database

More information

Oracle Grid Infrastructure 12c Release 2 Cluster Domains O R A C L E W H I T E P A P E R N O V E M B E R

Oracle Grid Infrastructure 12c Release 2 Cluster Domains O R A C L E W H I T E P A P E R N O V E M B E R Oracle Grid Infrastructure 12c Release 2 Cluster Domains O R A C L E W H I T E P A P E R N O V E M B E R 2 0 1 7 Table of Contents Introduction 2 Clustering with Oracle Clusterware 12c Release 2 3 Oracle

More information

Oracle Grid Infrastructure Cluster Domains O R A C L E W H I T E P A P E R F E B R U A R Y

Oracle Grid Infrastructure Cluster Domains O R A C L E W H I T E P A P E R F E B R U A R Y Oracle Grid Infrastructure Cluster Domains O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 8 Table of Contents Introduction 1 Clustering with Oracle Clusterware 3 Oracle Grid Infrastructure Architectures

More information

Exadata Database Machine Administration Workshop

Exadata Database Machine Administration Workshop Exadata Database Machine Administration Workshop Training Calendar Date Training Time Location 11 March 2019 5 Days Bilginç IT Academy 15 April 2019 5 Days Bilginç IT Academy Training Details Training

More information

Security Compliance and Data Governance: Dual problems, single solution CON8015

Security Compliance and Data Governance: Dual problems, single solution CON8015 Security Compliance and Data Governance: Dual problems, single solution CON8015 David Wolf Director of Product Management Oracle Development, Enterprise Manager Steve Ries Senior Systems Architect Technology

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

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

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 In this intensive course, students will learn about the Oracle Grid Infrastructure products. This includes

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle Performance Tuning Boot Camp: 10 New Problem- Solving Tips Using ASH & AWR Debaditya Chatterjee Vitor Promeet Mansata 2 3 types of Performance Management Reactive Performance Management Proactive

More information

Oracle RAC Course Content

Oracle RAC Course Content 1 Oracle RAC Course Content Oracle 11g R2 Grid Infrastructure Concepts What is a Cluster Grid Foundation Components Oracle Clusterware Architecture Oracle Clusterware Software and Storage Describe ASM

More information

DBAs can use Oracle Application Express? Why?

DBAs can use Oracle Application Express? Why? DBAs can use Oracle Application Express? Why? 20. Jubilarna HROUG Konferencija October 15, 2015 Joel R. Kallman Director, Software Development Oracle Application Express, Server Technologies Division Copyright

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

PracticeTorrent. Latest study torrent with verified answers will facilitate your actual test

PracticeTorrent.   Latest study torrent with verified answers will facilitate your actual test PracticeTorrent http://www.practicetorrent.com Latest study torrent with verified answers will facilitate your actual test Exam : 1z1-068 Title : Oracle Database 12c: RAC and Grid Infrastructure Administration

More information

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

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 NEW Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 NEW Duration: 5 Days What you will learn This 11g

More information

OpenWorld 2018 SQL Tuning Tips for Cloud Administrators

OpenWorld 2018 SQL Tuning Tips for Cloud Administrators OpenWorld 2018 SQL Tuning Tips for Cloud Administrators GP (Prabhaker Gongloor) Senior Director of Product Management Bjorn Bolltoft Dr. Khaled Yagoub Systems and DB Manageability Development Oracle Corporation

More information

ORACLE ENTERPRISE MANAGER 10g ORACLE DIAGNOSTICS PACK FOR NON-ORACLE MIDDLEWARE

ORACLE ENTERPRISE MANAGER 10g ORACLE DIAGNOSTICS PACK FOR NON-ORACLE MIDDLEWARE ORACLE ENTERPRISE MANAGER 10g ORACLE DIAGNOSTICS PACK FOR NON-ORACLE MIDDLEWARE Most application performance problems surface during peak loads. Often times, these problems are time and resource intensive,

More information

Oracle Database 11g: Manageability Overview. An Oracle White Paper August 2007

Oracle Database 11g: Manageability Overview. An Oracle White Paper August 2007 Oracle Database 11g: Manageability Overview An Oracle White Paper August 2007 Oracle Database 11g: Manageability Overview Introduction... 3 Manageability... 3 ADDM for RAC... 3 Automatic SQL Tuning...

More information

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

Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1 Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1 Duration: 5 Days What you will learn Oracle Database 12c: Clusterware & ASM Admin Accelerated

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: 0845 777 7711 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Duration: 5 Days What you will learn In this intensive course, you'll learn about

More information

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved. Database Level 100 Rohit Rahi November 2018 1 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

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 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

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

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

OEM12c Overview for DBA

OEM12c Overview for DBA OEM12c Overview for DBA Francisco Munoz Alvarez LAOUC, CLOUG & NZOUG President IOUC LA Spokesperson 8/9/10g/11g OCP, RAC OCE, AS OCA, E-Business OCP, SQL/PLSQL OCA, Oracle 7 OCM Oracle 7, 11GR2 & OVM 3.1

More information

What s New with Oracle Database 12c on Windows: On-Premises and in the Cloud

What s New with Oracle Database 12c on Windows: On-Premises and in the Cloud What s New with Oracle Database 12c on Windows: On-Premises and in the Cloud Santanu Datta Vice President Database Technologies Alex Keh Senior Principal Product Manager Database Technologies Oracle Confidential

More information

An Oracle White Paper June Manageability with Oracle Database 12c

An Oracle White Paper June Manageability with Oracle Database 12c An Oracle White Paper June 2014 Manageability with Oracle Database 12c Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

Oracle - Exadata Database Machine: 12c

Oracle - Exadata Database Machine: 12c Oracle - Exadata Database Machine: 12c Administration Workshop Ed 2 Code: Lengt h: URL: D92889GC20 5 days View Online This Exadata Database Machine: 12c Administration Workshop training introduces you

More information

Database Manageability

Database Manageability Database Manageability With Oracle Database 12c Release 2 O R A C L E W H I T E P A P E R D E C E M B E R 2 0 16 Disclaimer The following is intended to outline our general product direction. It is intended

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

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

Oracle Database 10g: New Features for Release 2 Overview Seminar

Oracle Database 10g: New Features for Release 2 Overview Seminar Oracle Database 10g: New Features for Release 2 Overview Seminar Student Guide D22139GC10 Edition 1.0 November 2005 D22563 Authors Christine Jeal Jean-Francois Verrier Technical Contributors and Reviewers

More information

ADRCI. Table of Contents

ADRCI. Table of Contents ADRCI The purpose of this document is to show you the usage, purpose and power of ADRCI tool. All of the steps in this document was executed in Oracle Linux R6U5 (Santiago) under Oracle database 11.2.0.4!

More information

Oracle Database 12c Administration I

Oracle Database 12c Administration I Course Overview In this course, students will focus on configuration on supported systems. Also how the database fits in with other systems. Who Should Attend View Course Dates & Register Today This is

More information

MAXGAUGE for Oracle Web Version 5.3

MAXGAUGE for Oracle Web Version 5.3 www.maxgauge.com MAXGAUGE for Oracle Web Version 5.3 PRODUCT DOCUMENTATION 0 INDEX MAXGAUGE OVERVIEW ARCHITECTURE REALTIME MONITOR OVERVIEW VIEW TYPE METHOD FRAME MENU ICON TOOL CONFIG PERFORMANCE ANALYZER

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

Oracle EXAM - 1Z Oracle Database 11g: Performance Tuning. Buy Full Product.

Oracle EXAM - 1Z Oracle Database 11g: Performance Tuning. Buy Full Product. Oracle EXAM - 1Z0-054 Oracle Database 11g: Performance Tuning Buy Full Product http://www.examskey.com/1z0-054.html Examskey Oracle 1Z0-054 exam demo product is here for you to test the quality of the

More information

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

Oracle 1Z0-054 Exam Questions and Answers (PDF) Oracle 1Z0-054 Exam Questions 1Z0-054 BrainDumps Oracle 1Z0-054 Dumps with Valid 1Z0-054 Exam Questions PDF [2018] The Oracle 1Z0-054 Oracle Database 11g: Performance Tuning exam is an ultimate source for professionals to retain their credentials dynamic.

More information