SlideShare a Scribd company logo
1 of 20
Download to read offline
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Oracle Trace File Analyzer (TFA)
What’s New in 18.2.0
With Database Support Tools Bundle
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
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
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | 3
Real-time health
monitoring, fault detection
& diagnosis via a single
interface
Secure log redaction &
collection
Continuous incident and log
lifecycle management
Top problem detection &
diagnostics powered by
machine learning
Why TFA?
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | 4
Autonomous Usage
Oracle Grid Infrastructure
& Databases
Oracle Support
TFA
1
TFA detects a fault
2Diagnostics
are collected
3
Distributed diagnostics
are consolidated and
packaged
4
Notification of fault is sent
5 Diagnostic collection is
uploaded to Oracle
Support for root cause
analysis & resolution
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | 5
On-Demand Usage
Oracle Grid Infrastructure
& Databases
Oracle Support
TFA
5
Upload diagnostic
collection to Oracle
Support
2
Real-time
status
summary
3
Diagnose
with DB
tools
4
Perform
diagnostic
collection
1 Request desired
action on-demand
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Program Agenda
REST service
Oracle Cluster Health Advisor detected event integration
New SRDCs
Use external SMTP server for notifications
Metadata search capability
1
6
2
3
4
5
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Program Agenda
REST service
Oracle Cluster Health Advisor detected event integration
New SRDCs
Use external SMTP server for notifications
Metadata search capability
1
7
2
3
4
5
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
REST service
• REST support allows invocation & query over HTTPS
• Oracle REST Data Services (ORDS) is included within the install
• Once ORDS is running REST invocations can be made via:
• Post to Result
• Can be downloaded with:
8
tfactl rest [-status|-start|-stop|-uninstall] [-dir ] [-port ] [-user ] [-debug [-level ]]
https://host:port/ords/api
https://myhost:9090/ords/tfactl/diagcollect {
"collectionId" : "20180111011121slc12ekf",
"zipName" : "TFA_DEF_ZIP_20180111011121",
"tagName" : "TFA_DEF_TAG_20180111011121"
}
https://myhost:9090/ords/tfactl/download/20180111011121slc12ekf
The tfactl rest command
can only be run by root
user
The standalone ORDS setup feature utilizes file based user authentication and is provided solely for use in test and development environments.
For production use, the included ords.war should be deployed and configured.
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
REST service
9
Option Description
-status Prints the current status
-start Starts Oracle Trace File Analyzer REST Services if not already running
-stop Stops Oracle Trace File Analayzer REST services if running
-uninstall Removes the Oracle Trace File Analyzer REST configuration
-dir
The directory to use to store the Oracle Trace File Analyzer REST configuration details.
Defaults to the users home directory
-port
The port to run ORDS on
Defaults to 9090
-user
The user to start ORDS as
Defaults to the GRID owner
-debug Enables debug
-level
The level of debug to use, where available levels are:
•1 - FATAL
•2 - ERROR
•3 - WARNING
•4 - INFO (Default)
•5 - DEBUG
•6 - TRACE
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Program Agenda
REST service
Oracle Cluster Health Advisor detected event integration
New SRDCs
Use external SMTP server for notifications
Metadata search capability
1
10
2
3
4
5
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Cluster Health Advisor Integration
• Problem events detected by Oracle Cluster Health Advisor (CHA) now
trigger the TFA diagnostic collection and email notification
– Email notification is configured via the standard process
– To set notification email for any problem detected:
– To set notification email for specific ORACLE_HOMEs include the OS owner:
11
tfactl set notificationAddress=john.doe@oracle.com
tfactl set notificationAddress=oracle:another.person@oracle.com
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Program Agenda
REST service
Oracle Cluster Health Advisor detected event integration
New SRDCs
Use external SMTP server for notifications
Metadata search capability
1
12
2
3
4
5
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
New SRDCs
13
Type of Problem SRDC
General ORA Errors
• ORA-01031
• ORA-01578
• ORA-08102
• ORA-08103
Problems showing alert log messages of "Corrupt block relative dba" • dbblockcorruption
ASM/DBFS/DNFS/ACFS problems • dbfs
Create/maintain partitioned/subpartitioned table/index problems • dbpartition
Alow create/alter/drop commands against partitioned table/index • dbpartitionperf
SQL performance problems • dbsqlperf
UNDO corruption problems • dbundocorruption
Exalogic full Exalogs data collection information • esexalogic
Listener errors : TNS-12516 / TNS-12518 / TNS-12519 / TNS-12520 • listener_services
Naming service errors: ORA-12154 / ORA-12514 / ORA-12528 • naming_services
Standard Information for Database Auditing • dbaudit
tfactl diagcollect –srdc srdc_name
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Program Agenda
REST service
Oracle Cluster Health Advisor detected event integration
New SRDCs
Use external SMTP server for notifications
Metadata search capability
1
14
2
3
4
5
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Use an External SMTP Service for Notifications
• TFA can send email notification when faults are
detected
– Configure SMTP with
– Check the current SMTP configuration
– Verify configuration by sending a test email with
• To set notification email for any problem detected:
• To set notification email for specific
ORACLE_HOMEs include the OS owner:
15
tfactl set notificationAddress=john.doe@oracle.com
tfactl set notificationAddress=oracle:another.person@oracle.com
tfactl set smtp
tfactl print smtp
tfactl sendmail {email_address}
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Program Agenda
REST service
Oracle Cluster Health Advisor detected event integration
New SRDCs
Use external SMTP server for notifications
Metadata search capability
1
16
2
3
4
5
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Metadata search capability
• All metadata stored in the TFA index is searchable using:
• Searching for all events for a database between certain dates can be done like this:
• Listing all index events can be done with:
• Listing all available datatypes can be done with :
17
tfactl search -showdatatypes|-json [json_details]
tfactl search -json
"{
"data_type":"event",
"content":"oracle",
"database":"rac11g",
"from":"01/20/2017 00:00:00",
"to":"12/20/2018 00:00:00"
}"
tfactl search -json "{"data_type":"event"}"
tfactl search -showdatatypes
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
For more info see
Document: 1513912.1
18
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | 19
Whats new in oracle trace file analyzer 18.2.0

