SlideShare uma empresa Scribd logo
1 de 32
Baixar para ler offline
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
Oracle ORAchk/EXAchk
What’s New in 12.1.0.2.7
Copyright © 2016, 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.
3
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
–Automated risk identification and proactive notification
before business is impacted
–Health Checks based on most impactful reoccurring
problems across Oracle customer base
–Runs in your environment – no need to send anything to
Oracle
–Scheduled email Health Check reports
–Findings can be integrated into other tools of choice
ORAchk & EXAchk
Engineered
Systems
Non Engineered
Systems
EXAchk
ORAchk
Common Framework
Lightweight & non intrusive Health Check framework for the Oracle stack
4
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
Agenda
Easier to Configure and Maintain Large Enterprise-Wide Collection Data
Keep Track of Changes to the Attributes of Important Files
Quickly Find Which Checks Require Privileged Users
Broader Stack Support
Easier to Run EXAchk on Exadata Storage Servers
New Health Checks
1
2
3
4
5
5
6
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
Agenda
Easier to Configure and Maintain Large Enterprise-Wide Collection Data
Keep Track of Changes to the Attributes of Important Files
Quickly Find Which Checks Require Privileged Users
Broader Stack Support
Easier to Run EXAchk on Exadata Storage Servers
New Health Checks
1
2
3
4
5
6
6
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
1. Select the Administration icon then choose Assign System
to Business Unit
2. Press the Bulk Mapping button
7
Bulk Map Systems to Business Units
• If you have a large number of systems, these can be mapped quickly to business units in Collection Manager via an XML bulk upload
3. Upload a mapping XML
a) Press the Generate XML File (Current Mapping) button
b) Download the resulting XML file underneath, which will contain your current system to
business unit mappings
c) Amend the XML to show mappings you desire
d) Upload new Mapping XML via Upload Mapping (XML File) button
1 2
3
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
1. Select the Administration icon then choose Manage Users,
User Roles and assign System to users
2. To disable the automatic capture of users details press the
button Don’t Capture User Details (When Login)
3. If you want to re-enable the automatic capture of user details
press the button Capture User Details (When Login)
Selectively Capture Users During Login
• By default users logging in via LDAP authentication
are captured and provided the DBA role
• You can choose to disable this automatic capture.
Note: This means you will need to manually create users instead and assign the
necessary role.1
2
3
8
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
$ ./orachk -setdbupload all
Enter value for
RAT_UPLOAD_CONNECT_STRING:(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=myserver44.acompany.com
)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=orachkcm.acompany.com)))
Enter value for RAT_UPLOAD_PASSWORD:******
Database upload parameters successfully stored in orachk_wallet. orachk run will keep
uploading the collections in database until it is unset using ./orachk -unsetdbupload
all/<env variable name>
9
Configure Details for Upload of Collection Results
• Collection Manager upload configuration only requires connection string & connection password
• The required connection details can be specified using –setdbupload
• You will then be prompted to enter the values for the connection string and password
• These values will be stored in the encrypted wallet file.
./orachk -setdbupload all ./exachk -setdbupload allor
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
$ ./orachk –getdbupload
RAT_UPLOAD_CONNECT_STRING =
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=myserver44.acompany.com)(PORT=1521))(CONNECT_DATA
=(SERVER=DEDICATED)(SERVICE_NAME=orachkcm.acompany.com)))
RAT_UPLOAD_PASSWORD = ******
RAT_UPLOAD_USER = ORACHKCM
RAT_ZIP_UPLOAD_TABLE = RCA13_DOCS
10
Configure Details for Upload of Collection Results
• To see the values which have been set in the wallet use –getdbupload :
./orachk -getdbupload ./exachk -getdbuploador
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
Tip: To configure many ORAchk/EXAchk instances
1. Create wallet once with: -setdbupload all then enter values when
prompted
2. Copy resulting wallet to each ORAchk/EXAchk location
The environment variable RAT_WALLET_LOC can also be used to point to
the location of the wallet directory.
$ ./orachk -checkdbupload
Configuration is good to upload result to database.
• Verify ORAchk/EXAchk can make successful connection to the database for upload using –checkdbupload:
• If connection details are set ORAchk/EXAchk will attempt to upload the results at the end of Health Check
collection
11
Configure Details for Upload of Collection Results
./orachk -checkdbupload ./exachk -checkdbuploador
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
Other Upload Parameters Note Set by default Description
RAT_UPLOAD_USER The user to connect as (default is ORACHKCM)
RAT_UPLOAD_TABLE The table name to store non-zipped collection results
RAT_PATCH_UPLOAD_TABLE The table name to store non-zipped patch results
RAT_UPLOAD_ORACLE_HOME The ORACLE_HOME used during establishing connection and
uploading.
(Uses GI HOME discovered by ORAchk/EXAchk by default)
RAT_UPLOAD_TABLE &
RAT_PATCH_UPLOAD_TABLE
Only needed if you are using your own custom application to view
collection results, rather than Collection Manager.
• If you are using your own custom application to view collection results, rather than Collection Manager, follow this process:
1. Set default parameters:
– This will prompt you for and set the RAT_UPLOAD_CONNECT_STRING & RAT_UPLOAD_PASSWORD
2. Set optional parameters for RAT_UPLOAD_TABLE & RAT_PATCH_UPLOAD_TABLE
12
Configure Details for Upload of Collection Results
./orachk –setdbupload all ./exachk –setdbupload all
./orachk -setdbupload RAT_UPLOAD_TABLE,RAT_PATCH_UPLOAD_TABLE
./exachk -setdbupload RAT_UPLOAD_TABLE,RAT_PATCH_UPLOAD_TABLE
or
or
Note: RCA13_DOCS is no
longer configurable if you
wish to use Collection
Manager
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
• Uploaded collections are now purged from Collection Manager
• By default collections older than 3 months are purged
• To adjust or disable the collection purging frequency:
1. Select the Administration icon then choose Manage Email Server & Job Details
2. Select the appropriate option for purge frequency
13
Purging Old Collections
1 2
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
Agenda
Easier to Configure and Maintain Large Enterprise-Wide Collection Data
Keep Track of Changes to the Attributes of Important Files
Quickly Find Which Checks Require Privileged Users
Broader Stack Support
Easier to Run EXAchk on Exadata Storage Servers
New Health Checks
1
2
3
4
5
14
6
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
• Track changes to the attributes of important files with –fileattr
– Looks at all files & directories within Grid Infrastructure and Database homes by default
– The list of monitored directories and their contents can be configured to your specific requirements
– Use –fileattr start to start the first snapshot
15
Keep Track of Changes to the Attributes of Important Files
$ ./orachk -fileattr start
CRS stack is running and CRS_HOME is not set. Do you want to set CRS_HOME to
/u01/app/11.2.0.4/grid?[y/n][y]
Checking ssh user equivalency settings on all nodes in cluster
Node mysrv22 is configured for ssh user equivalency for oradb user
Node mysrv23 is configured for ssh user equivalency for oradb user
List of directories(recursive) for checking file attributes:
/u01/app/oradb/product/11.2.0/dbhome_11203
/u01/app/oradb/product/11.2.0/dbhome_11204
orachk has taken snapshot of file attributes for above directories at:
/orahome/oradb/orachk/orachk_mysrv21_20160504_041214
./orachk –fileattr start ./exachk –fileattr startor
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 16
Keep Track of Changes to the Attributes of Important Files
• Include other directories with –includedir <directories> using a comma separated list of directories
./orachk –fileattr start includedir “/home/oradb,/etc/oatab”
./exachk –fileattr start includedir “/home/oradb,/etc/oatab”
or
• Exclude the default discovered directories with –excludediscovery
./orachk –fileattr start includedir “/home/oradb,/etc/oatab” -excludediscovery
./exachk –fileattr start includedir “/home/oradb,/etc/oatab” -excludediscovery
or
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
Note:
• Use the same arguments with check that you used with start
• Will proceed to perform standard health checks after attribute checking
• File Attribute Changes will also show in HTML report output
• Compare current attributes against first snapshot using –fileattr check
17
Keep Track of Changes to the Attributes of Important Files
$ ./orachk -fileattr check -includedir "/root/myapp/config" -excludediscovery
CRS stack is running and CRS_HOME is not set. Do you want to set CRS_HOME to
/u01/app/12.2.0/grid?[y/n][y]
Checking for prompts on myserver18 for oragrid user...
Checking ssh user equivalency settings on all nodes in cluster
Node myserver17 is configured for ssh user equivalency for root user
List of directories(recursive) for checking file attributes:
/root/myapp/config
Checking file attribute changes...
.
"/root/myapp/config/myappconfig.xml" is different:
Baseline : 0644 oracle root /root/myapp/config/myappconfig.xml
Current : 0644 root root /root/myapp/config/myappconfig.xml
…etc
…etc
./orachk –fileattr check ./exachk –fileattr checkor
• Results of snapshot comparison will also
be shown in the HTML report output
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
Keep Track of Changes to the Attributes of Important Files
• To prevent standard health checking after attribute checking add –fileattronly:
• To use a different snapshot baseline use –baseline:
• To remove all snapshot use –fileattr remove
18
./orachk –fileattr check –fileattronly ./exachk –fileattr check –fileattronlyor
./orachk -fileattr check -baseline <snapshot> ./exachk -fileattr check -baseline <snapshot>or
./orachk -fileattr remove ./exachk -fileattr removeor
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
Agenda
Easier to Configure and Maintain Large Enterprise-Wide Collection Data
Keep Track of Changes to the Attributes of Important Files
Quickly Find Which Checks Require Privileged Users
Broader Stack Support
Easier to Run EXAchk on Exadata Storage Servers
New Health Checks
1
2
3
4
5
19
6
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 20
Quickly Find Which Checks Require Privileged Users
ORAchk Health Check Catalog EXAchk Health Check Catalog
• New Filter Privileged User in both catalogs
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
Agenda
Easier to Configure and Maintain Large Enterprise-Wide Collection Data
Keep Track of Changes to the Attributes of Important Files
Quickly Find Which Checks Require Privileged Users
Broader Stack Support
Easier to Run EXAchk on Exadata Storage Servers
New Health Checks
1
2
3
4
5
21
6
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
Broader Stack Support
• Health Check support has been broadened to include
– Linux Operating System Health Checks (ORAchk only)
– External ZFS Storage Appliance Health Checks (EXAchk on Exalogic only)
– Oracle Enterprise Manager Cloud Control 13.1.
• Shown in existing Enterprise Manager section of the HTML report
22
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
• VMPScan report is included
on Linux systems
– ORAchk only
– Summary shown in HTML report
– Full report available within
• <collection>/reports and
• <collection>/outfiles/vmpscan
23
Broader Stack Support
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
• Support added to run Health
Checks on External ZFS
Storage Appliances
– EXAchk on Exalogic Systems only
– Results show in External ZFS
Storage Appliance section
24
Broader Stack Support
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
Agenda
Easier to Configure and Maintain Large Enterprise-Wide Collection Data
Keep Track of Changes to the Attributes of Important Files
Quickly Find Which Checks Require Privileged Users
Broader Stack Support
Easier to Run EXAchk on Exadata Storage Servers
New Health Checks
1
2
3
4
5
25
6
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
Easier to Run EXAchk on Exadata Storage Servers
• EXAchk now can be run from Exadata storage server even if no ssh
connectivity from database server to storage server
• If a cell is locked EXAchk can unlock it
– Exadata, SuperCluster and Zero Data Loss Recovery Appliance only
– Use –unlockcells and –lockcells
26
./exachk -unlockcells <all | -cells [cell names or cell IPs separated by comma]>
./exachk -lockcells <all | -cells [cell names or cell IPs separated by comma]>
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
Agenda
Easier to Configure and Maintain Large Enterprise-Wide Collection Data
Keep Track of Changes to the Attributes of Important Files
Quickly Find Which Checks Require Privileged Users
Broader Stack Support
Easier to Run EXAchk on Exadata Storage Servers
New Health Checks
1
2
3
4
5
27
6
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
New Health Checks
• New Health Checks have been added across the stack
28
– Oracle Exadata
– Oracle SuperCluster
– Oracle Exalogic
– Oracle ZFS Storage
– Linux
– Oracle Solaris Cluster
– Oracle Database & Grid Infrastructure
– Oracle Enterprise Manager Cloud Control OMS & Repository
• To see new checks for specific systems see
–ORAchk Health Check Catalog
–EXAchk Health Check Catalog
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
More Info:
ORAchk: Doc 1268927.2 EXAchk: Doc 1070954.1
29
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |
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.
30
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 31
ORAchk EXAchk what's new in 12.1.0.2.7