More Related Content

What's hot

EXAchk for Exadata Presentation
EXAchk for Exadata PresentationEXAchk for Exadata Presentation
EXAchk for Exadata Presentation
Sandesh Rao
 

What's hot (18)

EXAchk for Exadata Presentation
EXAchk for Exadata PresentationEXAchk for Exadata Presentation
EXAchk for Exadata Presentation
 
AIOUG - Groundbreakers - Jul 2019 - 19 Troubleshooting Tips and Tricks for Da...
AIOUG - Groundbreakers - Jul 2019 - 19 Troubleshooting Tips and Tricks for Da...AIOUG - Groundbreakers - Jul 2019 - 19 Troubleshooting Tips and Tricks for Da...
AIOUG - Groundbreakers - Jul 2019 - 19 Troubleshooting Tips and Tricks for Da...
 
Whats new in oracle trace file analyzer 19.2
Whats new in oracle trace file analyzer 19.2Whats new in oracle trace file analyzer 19.2
Whats new in oracle trace file analyzer 19.2
 
Oracle Trace File Analyzer Overview
Oracle Trace File Analyzer OverviewOracle Trace File Analyzer Overview
Oracle Trace File Analyzer Overview
 
Oracle Autonomous Health Service- For Protecting Your On-Premise Databases- F...
Oracle Autonomous Health Service- For Protecting Your On-Premise Databases- F...Oracle Autonomous Health Service- For Protecting Your On-Premise Databases- F...
Oracle Autonomous Health Service- For Protecting Your On-Premise Databases- F...
 
AUSOUG - Introducing New AI Ops Innovations in Oracle 19c Autonomous Health F...
AUSOUG - Introducing New AI Ops Innovations in Oracle 19c Autonomous Health F...AUSOUG - Introducing New AI Ops Innovations in Oracle 19c Autonomous Health F...
AUSOUG - Introducing New AI Ops Innovations in Oracle 19c Autonomous Health F...
 
AIOUG-GroundBreakers-2018 -Using Oracle Autonomous Health Framework to Preser...
AIOUG-GroundBreakers-2018 -Using Oracle Autonomous Health Framework to Preser...AIOUG-GroundBreakers-2018 -Using Oracle Autonomous Health Framework to Preser...
AIOUG-GroundBreakers-2018 -Using Oracle Autonomous Health Framework to Preser...
 