Mais conteúdo relacionado

Mais procurados

The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019
The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019 The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019
The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019 Sandesh Rao
 
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.0Sandesh Rao
 
Introduction to AutoML and Data Science using the Oracle Autonomous Database ...
Introduction to AutoML and Data Science using the Oracle Autonomous Database ...Introduction to AutoML and Data Science using the Oracle Autonomous Database ...
Introduction to AutoML and Data Science using the Oracle Autonomous Database ...Sandesh Rao
 
EXAchk for Exadata Presentation
EXAchk for Exadata PresentationEXAchk for Exadata Presentation
EXAchk for Exadata PresentationSandesh Rao
 
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...Sandesh Rao
 
Introducing new AIOps innovations in Oracle 19c - San Jose AICUG
Introducing new AIOps innovations in Oracle 19c - San Jose AICUGIntroducing new AIOps innovations in Oracle 19c - San Jose AICUG
Introducing new AIOps innovations in Oracle 19c - San Jose AICUGSandesh Rao
 
Machine Learning and AI at Oracle
Machine Learning and AI at OracleMachine Learning and AI at Oracle
Machine Learning and AI at OracleSandesh Rao
 
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine Learning
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine LearningAUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine Learning
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine LearningSandesh Rao
 
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...Sandesh Rao
 
How to use Exachk effectively to manage Exadata environments OGBEmea
How to use Exachk effectively to manage Exadata environments OGBEmeaHow to use Exachk effectively to manage Exadata environments OGBEmea
How to use Exachk effectively to manage Exadata environments OGBEmeaSandesh Rao
 
RAC Troubleshooting and Diagnosability Sangam2016
RAC Troubleshooting and Diagnosability Sangam2016RAC Troubleshooting and Diagnosability Sangam2016
RAC Troubleshooting and Diagnosability Sangam2016Sandesh Rao
 
Oracle Trace File Analyzer Overview
Oracle Trace File Analyzer OverviewOracle Trace File Analyzer Overview
Oracle Trace File Analyzer OverviewGareth Chapman
 
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.4Sandesh Rao
 
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.0Gareth Chapman
 
Introduction to Machine Learning - From DBA's to Data Scientists - OGBEMEA
Introduction to Machine Learning - From DBA's to Data Scientists - OGBEMEAIntroduction to Machine Learning - From DBA's to Data Scientists - OGBEMEA
Introduction to Machine Learning - From DBA's to Data Scientists - OGBEMEASandesh Rao
 
AIOUG -GroundBreakers-Jul 2019 - Introduction to Machine Learning - From DBA'...
AIOUG -GroundBreakers-Jul 2019 - Introduction to Machine Learning - From DBA'...AIOUG -GroundBreakers-Jul 2019 - Introduction to Machine Learning - From DBA'...
AIOUG -GroundBreakers-Jul 2019 - Introduction to Machine Learning - From DBA'...Sandesh Rao
 
The Machine Learning behind the Autonomous Database ILOUG Feb 2020
The Machine Learning behind the Autonomous Database   ILOUG Feb 2020 The Machine Learning behind the Autonomous Database   ILOUG Feb 2020
The Machine Learning behind the Autonomous Database ILOUG Feb 2020 Sandesh Rao
 
What's new in Oracle and Exachk version 18.4.0
What's new in Oracle and Exachk version 18.4.0What's new in Oracle and Exachk version 18.4.0
What's new in Oracle and Exachk version 18.4.0Sandesh Rao
 
20 Tips and Tricks with the Autonomous Database
20 Tips and Tricks with the Autonomous Database 20 Tips and Tricks with the Autonomous Database
20 Tips and Tricks with the Autonomous Database Sandesh Rao
 
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...Sandesh Rao
 

Mais procurados (20)

The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019
The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019 The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019
The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019
 
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
 
Introduction to AutoML and Data Science using the Oracle Autonomous Database ...
Introduction to AutoML and Data Science using the Oracle Autonomous Database ...Introduction to AutoML and Data Science using the Oracle Autonomous Database ...
Introduction to AutoML and Data Science using the Oracle Autonomous Database ...
 
EXAchk for Exadata Presentation
EXAchk for Exadata PresentationEXAchk for Exadata Presentation
EXAchk for Exadata Presentation
 
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...
 
Introducing new AIOps innovations in Oracle 19c - San Jose AICUG
Introducing new AIOps innovations in Oracle 19c - San Jose AICUGIntroducing new AIOps innovations in Oracle 19c - San Jose AICUG
Introducing new AIOps innovations in Oracle 19c - San Jose AICUG
 