AIOUG : ODEVCYathra 2018 - Oracle Autonomous Database What Every DBA should know
AIOUG : ODEVCYathra 2018 - Oracle Autonomous Database What Every DBA should knowAIOUG : ODEVCYathra 2018 - Oracle Autonomous Database What Every DBA should know
AIOUG : ODEVCYathra 2018 - Oracle Autonomous Database What Every DBA should know
 
Exachk Customer Presentation
Exachk Customer PresentationExachk Customer Presentation
Exachk Customer Presentation
 
What's new in oracle ORAchk & EXAchk 12.2.0.1.2
What's new in oracle ORAchk & EXAchk 12.2.0.1.2What's new in oracle ORAchk & EXAchk 12.2.0.1.2
What's new in oracle ORAchk & EXAchk 12.2.0.1.2
 
AIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RACAIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RAC
 
Oracle cloud environment architecture orientation
Oracle cloud environment  architecture orientationOracle cloud environment  architecture orientation
Oracle cloud environment architecture orientation
 
TFA_Whats_New_in version 12.1.2.8.4
TFA_Whats_New_in version 12.1.2.8.4TFA_Whats_New_in version 12.1.2.8.4
TFA_Whats_New_in version 12.1.2.8.4
 
Oracle ORAchk - An Overview Guide to Oracle Stack Health Checks
Oracle ORAchk - An Overview Guide to Oracle Stack Health ChecksOracle ORAchk - An Overview Guide to Oracle Stack Health Checks
Oracle ORAchk - An Overview Guide to Oracle Stack Health Checks
 
15 Troubleshooting Tips and Tricks for database 21c - OGBEMEA KSAOUG
15 Troubleshooting Tips and Tricks for database 21c - OGBEMEA KSAOUG15 Troubleshooting Tips and Tricks for database 21c - OGBEMEA KSAOUG
15 Troubleshooting Tips and Tricks for database 21c - OGBEMEA KSAOUG
 
AUSOUG - NZOUG - Groundbreakers - Jun 2019 - 19 Troubleshooting Tips and Tric...
AUSOUG - NZOUG - Groundbreakers - Jun 2019 - 19 Troubleshooting Tips and Tric...AUSOUG - NZOUG - Groundbreakers - Jun 2019 - 19 Troubleshooting Tips and Tric...
AUSOUG - NZOUG - Groundbreakers - Jun 2019 - 19 Troubleshooting Tips and Tric...
 
LAD - GroundBreakers - Jul 2019 - Using Oracle Autonomous Health Framework to...
LAD - GroundBreakers - Jul 2019 - Using Oracle Autonomous Health Framework to...LAD - GroundBreakers - Jul 2019 - Using Oracle Autonomous Health Framework to...
LAD - GroundBreakers - Jul 2019 - Using Oracle Autonomous Health Framework to...
 
oracheck utility
oracheck utilityoracheck utility
oracheck utility
 

Similar to Whats new in oracle trace file analyzer 18.2.0

Similar to Whats new in oracle trace file analyzer 18.2.0 (20)

Whats new in Oracle Trace File analyzer 18.3.0
Whats new in Oracle Trace File analyzer 18.3.0Whats new in Oracle Trace File analyzer 18.3.0
Whats new in Oracle Trace File analyzer 18.3.0
 
Using Machine Learning to Debug complex Oracle RAC Issues
Using Machine Learning  to Debug complex Oracle RAC IssuesUsing Machine Learning  to Debug complex Oracle RAC Issues
Using Machine Learning to Debug complex Oracle RAC Issues
 
Trace File Analyzer - Usage and Features
Trace File Analyzer - Usage and Features Trace File Analyzer - Usage and Features
Trace File Analyzer - Usage and Features
 
TFA Collector - what can one do with it
TFA Collector - what can one do with it TFA Collector - what can one do with it
TFA Collector - what can one do with it
 
Oracle Management Cloud
Oracle Management Cloud Oracle Management Cloud
Oracle Management Cloud
 
Oracle Management Cloud
Oracle Management CloudOracle Management Cloud
Oracle Management Cloud
 