Machine Learning and AI at Oracle
Machine Learning and AI at OracleMachine Learning and AI at Oracle
Machine Learning and AI at Oracle
 
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine Learning
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine LearningAUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine Learning
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine Learning
 
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...
 
How to use Exachk effectively to manage Exadata environments OGBEmea
How to use Exachk effectively to manage Exadata environments OGBEmeaHow to use Exachk effectively to manage Exadata environments OGBEmea
How to use Exachk effectively to manage Exadata environments OGBEmea
 
RAC Troubleshooting and Diagnosability Sangam2016
RAC Troubleshooting and Diagnosability Sangam2016RAC Troubleshooting and Diagnosability Sangam2016
RAC Troubleshooting and Diagnosability Sangam2016
 
Oracle Trace File Analyzer Overview
Oracle Trace File Analyzer OverviewOracle Trace File Analyzer Overview
Oracle Trace File Analyzer Overview
 
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
 
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
 
Introduction to Machine Learning - From DBA's to Data Scientists - OGBEMEA
Introduction to Machine Learning - From DBA's to Data Scientists - OGBEMEAIntroduction to Machine Learning - From DBA's to Data Scientists - OGBEMEA
Introduction to Machine Learning - From DBA's to Data Scientists - OGBEMEA
 
AIOUG -GroundBreakers-Jul 2019 - Introduction to Machine Learning - From DBA'...
AIOUG -GroundBreakers-Jul 2019 - Introduction to Machine Learning - From DBA'...AIOUG -GroundBreakers-Jul 2019 - Introduction to Machine Learning - From DBA'...
AIOUG -GroundBreakers-Jul 2019 - Introduction to Machine Learning - From DBA'...
 
The Machine Learning behind the Autonomous Database ILOUG Feb 2020
The Machine Learning behind the Autonomous Database   ILOUG Feb 2020 The Machine Learning behind the Autonomous Database   ILOUG Feb 2020
The Machine Learning behind the Autonomous Database ILOUG Feb 2020
 
What's new in Oracle and Exachk version 18.4.0
What's new in Oracle and Exachk version 18.4.0What's new in Oracle and Exachk version 18.4.0
What's new in Oracle and Exachk version 18.4.0
 
20 Tips and Tricks with the Autonomous Database
20 Tips and Tricks with the Autonomous Database 20 Tips and Tricks with the Autonomous Database
20 Tips and Tricks with the Autonomous Database
 
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...
 

Semelhante a ORAchk EXAchk what's new in 12.1.0.2.7

Oracle ORAchk & EXAchk overview
Oracle ORAchk & EXAchk overviewOracle ORAchk & EXAchk overview
Oracle ORAchk & EXAchk overviewGareth Chapman
 
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 ChecksGareth Chapman
 
New Features in Oracle ORAchk & EXAchk 12.2.0.1.1
New Features in Oracle ORAchk & EXAchk 12.2.0.1.1New Features in Oracle ORAchk & EXAchk 12.2.0.1.1
New Features in Oracle ORAchk & EXAchk 12.2.0.1.1Gareth Chapman
 
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.0Sandesh Rao
 
Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015andreas kuncoro
 
Oracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create DatabaseOracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create DatabaseMonowar Mukul
 
Oracle Database Backup Cloud Service
Oracle Database Backup Cloud ServiceOracle Database Backup Cloud Service
Oracle Database Backup Cloud ServiceMarketingArrowECS_CZ
 
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1Protect724mouni
 
MySQL Group Replication - an Overview
MySQL Group Replication - an OverviewMySQL Group Replication - an Overview
MySQL Group Replication - an OverviewMatt Lord
 
Oracle 18c installation on Oracle Enterprise Linux 7.4
Oracle 18c installation on Oracle Enterprise Linux 7.4Oracle 18c installation on Oracle Enterprise Linux 7.4
Oracle 18c installation on Oracle Enterprise Linux 7.4Mahamudul Hasan
 
Troubleshooting oracle apps
Troubleshooting oracle appsTroubleshooting oracle apps
Troubleshooting oracle appsvamsi18here
 
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...Courtney Llamas
 
Oracle Database Backup
Oracle Database BackupOracle Database Backup
Oracle Database BackupHandy_Backup
 
Premier integration with logix, pf drives and ft view (pf755)
Premier integration with logix, pf drives and ft view (pf755)Premier integration with logix, pf drives and ft view (pf755)
Premier integration with logix, pf drives and ft view (pf755)confidencial
 
Esm migrate to_corre_6.0c
Esm migrate to_corre_6.0cEsm migrate to_corre_6.0c
Esm migrate to_corre_6.0cProtect724v3
 
Trace File Analyzer - Usage and Features
Trace File Analyzer - Usage and Features Trace File Analyzer - Usage and Features
Trace File Analyzer - Usage and Features Sandesh Rao
 

Semelhante a ORAchk EXAchk what's new in 12.1.0.2.7 (20)

Oracle ORAchk & EXAchk overview
Oracle ORAchk & EXAchk overviewOracle ORAchk & EXAchk overview
Oracle ORAchk & EXAchk overview
 
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
 
New Features in Oracle ORAchk & EXAchk 12.2.0.1.1
New Features in Oracle ORAchk & EXAchk 12.2.0.1.1New Features in Oracle ORAchk & EXAchk 12.2.0.1.1
New Features in Oracle ORAchk & EXAchk 12.2.0.1.1
 
Maximizing Oracle RAC Uptime
Maximizing Oracle RAC UptimeMaximizing Oracle RAC Uptime
Maximizing Oracle RAC Uptime
 
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
 
Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015
 
Oracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create DatabaseOracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create Database
 
Oracle Database Backup Cloud Service
Oracle Database Backup Cloud ServiceOracle Database Backup Cloud Service
Oracle Database Backup Cloud Service
 
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1
 
MySQL Group Replication - an Overview
MySQL Group Replication - an OverviewMySQL Group Replication - an Overview
MySQL Group Replication - an Overview
 
Oracle 18c installation on Oracle Enterprise Linux 7.4
Oracle 18c installation on Oracle Enterprise Linux 7.4Oracle 18c installation on Oracle Enterprise Linux 7.4
Oracle 18c installation on Oracle Enterprise Linux 7.4
 
Troubleshooting oracle apps
Troubleshooting oracle appsTroubleshooting oracle apps
Troubleshooting oracle apps
 
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...
 
Oracle Database Backup
Oracle Database BackupOracle Database Backup
Oracle Database Backup
 
OraChk
OraChkOraChk
OraChk
 
Oam install & config
Oam install & configOam install & config
Oam install & config
 
OAM Install & Config
OAM Install & ConfigOAM Install & Config
OAM Install & Config
 
Premier integration with logix, pf drives and ft view (pf755)
Premier integration with logix, pf drives and ft view (pf755)Premier integration with logix, pf drives and ft view (pf755)
Premier integration with logix, pf drives and ft view (pf755)
 
Esm migrate to_corre_6.0c
Esm migrate to_corre_6.0cEsm migrate to_corre_6.0c
Esm migrate to_corre_6.0c
 
Trace File Analyzer - Usage and Features
Trace File Analyzer - Usage and Features Trace File Analyzer - Usage and Features
Trace File Analyzer - Usage and Features
 

Mais de Sandesh Rao

Whats new in Autonomous Database in 2022
Whats new in Autonomous Database in 2022Whats new in Autonomous Database in 2022
Whats new in Autonomous Database in 2022Sandesh Rao
 
Oracle Database performance tuning using oratop
Oracle Database performance tuning using oratopOracle Database performance tuning using oratop
Oracle Database performance tuning using oratopSandesh Rao
 
Analysis of Database Issues using AHF and Machine Learning v2 - AOUG2022
Analysis of Database Issues using AHF and Machine Learning v2 -  AOUG2022Analysis of Database Issues using AHF and Machine Learning v2 -  AOUG2022
Analysis of Database Issues using AHF and Machine Learning v2 - AOUG2022Sandesh Rao
 
Analysis of Database Issues using AHF and Machine Learning v2 - SOUG
Analysis of Database Issues using AHF and Machine Learning v2 -  SOUGAnalysis of Database Issues using AHF and Machine Learning v2 -  SOUG
Analysis of Database Issues using AHF and Machine Learning v2 - SOUGSandesh Rao
 
AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021
AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021
AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021Sandesh Rao
 
15 Troubleshooting tips and Tricks for Database 21c - KSAOUG
15 Troubleshooting tips and Tricks for Database 21c - KSAOUG15 Troubleshooting tips and Tricks for Database 21c - KSAOUG
15 Troubleshooting tips and Tricks for Database 21c - KSAOUGSandesh Rao
 
Top 20 FAQs on the Autonomous Database
Top 20 FAQs on the Autonomous DatabaseTop 20 FAQs on the Autonomous Database
Top 20 FAQs on the Autonomous DatabaseSandesh Rao
 
How to Use EXAchk Effectively to Manage Exadata Environments
How to Use EXAchk Effectively to Manage Exadata EnvironmentsHow to Use EXAchk Effectively to Manage Exadata Environments
How to Use EXAchk Effectively to Manage Exadata EnvironmentsSandesh Rao
 
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 KSAOUGSandesh Rao
 
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 Sandesh Rao
 
Introduction to Machine learning - DBA's to data scientists - Oct 2020 - OGBEmea
Introduction to Machine learning - DBA's to data scientists - Oct 2020 - OGBEmeaIntroduction to Machine learning - DBA's to data scientists - Oct 2020 - OGBEmea
Introduction to Machine learning - DBA's to data scientists - Oct 2020 - OGBEmeaSandesh Rao
 
Troubleshooting tips and tricks for Oracle Database Oct 2020
Troubleshooting tips and tricks for Oracle Database Oct 2020Troubleshooting tips and tricks for Oracle Database Oct 2020
Troubleshooting tips and tricks for Oracle Database Oct 2020Sandesh Rao
 
TFA, ORAchk and EXAchk 20.2 - What's new
TFA, ORAchk and EXAchk 20.2 - What's new TFA, ORAchk and EXAchk 20.2 - What's new
TFA, ORAchk and EXAchk 20.2 - What's new Sandesh Rao
 
Machine Learning in Autonomous Data Warehouse
 Machine Learning in Autonomous Data Warehouse Machine Learning in Autonomous Data Warehouse
Machine Learning in Autonomous Data WarehouseSandesh Rao
 
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...Sandesh Rao
 
Troubleshooting Tips and Tricks for Database 19c ILOUG Feb 2020
Troubleshooting Tips and Tricks for Database 19c   ILOUG Feb 2020Troubleshooting Tips and Tricks for Database 19c   ILOUG Feb 2020
Troubleshooting Tips and Tricks for Database 19c ILOUG Feb 2020Sandesh Rao
 
Introduction to Machine Learning and Data Science using the Autonomous databa...
Introduction to Machine Learning and Data Science using the Autonomous databa...Introduction to Machine Learning and Data Science using the Autonomous databa...
Introduction to Machine Learning and Data Science using the Autonomous databa...Sandesh Rao
 
Troubleshooting Tips and Tricks for Database 19c - Sangam 2019
Troubleshooting Tips and Tricks for Database 19c - Sangam 2019Troubleshooting Tips and Tricks for Database 19c - Sangam 2019
Troubleshooting Tips and Tricks for Database 19c - Sangam 2019Sandesh Rao
 
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...Sandesh Rao
 