UK Conference 2018_Boost up your Oracle audit defence_Richard Spithoven & Cat...
UK Conference 2018_Boost up your Oracle audit defence_Richard Spithoven & Cat...UK Conference 2018_Boost up your Oracle audit defence_Richard Spithoven & Cat...
UK Conference 2018_Boost up your Oracle audit defence_Richard Spithoven & Cat...
 
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
 
What's new in Oracle Trace File Analyzer version 12.2.1.1.0
What's new in Oracle Trace File Analyzer version 12.2.1.1.0What's new in Oracle Trace File Analyzer version 12.2.1.1.0
What's new in Oracle Trace File Analyzer version 12.2.1.1.0
 
What's new in Oracle Trace File Analyzer 12.2.1.3.0
What's new in Oracle Trace File Analyzer 12.2.1.3.0What's new in Oracle Trace File Analyzer 12.2.1.3.0
What's new in Oracle Trace File Analyzer 12.2.1.3.0
 
Using Machine Learning to Debug Oracle RAC Issues
Using Machine Learning to Debug Oracle RAC IssuesUsing Machine Learning to Debug Oracle RAC Issues
Using Machine Learning to Debug Oracle RAC Issues
 
FOISDBA-Ver1.1.pptx
FOISDBA-Ver1.1.pptxFOISDBA-Ver1.1.pptx
FOISDBA-Ver1.1.pptx
 
Streamline it management
Streamline it managementStreamline it management
Streamline it management
 
Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...
Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...
Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...
 
Whats new in oracle orachk & exachk 18.2.0
Whats new in oracle orachk & exachk 18.2.0Whats new in oracle orachk & exachk 18.2.0
Whats new in oracle orachk & exachk 18.2.0
 
Five more things about Oracle SQL and PLSQL
Five more things about Oracle SQL and PLSQLFive more things about Oracle SQL and PLSQL
Five more things about Oracle SQL and PLSQL
 
Australia Conference 2018_Boost up your oracle audit defence
Australia Conference 2018_Boost up your oracle audit defenceAustralia Conference 2018_Boost up your oracle audit defence
Australia Conference 2018_Boost up your oracle audit defence
 
ORAchk EXAchk what's new in 12.1.0.2.7
ORAchk EXAchk what's new in 12.1.0.2.7ORAchk EXAchk what's new in 12.1.0.2.7
ORAchk EXAchk what's new in 12.1.0.2.7
 
Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7
Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7
Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7
 
Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?
 

Recently uploaded

AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
VictorSzoltysek
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
VishalKumarJha10
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
mohitmore19
 

Recently uploaded (20)

Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfAzure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 