Troubleshooting Tips and Tricks for Database 19c - EMEA Tour Oct 2019
Troubleshooting Tips and Tricks for Database 19c - EMEA Tour  Oct 2019Troubleshooting Tips and Tricks for Database 19c - EMEA Tour  Oct 2019
Troubleshooting Tips and Tricks for Database 19c - EMEA Tour Oct 2019Sandesh Rao
 

Mais de Sandesh Rao (20)

Whats new in Autonomous Database in 2022
Whats new in Autonomous Database in 2022Whats new in Autonomous Database in 2022
Whats new in Autonomous Database in 2022
 
Oracle Database performance tuning using oratop
Oracle Database performance tuning using oratopOracle Database performance tuning using oratop
Oracle Database performance tuning using oratop
 
Analysis of Database Issues using AHF and Machine Learning v2 - AOUG2022
Analysis of Database Issues using AHF and Machine Learning v2 -  AOUG2022Analysis of Database Issues using AHF and Machine Learning v2 -  AOUG2022
Analysis of Database Issues using AHF and Machine Learning v2 - AOUG2022
 
Analysis of Database Issues using AHF and Machine Learning v2 - SOUG
Analysis of Database Issues using AHF and Machine Learning v2 -  SOUGAnalysis of Database Issues using AHF and Machine Learning v2 -  SOUG
Analysis of Database Issues using AHF and Machine Learning v2 - SOUG
 
AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021
AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021
AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021
 
15 Troubleshooting tips and Tricks for Database 21c - KSAOUG
15 Troubleshooting tips and Tricks for Database 21c - KSAOUG15 Troubleshooting tips and Tricks for Database 21c - KSAOUG
15 Troubleshooting tips and Tricks for Database 21c - KSAOUG
 
Top 20 FAQs on the Autonomous Database
Top 20 FAQs on the Autonomous DatabaseTop 20 FAQs on the Autonomous Database
Top 20 FAQs on the Autonomous Database
 
How to Use EXAchk Effectively to Manage Exadata Environments
How to Use EXAchk Effectively to Manage Exadata EnvironmentsHow to Use EXAchk Effectively to Manage Exadata Environments
How to Use EXAchk Effectively to Manage Exadata Environments
 
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
 
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
 
Introduction to Machine learning - DBA's to data scientists - Oct 2020 - OGBEmea
Introduction to Machine learning - DBA's to data scientists - Oct 2020 - OGBEmeaIntroduction to Machine learning - DBA's to data scientists - Oct 2020 - OGBEmea
Introduction to Machine learning - DBA's to data scientists - Oct 2020 - OGBEmea
 
Troubleshooting tips and tricks for Oracle Database Oct 2020
Troubleshooting tips and tricks for Oracle Database Oct 2020Troubleshooting tips and tricks for Oracle Database Oct 2020
Troubleshooting tips and tricks for Oracle Database Oct 2020
 
TFA, ORAchk and EXAchk 20.2 - What's new
TFA, ORAchk and EXAchk 20.2 - What's new TFA, ORAchk and EXAchk 20.2 - What's new
TFA, ORAchk and EXAchk 20.2 - What's new
 
Machine Learning in Autonomous Data Warehouse
 Machine Learning in Autonomous Data Warehouse Machine Learning in Autonomous Data Warehouse
Machine Learning in Autonomous Data Warehouse
 
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...
 
Troubleshooting Tips and Tricks for Database 19c ILOUG Feb 2020
Troubleshooting Tips and Tricks for Database 19c   ILOUG Feb 2020Troubleshooting Tips and Tricks for Database 19c   ILOUG Feb 2020
Troubleshooting Tips and Tricks for Database 19c ILOUG Feb 2020
 
Introduction to Machine Learning and Data Science using the Autonomous databa...
Introduction to Machine Learning and Data Science using the Autonomous databa...Introduction to Machine Learning and Data Science using the Autonomous databa...
Introduction to Machine Learning and Data Science using the Autonomous databa...
 
Troubleshooting Tips and Tricks for Database 19c - Sangam 2019
Troubleshooting Tips and Tricks for Database 19c - Sangam 2019Troubleshooting Tips and Tricks for Database 19c - Sangam 2019
Troubleshooting Tips and Tricks for Database 19c - Sangam 2019
 
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
 
Troubleshooting Tips and Tricks for Database 19c - EMEA Tour Oct 2019
Troubleshooting Tips and Tricks for Database 19c - EMEA Tour  Oct 2019Troubleshooting Tips and Tricks for Database 19c - EMEA Tour  Oct 2019
Troubleshooting Tips and Tricks for Database 19c - EMEA Tour Oct 2019
 

Último

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 

Último (20)

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 

ORAchk EXAchk what's new in 12.1.0.2.7

  • 1.
  • 2. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | Oracle ORAchk/EXAchk What’s New in 12.1.0.2.7
  • 3. Copyright © 2016, 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. 3
  • 4. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | –Automated risk identification and proactive notification before business is impacted –Health Checks based on most impactful reoccurring problems across Oracle customer base –Runs in your environment – no need to send anything to Oracle –Scheduled email Health Check reports –Findings can be integrated into other tools of choice ORAchk & EXAchk Engineered Systems Non Engineered Systems EXAchk ORAchk Common Framework Lightweight & non intrusive Health Check framework for the Oracle stack 4
  • 5. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | Agenda Easier to Configure and Maintain Large Enterprise-Wide Collection Data Keep Track of Changes to the Attributes of Important Files Quickly Find Which Checks Require Privileged Users Broader Stack Support Easier to Run EXAchk on Exadata Storage Servers New Health Checks 1 2 3 4 5 5 6
  • 6. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | Agenda Easier to Configure and Maintain Large Enterprise-Wide Collection Data Keep Track of Changes to the Attributes of Important Files Quickly Find Which Checks Require Privileged Users Broader Stack Support Easier to Run EXAchk on Exadata Storage Servers New Health Checks 1 2 3 4 5 6 6
  • 7. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 1. Select the Administration icon then choose Assign System to Business Unit 2. Press the Bulk Mapping button 7 Bulk Map Systems to Business Units • If you have a large number of systems, these can be mapped quickly to business units in Collection Manager via an XML bulk upload 3. Upload a mapping XML a) Press the Generate XML File (Current Mapping) button b) Download the resulting XML file underneath, which will contain your current system to business unit mappings c) Amend the XML to show mappings you desire d) Upload new Mapping XML via Upload Mapping (XML File) button 1 2 3
  • 8. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 1. Select the Administration icon then choose Manage Users, User Roles and assign System to users 2. To disable the automatic capture of users details press the button Don’t Capture User Details (When Login) 3. If you want to re-enable the automatic capture of user details press the button Capture User Details (When Login) Selectively Capture Users During Login • By default users logging in via LDAP authentication are captured and provided the DBA role • You can choose to disable this automatic capture. Note: This means you will need to manually create users instead and assign the necessary role.1 2 3 8
  • 9. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | $ ./orachk -setdbupload all Enter value for RAT_UPLOAD_CONNECT_STRING:(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=myserver44.acompany.com )(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=orachkcm.acompany.com))) Enter value for RAT_UPLOAD_PASSWORD:****** Database upload parameters successfully stored in orachk_wallet. orachk run will keep uploading the collections in database until it is unset using ./orachk -unsetdbupload all/<env variable name> 9 Configure Details for Upload of Collection Results • Collection Manager upload configuration only requires connection string & connection password • The required connection details can be specified using –setdbupload • You will then be prompted to enter the values for the connection string and password • These values will be stored in the encrypted wallet file. ./orachk -setdbupload all ./exachk -setdbupload allor
  • 10. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | $ ./orachk –getdbupload RAT_UPLOAD_CONNECT_STRING = (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=myserver44.acompany.com)(PORT=1521))(CONNECT_DATA =(SERVER=DEDICATED)(SERVICE_NAME=orachkcm.acompany.com))) RAT_UPLOAD_PASSWORD = ****** RAT_UPLOAD_USER = ORACHKCM RAT_ZIP_UPLOAD_TABLE = RCA13_DOCS 10 Configure Details for Upload of Collection Results • To see the values which have been set in the wallet use –getdbupload : ./orachk -getdbupload ./exachk -getdbuploador
  • 11. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | Tip: To configure many ORAchk/EXAchk instances 1. Create wallet once with: -setdbupload all then enter values when prompted 2. Copy resulting wallet to each ORAchk/EXAchk location The environment variable RAT_WALLET_LOC can also be used to point to the location of the wallet directory. $ ./orachk -checkdbupload Configuration is good to upload result to database. • Verify ORAchk/EXAchk can make successful connection to the database for upload using –checkdbupload: • If connection details are set ORAchk/EXAchk will attempt to upload the results at the end of Health Check collection 11 Configure Details for Upload of Collection Results ./orachk -checkdbupload ./exachk -checkdbuploador
  • 12. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | Other Upload Parameters Note Set by default Description RAT_UPLOAD_USER The user to connect as (default is ORACHKCM) RAT_UPLOAD_TABLE The table name to store non-zipped collection results RAT_PATCH_UPLOAD_TABLE The table name to store non-zipped patch results RAT_UPLOAD_ORACLE_HOME The ORACLE_HOME used during establishing connection and uploading. (Uses GI HOME discovered by ORAchk/EXAchk by default) RAT_UPLOAD_TABLE & RAT_PATCH_UPLOAD_TABLE Only needed if you are using your own custom application to view collection results, rather than Collection Manager. • If you are using your own custom application to view collection results, rather than Collection Manager, follow this process: 1. Set default parameters: – This will prompt you for and set the RAT_UPLOAD_CONNECT_STRING & RAT_UPLOAD_PASSWORD 2. Set optional parameters for RAT_UPLOAD_TABLE & RAT_PATCH_UPLOAD_TABLE 12 Configure Details for Upload of Collection Results ./orachk –setdbupload all ./exachk –setdbupload all ./orachk -setdbupload RAT_UPLOAD_TABLE,RAT_PATCH_UPLOAD_TABLE ./exachk -setdbupload RAT_UPLOAD_TABLE,RAT_PATCH_UPLOAD_TABLE or or Note: RCA13_DOCS is no longer configurable if you wish to use Collection Manager
  • 13. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | • Uploaded collections are now purged from Collection Manager • By default collections older than 3 months are purged • To adjust or disable the collection purging frequency: 1. Select the Administration icon then choose Manage Email Server & Job Details 2. Select the appropriate option for purge frequency 13 Purging Old Collections 1 2
  • 14. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | Agenda Easier to Configure and Maintain Large Enterprise-Wide Collection Data Keep Track of Changes to the Attributes of Important Files Quickly Find Which Checks Require Privileged Users Broader Stack Support Easier to Run EXAchk on Exadata Storage Servers New Health Checks 1 2 3 4 5 14 6
  • 15. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | • Track changes to the attributes of important files with –fileattr – Looks at all files & directories within Grid Infrastructure and Database homes by default – The list of monitored directories and their contents can be configured to your specific requirements – Use –fileattr start to start the first snapshot 15 Keep Track of Changes to the Attributes of Important Files $ ./orachk -fileattr start CRS stack is running and CRS_HOME is not set. Do you want to set CRS_HOME to /u01/app/11.2.0.4/grid?[y/n][y] Checking ssh user equivalency settings on all nodes in cluster Node mysrv22 is configured for ssh user equivalency for oradb user Node mysrv23 is configured for ssh user equivalency for oradb user List of directories(recursive) for checking file attributes: /u01/app/oradb/product/11.2.0/dbhome_11203 /u01/app/oradb/product/11.2.0/dbhome_11204 orachk has taken snapshot of file attributes for above directories at: /orahome/oradb/orachk/orachk_mysrv21_20160504_041214 ./orachk –fileattr start ./exachk –fileattr startor
  • 16. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 16 Keep Track of Changes to the Attributes of Important Files • Include other directories with –includedir <directories> using a comma separated list of directories ./orachk –fileattr start includedir “/home/oradb,/etc/oatab” ./exachk –fileattr start includedir “/home/oradb,/etc/oatab” or • Exclude the default discovered directories with –excludediscovery ./orachk –fileattr start includedir “/home/oradb,/etc/oatab” -excludediscovery ./exachk –fileattr start includedir “/home/oradb,/etc/oatab” -excludediscovery or
  • 17. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | Note: • Use the same arguments with check that you used with start • Will proceed to perform standard health checks after attribute checking • File Attribute Changes will also show in HTML report output • Compare current attributes against first snapshot using –fileattr check 17 Keep Track of Changes to the Attributes of Important Files $ ./orachk -fileattr check -includedir "/root/myapp/config" -excludediscovery CRS stack is running and CRS_HOME is not set. Do you want to set CRS_HOME to /u01/app/12.2.0/grid?[y/n][y] Checking for prompts on myserver18 for oragrid user... Checking ssh user equivalency settings on all nodes in cluster Node myserver17 is configured for ssh user equivalency for root user List of directories(recursive) for checking file attributes: /root/myapp/config Checking file attribute changes... . "/root/myapp/config/myappconfig.xml" is different: Baseline : 0644 oracle root /root/myapp/config/myappconfig.xml Current : 0644 root root /root/myapp/config/myappconfig.xml …etc …etc ./orachk –fileattr check ./exachk –fileattr checkor • Results of snapshot comparison will also be shown in the HTML report output
  • 18. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | Keep Track of Changes to the Attributes of Important Files • To prevent standard health checking after attribute checking add –fileattronly: • To use a different snapshot baseline use –baseline: • To remove all snapshot use –fileattr remove 18 ./orachk –fileattr check –fileattronly ./exachk –fileattr check –fileattronlyor ./orachk -fileattr check -baseline <snapshot> ./exachk -fileattr check -baseline <snapshot>or ./orachk -fileattr remove ./exachk -fileattr removeor
  • 19. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | Agenda Easier to Configure and Maintain Large Enterprise-Wide Collection Data Keep Track of Changes to the Attributes of Important Files Quickly Find Which Checks Require Privileged Users Broader Stack Support Easier to Run EXAchk on Exadata Storage Servers New Health Checks 1 2 3 4 5 19 6
  • 20. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 20 Quickly Find Which Checks Require Privileged Users ORAchk Health Check Catalog EXAchk Health Check Catalog • New Filter Privileged User in both catalogs
  • 21. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | Agenda Easier to Configure and Maintain Large Enterprise-Wide Collection Data Keep Track of Changes to the Attributes of Important Files Quickly Find Which Checks Require Privileged Users Broader Stack Support Easier to Run EXAchk on Exadata Storage Servers New Health Checks 1 2 3 4 5 21 6
  • 22. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | Broader Stack Support • Health Check support has been broadened to include – Linux Operating System Health Checks (ORAchk only) – External ZFS Storage Appliance Health Checks (EXAchk on Exalogic only) – Oracle Enterprise Manager Cloud Control 13.1. • Shown in existing Enterprise Manager section of the HTML report 22
  • 23. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | • VMPScan report is included on Linux systems – ORAchk only – Summary shown in HTML report – Full report available within • <collection>/reports and • <collection>/outfiles/vmpscan 23 Broader Stack Support
  • 24. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | • Support added to run Health Checks on External ZFS Storage Appliances – EXAchk on Exalogic Systems only – Results show in External ZFS Storage Appliance section 24 Broader Stack Support
  • 25. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | Agenda Easier to Configure and Maintain Large Enterprise-Wide Collection Data Keep Track of Changes to the Attributes of Important Files Quickly Find Which Checks Require Privileged Users Broader Stack Support Easier to Run EXAchk on Exadata Storage Servers New Health Checks 1 2 3 4 5 25 6
  • 26. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | Easier to Run EXAchk on Exadata Storage Servers • EXAchk now can be run from Exadata storage server even if no ssh connectivity from database server to storage server • If a cell is locked EXAchk can unlock it – Exadata, SuperCluster and Zero Data Loss Recovery Appliance only – Use –unlockcells and –lockcells 26 ./exachk -unlockcells <all | -cells [cell names or cell IPs separated by comma]> ./exachk -lockcells <all | -cells [cell names or cell IPs separated by comma]>
  • 27. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | Agenda Easier to Configure and Maintain Large Enterprise-Wide Collection Data Keep Track of Changes to the Attributes of Important Files Quickly Find Which Checks Require Privileged Users Broader Stack Support Easier to Run EXAchk on Exadata Storage Servers New Health Checks 1 2 3 4 5 27 6
  • 28. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | New Health Checks • New Health Checks have been added across the stack 28 – Oracle Exadata – Oracle SuperCluster – Oracle Exalogic – Oracle ZFS Storage – Linux – Oracle Solaris Cluster – Oracle Database & Grid Infrastructure – Oracle Enterprise Manager Cloud Control OMS & Repository • To see new checks for specific systems see –ORAchk Health Check Catalog –EXAchk Health Check Catalog
  • 29. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | More Info: ORAchk: Doc 1268927.2 EXAchk: Doc 1070954.1 29
  • 30. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 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. 30
  • 31. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 31