Whats new in oracle trace file analyzer 18.2.0

  • 1. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Oracle Trace File Analyzer (TFA) What’s New in 18.2.0 With Database Support Tools Bundle
  • 2. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | 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. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | 3 Real-time health monitoring, fault detection & diagnosis via a single interface Secure log redaction & collection Continuous incident and log lifecycle management Top problem detection & diagnostics powered by machine learning Why TFA?
  • 4. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | 4 Autonomous Usage Oracle Grid Infrastructure & Databases Oracle Support TFA 1 TFA detects a fault 2Diagnostics are collected 3 Distributed diagnostics are consolidated and packaged 4 Notification of fault is sent 5 Diagnostic collection is uploaded to Oracle Support for root cause analysis & resolution
  • 5. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | 5 On-Demand Usage Oracle Grid Infrastructure & Databases Oracle Support TFA 5 Upload diagnostic collection to Oracle Support 2 Real-time status summary 3 Diagnose with DB tools 4 Perform diagnostic collection 1 Request desired action on-demand
  • 6. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Program Agenda REST service Oracle Cluster Health Advisor detected event integration New SRDCs Use external SMTP server for notifications Metadata search capability 1 6 2 3 4 5
  • 7. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Program Agenda REST service Oracle Cluster Health Advisor detected event integration New SRDCs Use external SMTP server for notifications Metadata search capability 1 7 2 3 4 5
  • 8. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | REST service • REST support allows invocation & query over HTTPS • Oracle REST Data Services (ORDS) is included within the install • Once ORDS is running REST invocations can be made via: • Post to Result • Can be downloaded with: 8 tfactl rest [-status|-start|-stop|-uninstall] [-dir ] [-port ] [-user ] [-debug [-level ]] https://host:port/ords/api https://myhost:9090/ords/tfactl/diagcollect { "collectionId" : "20180111011121slc12ekf", "zipName" : "TFA_DEF_ZIP_20180111011121", "tagName" : "TFA_DEF_TAG_20180111011121" } https://myhost:9090/ords/tfactl/download/20180111011121slc12ekf The tfactl rest command can only be run by root user The standalone ORDS setup feature utilizes file based user authentication and is provided solely for use in test and development environments. For production use, the included ords.war should be deployed and configured.
  • 9. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | REST service 9 Option Description -status Prints the current status -start Starts Oracle Trace File Analyzer REST Services if not already running -stop Stops Oracle Trace File Analayzer REST services if running -uninstall Removes the Oracle Trace File Analyzer REST configuration -dir The directory to use to store the Oracle Trace File Analyzer REST configuration details. Defaults to the users home directory -port The port to run ORDS on Defaults to 9090 -user The user to start ORDS as Defaults to the GRID owner -debug Enables debug -level The level of debug to use, where available levels are: •1 - FATAL •2 - ERROR •3 - WARNING •4 - INFO (Default) •5 - DEBUG •6 - TRACE
  • 10. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Program Agenda REST service Oracle Cluster Health Advisor detected event integration New SRDCs Use external SMTP server for notifications Metadata search capability 1 10 2 3 4 5
  • 11. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Cluster Health Advisor Integration • Problem events detected by Oracle Cluster Health Advisor (CHA) now trigger the TFA diagnostic collection and email notification – Email notification is configured via the standard process – To set notification email for any problem detected: – To set notification email for specific ORACLE_HOMEs include the OS owner: 11 tfactl set notificationAddress=john.doe@oracle.com tfactl set notificationAddress=oracle:another.person@oracle.com
  • 12. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Program Agenda REST service Oracle Cluster Health Advisor detected event integration New SRDCs Use external SMTP server for notifications Metadata search capability 1 12 2 3 4 5
  • 13. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | New SRDCs 13 Type of Problem SRDC General ORA Errors • ORA-01031 • ORA-01578 • ORA-08102 • ORA-08103 Problems showing alert log messages of "Corrupt block relative dba" • dbblockcorruption ASM/DBFS/DNFS/ACFS problems • dbfs Create/maintain partitioned/subpartitioned table/index problems • dbpartition Alow create/alter/drop commands against partitioned table/index • dbpartitionperf SQL performance problems • dbsqlperf UNDO corruption problems • dbundocorruption Exalogic full Exalogs data collection information • esexalogic Listener errors : TNS-12516 / TNS-12518 / TNS-12519 / TNS-12520 • listener_services Naming service errors: ORA-12154 / ORA-12514 / ORA-12528 • naming_services Standard Information for Database Auditing • dbaudit tfactl diagcollect –srdc srdc_name
  • 14. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Program Agenda REST service Oracle Cluster Health Advisor detected event integration New SRDCs Use external SMTP server for notifications Metadata search capability 1 14 2 3 4 5
  • 15. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Use an External SMTP Service for Notifications • TFA can send email notification when faults are detected – Configure SMTP with – Check the current SMTP configuration – Verify configuration by sending a test email with • To set notification email for any problem detected: • To set notification email for specific ORACLE_HOMEs include the OS owner: 15 tfactl set notificationAddress=john.doe@oracle.com tfactl set notificationAddress=oracle:another.person@oracle.com tfactl set smtp tfactl print smtp tfactl sendmail {email_address}
  • 16. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Program Agenda REST service Oracle Cluster Health Advisor detected event integration New SRDCs Use external SMTP server for notifications Metadata search capability 1 16 2 3 4 5
  • 17. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Metadata search capability • All metadata stored in the TFA index is searchable using: • Searching for all events for a database between certain dates can be done like this: • Listing all index events can be done with: • Listing all available datatypes can be done with : 17 tfactl search -showdatatypes|-json [json_details] tfactl search -json "{ "data_type":"event", "content":"oracle", "database":"rac11g", "from":"01/20/2017 00:00:00", "to":"12/20/2018 00:00:00" }" tfactl search -json "{"data_type":"event"}" tfactl search -showdatatypes
  • 18. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | For more info see Document: 1513912.1 18
  • 19. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | 19