SlideShare ist ein Scribd-Unternehmen logo
1 von 46
Downloaden Sie, um offline zu lesen
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Kellyn Pot’Vin-Gorman
Consulting Member of Enterprise Manager Technical Team
Strategic Customer Program
March, 2016
Oracle Confidential 2
From the Database, to the Cloud and
Everything in Between
Copyright © 2014 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.
Oracle Confidential 3
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
DBA Kevlar, the Geek Goth Girl
Confidential – Oracle Internal/Restricted/Highly Restricted 4
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Program Agenda
1
2
3
4
5
Enterprise Manager 13c Releases
New User Interface
Upgrading and the Cloud
Top New Features
Advanced Features
Oracle Confidential 5
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Enterprise Manager 13c- Yay, It’s HERE!!
Oracle Confidential 6
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
New Interface
• The Enterprise Manager user interface (UI) was redesigned with a cleaner overall look
and simplified page views.
• For those considering using EM13c via mobile, Users experience faster page load times
and enhanced visualization and graphics.
Clean, Modern
Interface Update
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
EM Upgrade - runInstaller (OUI)
Step 0: Mandatory: Upgrade Repository DB
from 11g to 12.1.0.2 version
Step 1: Bring down your 12.1.0.3
/12.1.0.4/12.1.0.5 OMS and invoke EM
13.1em_linux64.bin
Step 2: Upgrade your OMS and repository
(Use1-system option in Installer)
– Copying the bits and creating new homes
– Start the configuration assistants
Step 3: Use Gold Agent Image console to
upgrade your 12.1.0.3 /12.1.0.4 /12.1.0.5
agents to 13.1
Downtime During Upgrades, Basic Upgrade
12.1.0.3 /12.1.0.4/12.1.0.5  13.1
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Reduced Downtime in EM13c
12.1.0.3 /12.1.0.4/12.1.0.5  13.1EM Upgrade - Software only Install
Step 0: Mandatory: Upgrade Repository DB from
11g to 12.1.0.2 version
Step 1: Invoke EM 13.1 installer and choose
option: Install software only
– Copying the bits and creating new homes
Step 2: Bring down your 12.1.0.3
/12.1.0.4/12.1.0.5 OMS. Start the configuration
and Upgrade your OMS and repository (Use1-
system option in Installer)
Run $<MIDDLEWARE_HOME>/sysman/install/ConfigureGC.sh
Step 3: Use Gold Agent Image console to upgrade
your 12.1.0.3 /12.1.0.4 /12.1.0.5 agents to 13.1
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Agent Upgrade Console
Oracle Confidential 10
Eases Full Upgrade
of EM12c to EM13c
by allowing upgrade
of agents after the
fact.*
*12.1.0.5 agents are supported by EM13c
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Compliance Dashboards to Monitor Progress
Oracle Confidential 11
Different agent image
and what was
deployed
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Ability to Export/Import Rule Sets
• Sometimes instead of cloning an EM environment, it would be beneficial to
simply pull over one feature to another EM.
• You an now export Incident Rule Sets from one Enterprise Manager site
and imported into another. These eases the demands to replicate rule sets
from one environment to another, including production to development
and test, etc.
• The exported rule set is stored as an XML file.
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Rule Set Migration Made Easy
• The exported rule set includes all entities like subscribers to the rules,
email addresses of recipients, targets on which the rule set operates, and
notification methods.
• The import option includes an option that if these entities exist in the EM
environment, then they are kept in the rule set, otherwise they’re
removed.
Oracle Confidential 13
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Integrated EM Deployment
BI Publisher 12.1.0.3 integrated with EM
– BI directory under middleware home
– EMCTL option to start/stop BIP along with OMS
– Install will allocate BIP Ports HTTPS/ HTTP
– Shared storage config to support BIP on Additional OMS
– Ability to select and de-select BIP as part of Install
JVMD integration with EM
– JVMD gets deployed using FMW plug-in as part of EM install
– Only one JVMD Engine to be deployed on a OMS host
– EMCTL commands to show/start/stop JVMD
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
System Broadcast and Always On Monitoring
• Having the ability to send a global, pop-up message to all users of EM13c is
a very productive feature.
• Allowing a quick and single interface for administrator communication
within Enterprise Manager.
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Creating a System Broadcast
• This is performed from the Enterprise Manager Command Line Interface,
(there is no EMCC option for this feature)
• Log into the EM CLI
$./emcli send_system_broadcast
-toOption=“ALL"
-messageType="WARN"
-message=“Message You Would like to Appear"
• You can also send messages to distinct EM users with the
toOption=“SPECIFIC” and –to=“user” option.
Oracle Confidential 16
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Multiple Proxy Support
• Often the Cloud Administrator is required to configure multiple proxies for
agents and OMS. These proxies, (i.e. aliases, allow the administrator to
eliminate OMS cycles and other maintenance headaches. The proxies are
managed just as you would any physical target, even when down.
• Agents are associated with the proxies by name or pattern. Using patterns
offer savings in configuration of single targets, using a pattern to recognize
and identify the agents.
• Multiple proxies can be associated with single agent and vice-versa, which
eliminates a single point of failure.
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Proxy Support Demands
Oracle Confidential 18
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Enhancements to Corrective Actions
• Corrective actions are one of the most powerful automation tools you can
implement in Enterprise Manager.
• With 13c, an enhancement to support all event types including Compliance
Standard Rule violations, Service Level Agreement (SLA) alerts, and job
status events.
• DevOps has been incorporated into corrective actions, offering the
administrator an easy way to develop, test and release to production where
before there wasn’t one.
• The Cloud Administrator can now respond automatically to events with
common responses by scripting.
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Corrective Actions Are Your Savior
Oracle Confidential 21
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Corrective Actons, Cont.
• Support for all event types.
• Support for compliance rules. This will allow users to associate corrective
actions with various compliance checks.
• Automated invocation using event rules.
• Ability to attach the latest corrective actions automatically.
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Save Repository Space with Intelligent Compression
• Having copies of the same incident can allocate unnecessary space in the
repository. With Intelligent Incident Compression, duplicates of the same
incident can be compressed and saved as one.
• There are different criteria to save space the way the Cloud Administrator
requires-
– grouping by targets on the same host.
– targets belonging to the same aggregate target.
– grouping by event category
– grouping events by metric.
– By a window of time.
• Along with Compression, intelligent grouping allows for space savings.
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
New Job System Interface
Oracle Confidential 24
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
New Job System
Confidential – Oracle Internal/Restricted/Highly Restricted 25
Job Explorer results
Build out query
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Change View
Confidential – Oracle Internal/Restricted/Highly Restricted 26
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
The Job System Now Can Use Chef!
• EM13c has added a new job type, Chef!
• The software library now supports managing and accessing both Chef cookbooks
and recipes
• The deployment procedures have been extended to support the execution of
Chef recipes.
• Remember that the Chef cookbooks and recipes can exist either in the software
library or locally to a host target.
1. Ensure that chef-solo has been setup and is available.
2. Create a software library folder.
3. Upload a Chef cookbook.
4. Create a job using the Chef job type and submit it.
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Chef Support
• New Job Type in the EM Job System
– Must have Chef Solo set up as a pre-requisite.
– Supports the execution of Chef recipes
– Chef Recipes can exist in the Software library or on the target host.
Confidential – Oracle Internal/Restricted/Highly Restricted 28
Simple Ubuntu Server…
$ sudo aptitude update
$ sudo aptitude safe-upgrade
Install Chef:
$ sudo aptitude install -y ruby ruby1.8-dev build-essential wget
libruby1.8 rubygems
$ sudo gem update --no-rdoc --no-ri
$ sudo gem install ohai chef --no-rdoc --no-ri
$chef-solo
http://www.mechanicalfish.net/configure-a-server-with-chef-solo-in-five-minutes/
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
EM CLI Verbs Specific to Chef
Confidential – Oracle Internal/Restricted/Highly Restricted 29
emcli add_chef_cookbook -name="component_name" -folder_name="swlib_folder_name" -
filename="filename" -recipe_names="recipe_name11;recipe_name2;..."
emcli delete_chef_cookbook -name="component_name" -folder_name="swlib_folder_name"
emcli create_job
emcli create_library_job
emcli create_job_from_library
Standard Verbs Once Added
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Gold Agent Image
Command line interface - EMCLI
Create
Gold Agent
Image
Deploy
List Update
• Create Gold
Image
• emcli
create_gold_ag
ent_image
 Deploy agents using
Gold Image
 emcli
submit_add_host –
gold_image_name
 Update existing
agents to latest Gold
Image
 emcli update_agents
 List gold
images in
software library
 emcli
list_gold_agent
_images
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Enhancements to Gold Image Agent Deployment
• How much time to you spend on managing EM agents? Simplifying this
process can really offer time savings-
– Automate recovery during an agent upgrade or an agent plug-in deployment with an
upgrade
– What everyone wants, zero downtime for agent maintenance including patching,
upgrade, and plug-ins
– Compliance guarantees for agent configurations
– DevOps export/import opportunity from test to production Enterprise Manager
environments.
– Reports to show current gold agent deployments and opportunities to meet
compliance.
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Gold Agent Image Console
Oracle Confidential 32
Two Gold Agent Images,
One in Use
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Enhanced Software Library
• Performance when working with the software library can be very
important.
• The feature incorporates staging content and
• Efficiency has been added to the software library to increase performance
of large files over a WAN or remote servers.
• This improvement also includes remote geo locations, introducing the
concept of cache nodes which can stage content on servers local to that
subnet..
• All subsequent file transfers are initiated from the cache nodes, reducing
transfer time and required bandwidth.
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Always On Monitoring
Oracle Confidential 34
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Configuration Management
• Search and History Integration- Simplify searches on configurations and retain historical searches.
• Improved Configuration Item Search- The “look ahead” option makes it easier to find items.
• Advanced Logic Support- You can use AND/OR conditions in searches to create reports.
• Inventory and Usage Details- Including MS SQL Server and DB2
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Cloud Lifecycle Success Plan
Oracle Confidential 36
• Map out your infrastructure requirement
• physical and virtual networks, storage arrays,
applications , etc.
• You can generate consolidation advisories that include
plans to:
• Physical to Virtual (P2V)
• Physical to Physical (P2P)
• Physical to an Exadata
• Plan out:
• Infrastructure-as-a-Service (IaaS)
• Database-as-a-Service (DBaaS)
• Middleware-as-a-Service (MWaaS) clouds
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
If You Don’t Use DBaaS for Clones….
• Transportable tablespaces?
• Datapump?
• Copying of files to cloud locations?
• SERIOUSLY?
Oracle Confidential 37
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Simplify with Hybrid Cloud
Oracle Confidential 38
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Ease of Management
Oracle Confidential 39
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Forget about it….
Oracle Confidential 40
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Register External Storage Solutions
• Supports NAS and NFS
• Add Storage for VM’s easily
Oracle Confidential 41
following software components can be
stored in the storage repository:
■ Oracle VM Templates
■ Oracle Virtual Assemblies
■ ISOs
■ Virtual Disks
■ VM Files
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Engineered Systems
• Automate patching with patchsets
on Exadata and Exalytics, which
includes patch recommendations,
auto patch download.
• VM provisioning on Exadata
12.1.2.1.0 virtualization is now
supported and provides an
efficient, completely automated
mechanism for scheduled mass
deployments.
• Administrators can now perform all
of this from the Cloud Console.
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
EM13c VM Manager
• If you had Oracle VM Manager 3.0.x registered with Enterprise Manager
previously and had upgraded it to higher versions 3.1.x or 3.2.1, you must
update the Oracle VM Manager URL.
Oracle Confidential 43
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Keep in Mind
• You must upgrade your repository database to 12.1.0.2 along with the EM
when going to EM13c.
• Ensure your EM environment is healthy by running a full EM Diagnostics on
your environment before taking on an upgrade:
$repvfy diag all
• Ensure you’ve sized your EM environment properly. If you’re running on
the same server you ran EM10g, probably not…. 
Oracle Confidential 44
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Questions?
Oracle Confidential 45
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Confidential 46
Connect with me via Social Media:
Em13c features- HotSos 2016

Weitere ähnliche Inhalte

Was ist angesagt?

Oracle Enterprise Manager 13C and Hybrid Cloud
Oracle Enterprise Manager 13C and Hybrid CloudOracle Enterprise Manager 13C and Hybrid Cloud
Oracle Enterprise Manager 13C and Hybrid Cloudjobacle
 
Getting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentationGetting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentationBerry Clemens
 
Oracle Enterprise Manager Security: A Practitioners Guide
Oracle Enterprise Manager Security: A Practitioners GuideOracle Enterprise Manager Security: A Practitioners Guide
Oracle Enterprise Manager Security: A Practitioners GuideCourtney Llamas
 
Optimizing the Enterprise Manager 12c
Optimizing the Enterprise Manager 12cOptimizing the Enterprise Manager 12c
Optimizing the Enterprise Manager 12cKellyn Pot'Vin-Gorman
 
Zero Downtime for Oracle E-Business Suite on Oracle Exalogic
Zero Downtime for Oracle E-Business Suite on Oracle ExalogicZero Downtime for Oracle E-Business Suite on Oracle Exalogic
Zero Downtime for Oracle E-Business Suite on Oracle ExalogicPaulo Fagundes
 
Kscope Not Your Father's Enterprise Manager
Kscope Not Your Father's Enterprise ManagerKscope Not Your Father's Enterprise Manager
Kscope Not Your Father's Enterprise ManagerKellyn Pot'Vin-Gorman
 
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]vasuballa
 
Managing EBS Testing, Performance, Configurations, Change & User experience
Managing EBS Testing, Performance, Configurations, Change & User experienceManaging EBS Testing, Performance, Configurations, Change & User experience
Managing EBS Testing, Performance, Configurations, Change & User experienceInSync Conference
 
Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015andreas kuncoro
 
OOW15 - technical upgrade best practices for oracle e-business suite 12.2
OOW15 - technical upgrade best practices for oracle e-business suite 12.2OOW15 - technical upgrade best practices for oracle e-business suite 12.2
OOW15 - technical upgrade best practices for oracle e-business suite 12.2vasuballa
 
Oracle EM12c Release 4 New Features!
Oracle EM12c Release 4 New Features!Oracle EM12c Release 4 New Features!
Oracle EM12c Release 4 New Features!Kellyn Pot'Vin-Gorman
 
Oracle E-Business Suite R12.2.5 on Database 12c: Install, Patch and Administer
Oracle E-Business Suite R12.2.5 on Database 12c: Install, Patch and AdministerOracle E-Business Suite R12.2.5 on Database 12c: Install, Patch and Administer
Oracle E-Business Suite R12.2.5 on Database 12c: Install, Patch and AdministerAndrejs Karpovs
 
Getting optimal performance from oracle e business suite(aioug aug2015)
Getting optimal performance from oracle e business suite(aioug aug2015)Getting optimal performance from oracle e business suite(aioug aug2015)
Getting optimal performance from oracle e business suite(aioug aug2015)pasalapudi123
 
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...vasuballa
 
Updated Power of the AWR Warehouse, Dallas, HQ, etc.
Updated Power of the AWR Warehouse, Dallas, HQ, etc.Updated Power of the AWR Warehouse, Dallas, HQ, etc.
Updated Power of the AWR Warehouse, Dallas, HQ, etc.Kellyn Pot'Vin-Gorman
 

Was ist angesagt? (20)

Oracle Enterprise Manager 13C and Hybrid Cloud
Oracle Enterprise Manager 13C and Hybrid CloudOracle Enterprise Manager 13C and Hybrid Cloud
Oracle Enterprise Manager 13C and Hybrid Cloud
 
Oracle cmg15
Oracle cmg15Oracle cmg15
Oracle cmg15
 
AWR, ASH with EM13 at HotSos 2016
AWR, ASH with EM13 at HotSos 2016AWR, ASH with EM13 at HotSos 2016
AWR, ASH with EM13 at HotSos 2016
 
Getting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentationGetting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentation
 
Oracle Enterprise Manager Security: A Practitioners Guide
Oracle Enterprise Manager Security: A Practitioners GuideOracle Enterprise Manager Security: A Practitioners Guide
Oracle Enterprise Manager Security: A Practitioners Guide
 
Optimizing the Enterprise Manager 12c
Optimizing the Enterprise Manager 12cOptimizing the Enterprise Manager 12c
Optimizing the Enterprise Manager 12c
 
Dmz aa aioug
Dmz aa aiougDmz aa aioug
Dmz aa aioug
 
Zero Downtime for Oracle E-Business Suite on Oracle Exalogic
Zero Downtime for Oracle E-Business Suite on Oracle ExalogicZero Downtime for Oracle E-Business Suite on Oracle Exalogic
Zero Downtime for Oracle E-Business Suite on Oracle Exalogic
 
Kscope Not Your Father's Enterprise Manager
Kscope Not Your Father's Enterprise ManagerKscope Not Your Father's Enterprise Manager
Kscope Not Your Father's Enterprise Manager
 
Performance in the Oracle Cloud
Performance in the Oracle CloudPerformance in the Oracle Cloud
Performance in the Oracle Cloud
 
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]
 
Managing EBS Testing, Performance, Configurations, Change & User experience
Managing EBS Testing, Performance, Configurations, Change & User experienceManaging EBS Testing, Performance, Configurations, Change & User experience
Managing EBS Testing, Performance, Configurations, Change & User experience
 
Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015
 
OOW15 - technical upgrade best practices for oracle e-business suite 12.2
OOW15 - technical upgrade best practices for oracle e-business suite 12.2OOW15 - technical upgrade best practices for oracle e-business suite 12.2
OOW15 - technical upgrade best practices for oracle e-business suite 12.2
 
Oracle EM12c Release 4 New Features!
Oracle EM12c Release 4 New Features!Oracle EM12c Release 4 New Features!
Oracle EM12c Release 4 New Features!
 
Oracle E-Business Suite R12.2.5 on Database 12c: Install, Patch and Administer
Oracle E-Business Suite R12.2.5 on Database 12c: Install, Patch and AdministerOracle E-Business Suite R12.2.5 on Database 12c: Install, Patch and Administer
Oracle E-Business Suite R12.2.5 on Database 12c: Install, Patch and Administer
 
Getting optimal performance from oracle e business suite(aioug aug2015)
Getting optimal performance from oracle e business suite(aioug aug2015)Getting optimal performance from oracle e business suite(aioug aug2015)
Getting optimal performance from oracle e business suite(aioug aug2015)
 
AWR and ASH in an EM12c World
AWR and ASH in an EM12c WorldAWR and ASH in an EM12c World
AWR and ASH in an EM12c World
 
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
 
Updated Power of the AWR Warehouse, Dallas, HQ, etc.
Updated Power of the AWR Warehouse, Dallas, HQ, etc.Updated Power of the AWR Warehouse, Dallas, HQ, etc.
Updated Power of the AWR Warehouse, Dallas, HQ, etc.
 

Andere mochten auch

Oracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsOracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsGokhan Atil
 
Sharing experience implementing Direct NFS
Sharing experience implementing Direct NFSSharing experience implementing Direct NFS
Sharing experience implementing Direct NFSYury Velikanov
 
Advanced Shell Scripting for Oracle professionals
Advanced Shell Scripting for Oracle professionalsAdvanced Shell Scripting for Oracle professionals
Advanced Shell Scripting for Oracle professionalsAndrejs Vorobjovs
 
All Oracle DBAs have to know about Unix Memory Monitoring
All Oracle DBAs have to know about Unix Memory MonitoringAll Oracle DBAs have to know about Unix Memory Monitoring
All Oracle DBAs have to know about Unix Memory MonitoringYury Velikanov
 
Enterprise manager 13c -let's connect to the Oracle Cloud
Enterprise manager 13c -let's connect to the Oracle CloudEnterprise manager 13c -let's connect to the Oracle Cloud
Enterprise manager 13c -let's connect to the Oracle CloudTrivadis
 
You most probably dont need an RMAN catalog database
You most probably dont need an RMAN catalog databaseYou most probably dont need an RMAN catalog database
You most probably dont need an RMAN catalog databaseYury Velikanov
 
Oracle enterprise manager cloud control 12c
Oracle enterprise manager cloud control 12cOracle enterprise manager cloud control 12c
Oracle enterprise manager cloud control 12csolarisyougood
 
Oracle Database 12.1.0.2: New Features
Oracle Database 12.1.0.2: New FeaturesOracle Database 12.1.0.2: New Features
Oracle Database 12.1.0.2: New FeaturesDeiby Gómez
 
Total cloud control with oracle enterprise manager 12c
Total cloud control with oracle enterprise manager 12cTotal cloud control with oracle enterprise manager 12c
Total cloud control with oracle enterprise manager 12csolarisyougood
 
Benchmarking Oracle I/O Performance with Orion by Alex Gorbachev
Benchmarking Oracle I/O Performance with Orion by Alex GorbachevBenchmarking Oracle I/O Performance with Orion by Alex Gorbachev
Benchmarking Oracle I/O Performance with Orion by Alex GorbachevAlex Gorbachev
 
Oracle AWR Data mining
Oracle AWR Data miningOracle AWR Data mining
Oracle AWR Data miningYury Velikanov
 
10 Problems with your RMAN backup script
10 Problems with your RMAN backup script10 Problems with your RMAN backup script
10 Problems with your RMAN backup scriptYury Velikanov
 
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsOracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsMarkus Michalewicz
 
Oracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsOracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsGokhan Atil
 
Oracle Database In-Memory Meets Oracle RAC
Oracle Database In-Memory Meets Oracle RACOracle Database In-Memory Meets Oracle RAC
Oracle Database In-Memory Meets Oracle RACMarkus Michalewicz
 
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Markus Michalewicz
 
How to Use Oracle RAC in a Cloud? - A Support Question
How to Use Oracle RAC in a Cloud? - A Support QuestionHow to Use Oracle RAC in a Cloud? - A Support Question
How to Use Oracle RAC in a Cloud? - A Support QuestionMarkus Michalewicz
 
How I learned to stop worrying and love the cloud
How I learned to stop worrying and love the cloudHow I learned to stop worrying and love the cloud
How I learned to stop worrying and love the cloudShlomo Swidler
 
10 ways to improve your rman script
10 ways to improve your rman script10 ways to improve your rman script
10 ways to improve your rman scriptMaris Elsins
 

Andere mochten auch (20)

Enterprise manager 13c
Enterprise manager 13cEnterprise manager 13c
Enterprise manager 13c
 
Oracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsOracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAs
 
Sharing experience implementing Direct NFS
Sharing experience implementing Direct NFSSharing experience implementing Direct NFS
Sharing experience implementing Direct NFS
 
Advanced Shell Scripting for Oracle professionals
Advanced Shell Scripting for Oracle professionalsAdvanced Shell Scripting for Oracle professionals
Advanced Shell Scripting for Oracle professionals
 
All Oracle DBAs have to know about Unix Memory Monitoring
All Oracle DBAs have to know about Unix Memory MonitoringAll Oracle DBAs have to know about Unix Memory Monitoring
All Oracle DBAs have to know about Unix Memory Monitoring
 
Enterprise manager 13c -let's connect to the Oracle Cloud
Enterprise manager 13c -let's connect to the Oracle CloudEnterprise manager 13c -let's connect to the Oracle Cloud
Enterprise manager 13c -let's connect to the Oracle Cloud
 
You most probably dont need an RMAN catalog database
You most probably dont need an RMAN catalog databaseYou most probably dont need an RMAN catalog database
You most probably dont need an RMAN catalog database
 
Oracle enterprise manager cloud control 12c
Oracle enterprise manager cloud control 12cOracle enterprise manager cloud control 12c
Oracle enterprise manager cloud control 12c
 
Oracle Database 12.1.0.2: New Features
Oracle Database 12.1.0.2: New FeaturesOracle Database 12.1.0.2: New Features
Oracle Database 12.1.0.2: New Features
 
Total cloud control with oracle enterprise manager 12c
Total cloud control with oracle enterprise manager 12cTotal cloud control with oracle enterprise manager 12c
Total cloud control with oracle enterprise manager 12c
 
Benchmarking Oracle I/O Performance with Orion by Alex Gorbachev
Benchmarking Oracle I/O Performance with Orion by Alex GorbachevBenchmarking Oracle I/O Performance with Orion by Alex Gorbachev
Benchmarking Oracle I/O Performance with Orion by Alex Gorbachev
 
Oracle AWR Data mining
Oracle AWR Data miningOracle AWR Data mining
Oracle AWR Data mining
 
10 Problems with your RMAN backup script
10 Problems with your RMAN backup script10 Problems with your RMAN backup script
10 Problems with your RMAN backup script
 
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsOracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
 
Oracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsOracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAs
 
Oracle Database In-Memory Meets Oracle RAC
Oracle Database In-Memory Meets Oracle RACOracle Database In-Memory Meets Oracle RAC
Oracle Database In-Memory Meets Oracle RAC
 
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
 
How to Use Oracle RAC in a Cloud? - A Support Question
How to Use Oracle RAC in a Cloud? - A Support QuestionHow to Use Oracle RAC in a Cloud? - A Support Question
How to Use Oracle RAC in a Cloud? - A Support Question
 
How I learned to stop worrying and love the cloud
How I learned to stop worrying and love the cloudHow I learned to stop worrying and love the cloud
How I learned to stop worrying and love the cloud
 
10 ways to improve your rman script
10 ways to improve your rman script10 ways to improve your rman script
10 ways to improve your rman script
 

Ähnlich wie Em13c features- HotSos 2016

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
 
New Not Your Father's Enterprise Manager
New Not Your Father's Enterprise ManagerNew Not Your Father's Enterprise Manager
New Not Your Father's Enterprise ManagerKellyn Pot'Vin-Gorman
 
C6 deploying applications to your private cloud 7 to 10 times faster
C6   deploying applications to your private cloud 7 to 10 times fasterC6   deploying applications to your private cloud 7 to 10 times faster
C6 deploying applications to your private cloud 7 to 10 times fasterDr. Wilfred Lin (Ph.D.)
 
Oracle Database Lifecycle Management
Oracle Database Lifecycle ManagementOracle Database Lifecycle Management
Oracle Database Lifecycle ManagementHari Srinivasan
 
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...IBM Systems UKI
 
Mastering DevOps with Oracle
Mastering DevOps with Oracle Mastering DevOps with Oracle
Mastering DevOps with Oracle jeckels
 
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...vasuballa
 
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptxCON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptxSergioBruno21
 
Best Practices with IPS on Oracle Solaris 11
Best Practices with IPS on Oracle Solaris 11Best Practices with IPS on Oracle Solaris 11
Best Practices with IPS on Oracle Solaris 11glynnfoster
 
Migrate Oracle WebLogic Applications onto a Containerized Cloud Data Center
Migrate Oracle WebLogic Applications onto a Containerized Cloud Data CenterMigrate Oracle WebLogic Applications onto a Containerized Cloud Data Center
Migrate Oracle WebLogic Applications onto a Containerized Cloud Data CenterJingnan Zhou
 
Oracle Enterprise Manager Seven Robust Features to Put in Action final
Oracle Enterprise Manager Seven Robust Features to Put in Action finalOracle Enterprise Manager Seven Robust Features to Put in Action final
Oracle Enterprise Manager Seven Robust Features to Put in Action finalDatavail
 
8 Reasons Your Team Should Connect to the Rocket ALM Hub
8 Reasons Your Team Should Connect to the Rocket ALM Hub8 Reasons Your Team Should Connect to the Rocket ALM Hub
8 Reasons Your Team Should Connect to the Rocket ALM HubRocket Software ALM
 
Oracle Enterprise Manager for MySQL
Oracle Enterprise Manager for MySQLOracle Enterprise Manager for MySQL
Oracle Enterprise Manager for MySQLMario Beck
 
Whats new in Enterprise 5.0 Product Suite
Whats new in Enterprise 5.0 Product SuiteWhats new in Enterprise 5.0 Product Suite
Whats new in Enterprise 5.0 Product SuiteMicro Focus
 
Con11257 schifano con11257-best practices for deploying highly scalable virtu...
Con11257 schifano con11257-best practices for deploying highly scalable virtu...Con11257 schifano con11257-best practices for deploying highly scalable virtu...
Con11257 schifano con11257-best practices for deploying highly scalable virtu...Berry Clemens
 
Oracle business continuity for virtualization and cloud infrastructure
Oracle business continuity for virtualization and cloud infrastructureOracle business continuity for virtualization and cloud infrastructure
Oracle business continuity for virtualization and cloud infrastructureOTN Systems Hub
 
Oracle SQL Developer for the DBA
Oracle SQL Developer for the DBAOracle SQL Developer for the DBA
Oracle SQL Developer for the DBAJeff Smith
 
Tecnologias Oracle em Docker Containers On-premise e na Nuvem
Tecnologias Oracle em Docker Containers On-premise e na NuvemTecnologias Oracle em Docker Containers On-premise e na Nuvem
Tecnologias Oracle em Docker Containers On-premise e na NuvemBruno Borges
 
OOW15 - case study: oracle application management suite for oracle e-business...
OOW15 - case study: oracle application management suite for oracle e-business...OOW15 - case study: oracle application management suite for oracle e-business...
OOW15 - case study: oracle application management suite for oracle e-business...vasuballa
 

Ähnlich wie Em13c features- HotSos 2016 (20)

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...
 
New Not Your Father's Enterprise Manager
New Not Your Father's Enterprise ManagerNew Not Your Father's Enterprise Manager
New Not Your Father's Enterprise Manager
 
C6 deploying applications to your private cloud 7 to 10 times faster
C6   deploying applications to your private cloud 7 to 10 times fasterC6   deploying applications to your private cloud 7 to 10 times faster
C6 deploying applications to your private cloud 7 to 10 times faster
 
Oracle Database Lifecycle Management
Oracle Database Lifecycle ManagementOracle Database Lifecycle Management
Oracle Database Lifecycle Management
 
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
 
Mastering DevOps with Oracle
Mastering DevOps with Oracle Mastering DevOps with Oracle
Mastering DevOps with Oracle
 
Soa suite12c presentation @AMIS by Simone Geib
Soa suite12c presentation @AMIS by Simone GeibSoa suite12c presentation @AMIS by Simone Geib
Soa suite12c presentation @AMIS by Simone Geib
 
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
 
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptxCON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
 
Best Practices with IPS on Oracle Solaris 11
Best Practices with IPS on Oracle Solaris 11Best Practices with IPS on Oracle Solaris 11
Best Practices with IPS on Oracle Solaris 11
 
Migrate Oracle WebLogic Applications onto a Containerized Cloud Data Center
Migrate Oracle WebLogic Applications onto a Containerized Cloud Data CenterMigrate Oracle WebLogic Applications onto a Containerized Cloud Data Center
Migrate Oracle WebLogic Applications onto a Containerized Cloud Data Center
 
Oracle Enterprise Manager Seven Robust Features to Put in Action final
Oracle Enterprise Manager Seven Robust Features to Put in Action finalOracle Enterprise Manager Seven Robust Features to Put in Action final
Oracle Enterprise Manager Seven Robust Features to Put in Action final
 
8 Reasons Your Team Should Connect to the Rocket ALM Hub
8 Reasons Your Team Should Connect to the Rocket ALM Hub8 Reasons Your Team Should Connect to the Rocket ALM Hub
8 Reasons Your Team Should Connect to the Rocket ALM Hub
 
Oracle Enterprise Manager for MySQL
Oracle Enterprise Manager for MySQLOracle Enterprise Manager for MySQL
Oracle Enterprise Manager for MySQL
 
Whats new in Enterprise 5.0 Product Suite
Whats new in Enterprise 5.0 Product SuiteWhats new in Enterprise 5.0 Product Suite
Whats new in Enterprise 5.0 Product Suite
 
Con11257 schifano con11257-best practices for deploying highly scalable virtu...
Con11257 schifano con11257-best practices for deploying highly scalable virtu...Con11257 schifano con11257-best practices for deploying highly scalable virtu...
Con11257 schifano con11257-best practices for deploying highly scalable virtu...
 
Oracle business continuity for virtualization and cloud infrastructure
Oracle business continuity for virtualization and cloud infrastructureOracle business continuity for virtualization and cloud infrastructure
Oracle business continuity for virtualization and cloud infrastructure
 
Oracle SQL Developer for the DBA
Oracle SQL Developer for the DBAOracle SQL Developer for the DBA
Oracle SQL Developer for the DBA
 
Tecnologias Oracle em Docker Containers On-premise e na Nuvem
Tecnologias Oracle em Docker Containers On-premise e na NuvemTecnologias Oracle em Docker Containers On-premise e na Nuvem
Tecnologias Oracle em Docker Containers On-premise e na Nuvem
 
OOW15 - case study: oracle application management suite for oracle e-business...
OOW15 - case study: oracle application management suite for oracle e-business...OOW15 - case study: oracle application management suite for oracle e-business...
OOW15 - case study: oracle application management suite for oracle e-business...
 

Mehr von Kellyn Pot'Vin-Gorman

Redgate_summit_atl_kgorman_intersection.pptx
Redgate_summit_atl_kgorman_intersection.pptxRedgate_summit_atl_kgorman_intersection.pptx
Redgate_summit_atl_kgorman_intersection.pptxKellyn Pot'Vin-Gorman
 
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptx
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptxSQLSatOregon_kgorman_keynote_NIAIMLEC.pptx
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptxKellyn Pot'Vin-Gorman
 
Turning ADHD into "Awesome Dynamic Highly Dependable"
Turning ADHD into "Awesome Dynamic Highly Dependable"Turning ADHD into "Awesome Dynamic Highly Dependable"
Turning ADHD into "Awesome Dynamic Highly Dependable"Kellyn Pot'Vin-Gorman
 
Cepta The Future of Data with Power BI
Cepta The Future of Data with Power BICepta The Future of Data with Power BI
Cepta The Future of Data with Power BIKellyn Pot'Vin-Gorman
 
Pass Summit Linux Scripting for the Microsoft Professional
Pass Summit Linux Scripting for the Microsoft ProfessionalPass Summit Linux Scripting for the Microsoft Professional
Pass Summit Linux Scripting for the Microsoft ProfessionalKellyn Pot'Vin-Gorman
 
PASS 24HOP Linux Scripting Tips and Tricks
PASS 24HOP Linux Scripting Tips and TricksPASS 24HOP Linux Scripting Tips and Tricks
PASS 24HOP Linux Scripting Tips and TricksKellyn Pot'Vin-Gorman
 
Power BI with Essbase in the Oracle Cloud
Power BI with Essbase in the Oracle CloudPower BI with Essbase in the Oracle Cloud
Power BI with Essbase in the Oracle CloudKellyn Pot'Vin-Gorman
 
ODTUG Leadership Talk- WIT and Sponsorship
ODTUG Leadership Talk-  WIT and SponsorshipODTUG Leadership Talk-  WIT and Sponsorship
ODTUG Leadership Talk- WIT and SponsorshipKellyn Pot'Vin-Gorman
 
DevOps and Decoys How to Build a Successful Microsoft DevOps Including the Data
DevOps and Decoys  How to Build a Successful Microsoft DevOps Including the DataDevOps and Decoys  How to Build a Successful Microsoft DevOps Including the Data
DevOps and Decoys How to Build a Successful Microsoft DevOps Including the DataKellyn Pot'Vin-Gorman
 

Mehr von Kellyn Pot'Vin-Gorman (20)

Redgate_summit_atl_kgorman_intersection.pptx
Redgate_summit_atl_kgorman_intersection.pptxRedgate_summit_atl_kgorman_intersection.pptx
Redgate_summit_atl_kgorman_intersection.pptx
 
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptx
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptxSQLSatOregon_kgorman_keynote_NIAIMLEC.pptx
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptx
 
Boston_sql_kegorman_highIO.pptx
Boston_sql_kegorman_highIO.pptxBoston_sql_kegorman_highIO.pptx
Boston_sql_kegorman_highIO.pptx
 
Oracle on Azure IaaS 2023 Update
Oracle on Azure IaaS 2023 UpdateOracle on Azure IaaS 2023 Update
Oracle on Azure IaaS 2023 Update
 
IaaS for DBAs in Azure
IaaS for DBAs in AzureIaaS for DBAs in Azure
IaaS for DBAs in Azure
 
Being Successful with ADHD
Being Successful with ADHDBeing Successful with ADHD
Being Successful with ADHD
 
Azure DBA with IaaS
Azure DBA with IaaSAzure DBA with IaaS
Azure DBA with IaaS
 
Turning ADHD into "Awesome Dynamic Highly Dependable"
Turning ADHD into "Awesome Dynamic Highly Dependable"Turning ADHD into "Awesome Dynamic Highly Dependable"
Turning ADHD into "Awesome Dynamic Highly Dependable"
 
PASS Summit 2020
PASS Summit 2020PASS Summit 2020
PASS Summit 2020
 
DevOps in Silos
DevOps in SilosDevOps in Silos
DevOps in Silos
 
Azure Databases with IaaS
Azure Databases with IaaSAzure Databases with IaaS
Azure Databases with IaaS
 
How to Win When Migrating to Azure
How to Win When Migrating to AzureHow to Win When Migrating to Azure
How to Win When Migrating to Azure
 
Securing Power BI Data
Securing Power BI DataSecuring Power BI Data
Securing Power BI Data
 
Cepta The Future of Data with Power BI
Cepta The Future of Data with Power BICepta The Future of Data with Power BI
Cepta The Future of Data with Power BI
 
Pass Summit Linux Scripting for the Microsoft Professional
Pass Summit Linux Scripting for the Microsoft ProfessionalPass Summit Linux Scripting for the Microsoft Professional
Pass Summit Linux Scripting for the Microsoft Professional
 
Taming the shrew Power BI
Taming the shrew Power BITaming the shrew Power BI
Taming the shrew Power BI
 
PASS 24HOP Linux Scripting Tips and Tricks
PASS 24HOP Linux Scripting Tips and TricksPASS 24HOP Linux Scripting Tips and Tricks
PASS 24HOP Linux Scripting Tips and Tricks
 
Power BI with Essbase in the Oracle Cloud
Power BI with Essbase in the Oracle CloudPower BI with Essbase in the Oracle Cloud
Power BI with Essbase in the Oracle Cloud
 
ODTUG Leadership Talk- WIT and Sponsorship
ODTUG Leadership Talk-  WIT and SponsorshipODTUG Leadership Talk-  WIT and Sponsorship
ODTUG Leadership Talk- WIT and Sponsorship
 
DevOps and Decoys How to Build a Successful Microsoft DevOps Including the Data
DevOps and Decoys  How to Build a Successful Microsoft DevOps Including the DataDevOps and Decoys  How to Build a Successful Microsoft DevOps Including the Data
DevOps and Decoys How to Build a Successful Microsoft DevOps Including the Data
 

Kürzlich hochgeladen

Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
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
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
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
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
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
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
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
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 

Kürzlich hochgeladen (20)

Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
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
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
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
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
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
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
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?
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 

Em13c features- HotSos 2016

  • 1.
  • 2. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Kellyn Pot’Vin-Gorman Consulting Member of Enterprise Manager Technical Team Strategic Customer Program March, 2016 Oracle Confidential 2 From the Database, to the Cloud and Everything in Between
  • 3. Copyright © 2014 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. Oracle Confidential 3
  • 4. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | DBA Kevlar, the Geek Goth Girl Confidential – Oracle Internal/Restricted/Highly Restricted 4
  • 5. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Program Agenda 1 2 3 4 5 Enterprise Manager 13c Releases New User Interface Upgrading and the Cloud Top New Features Advanced Features Oracle Confidential 5
  • 6. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Enterprise Manager 13c- Yay, It’s HERE!! Oracle Confidential 6
  • 7. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | New Interface • The Enterprise Manager user interface (UI) was redesigned with a cleaner overall look and simplified page views. • For those considering using EM13c via mobile, Users experience faster page load times and enhanced visualization and graphics. Clean, Modern Interface Update
  • 8. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | EM Upgrade - runInstaller (OUI) Step 0: Mandatory: Upgrade Repository DB from 11g to 12.1.0.2 version Step 1: Bring down your 12.1.0.3 /12.1.0.4/12.1.0.5 OMS and invoke EM 13.1em_linux64.bin Step 2: Upgrade your OMS and repository (Use1-system option in Installer) – Copying the bits and creating new homes – Start the configuration assistants Step 3: Use Gold Agent Image console to upgrade your 12.1.0.3 /12.1.0.4 /12.1.0.5 agents to 13.1 Downtime During Upgrades, Basic Upgrade 12.1.0.3 /12.1.0.4/12.1.0.5  13.1
  • 9. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Reduced Downtime in EM13c 12.1.0.3 /12.1.0.4/12.1.0.5  13.1EM Upgrade - Software only Install Step 0: Mandatory: Upgrade Repository DB from 11g to 12.1.0.2 version Step 1: Invoke EM 13.1 installer and choose option: Install software only – Copying the bits and creating new homes Step 2: Bring down your 12.1.0.3 /12.1.0.4/12.1.0.5 OMS. Start the configuration and Upgrade your OMS and repository (Use1- system option in Installer) Run $<MIDDLEWARE_HOME>/sysman/install/ConfigureGC.sh Step 3: Use Gold Agent Image console to upgrade your 12.1.0.3 /12.1.0.4 /12.1.0.5 agents to 13.1
  • 10. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Agent Upgrade Console Oracle Confidential 10 Eases Full Upgrade of EM12c to EM13c by allowing upgrade of agents after the fact.* *12.1.0.5 agents are supported by EM13c
  • 11. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Compliance Dashboards to Monitor Progress Oracle Confidential 11 Different agent image and what was deployed
  • 12. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Ability to Export/Import Rule Sets • Sometimes instead of cloning an EM environment, it would be beneficial to simply pull over one feature to another EM. • You an now export Incident Rule Sets from one Enterprise Manager site and imported into another. These eases the demands to replicate rule sets from one environment to another, including production to development and test, etc. • The exported rule set is stored as an XML file.
  • 13. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Rule Set Migration Made Easy • The exported rule set includes all entities like subscribers to the rules, email addresses of recipients, targets on which the rule set operates, and notification methods. • The import option includes an option that if these entities exist in the EM environment, then they are kept in the rule set, otherwise they’re removed. Oracle Confidential 13
  • 14. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Integrated EM Deployment BI Publisher 12.1.0.3 integrated with EM – BI directory under middleware home – EMCTL option to start/stop BIP along with OMS – Install will allocate BIP Ports HTTPS/ HTTP – Shared storage config to support BIP on Additional OMS – Ability to select and de-select BIP as part of Install JVMD integration with EM – JVMD gets deployed using FMW plug-in as part of EM install – Only one JVMD Engine to be deployed on a OMS host – EMCTL commands to show/start/stop JVMD
  • 15. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | System Broadcast and Always On Monitoring • Having the ability to send a global, pop-up message to all users of EM13c is a very productive feature. • Allowing a quick and single interface for administrator communication within Enterprise Manager.
  • 16. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Creating a System Broadcast • This is performed from the Enterprise Manager Command Line Interface, (there is no EMCC option for this feature) • Log into the EM CLI $./emcli send_system_broadcast -toOption=“ALL" -messageType="WARN" -message=“Message You Would like to Appear" • You can also send messages to distinct EM users with the toOption=“SPECIFIC” and –to=“user” option. Oracle Confidential 16
  • 17. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Multiple Proxy Support • Often the Cloud Administrator is required to configure multiple proxies for agents and OMS. These proxies, (i.e. aliases, allow the administrator to eliminate OMS cycles and other maintenance headaches. The proxies are managed just as you would any physical target, even when down. • Agents are associated with the proxies by name or pattern. Using patterns offer savings in configuration of single targets, using a pattern to recognize and identify the agents. • Multiple proxies can be associated with single agent and vice-versa, which eliminates a single point of failure.
  • 18. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Proxy Support Demands Oracle Confidential 18
  • 19. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Enhancements to Corrective Actions • Corrective actions are one of the most powerful automation tools you can implement in Enterprise Manager. • With 13c, an enhancement to support all event types including Compliance Standard Rule violations, Service Level Agreement (SLA) alerts, and job status events. • DevOps has been incorporated into corrective actions, offering the administrator an easy way to develop, test and release to production where before there wasn’t one. • The Cloud Administrator can now respond automatically to events with common responses by scripting.
  • 20. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Corrective Actions Are Your Savior Oracle Confidential 21
  • 21. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Corrective Actons, Cont. • Support for all event types. • Support for compliance rules. This will allow users to associate corrective actions with various compliance checks. • Automated invocation using event rules. • Ability to attach the latest corrective actions automatically.
  • 22. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Save Repository Space with Intelligent Compression • Having copies of the same incident can allocate unnecessary space in the repository. With Intelligent Incident Compression, duplicates of the same incident can be compressed and saved as one. • There are different criteria to save space the way the Cloud Administrator requires- – grouping by targets on the same host. – targets belonging to the same aggregate target. – grouping by event category – grouping events by metric. – By a window of time. • Along with Compression, intelligent grouping allows for space savings.
  • 23. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | New Job System Interface Oracle Confidential 24
  • 24. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | New Job System Confidential – Oracle Internal/Restricted/Highly Restricted 25 Job Explorer results Build out query
  • 25. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Change View Confidential – Oracle Internal/Restricted/Highly Restricted 26
  • 26. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | The Job System Now Can Use Chef! • EM13c has added a new job type, Chef! • The software library now supports managing and accessing both Chef cookbooks and recipes • The deployment procedures have been extended to support the execution of Chef recipes. • Remember that the Chef cookbooks and recipes can exist either in the software library or locally to a host target. 1. Ensure that chef-solo has been setup and is available. 2. Create a software library folder. 3. Upload a Chef cookbook. 4. Create a job using the Chef job type and submit it.
  • 27. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Chef Support • New Job Type in the EM Job System – Must have Chef Solo set up as a pre-requisite. – Supports the execution of Chef recipes – Chef Recipes can exist in the Software library or on the target host. Confidential – Oracle Internal/Restricted/Highly Restricted 28 Simple Ubuntu Server… $ sudo aptitude update $ sudo aptitude safe-upgrade Install Chef: $ sudo aptitude install -y ruby ruby1.8-dev build-essential wget libruby1.8 rubygems $ sudo gem update --no-rdoc --no-ri $ sudo gem install ohai chef --no-rdoc --no-ri $chef-solo http://www.mechanicalfish.net/configure-a-server-with-chef-solo-in-five-minutes/
  • 28. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | EM CLI Verbs Specific to Chef Confidential – Oracle Internal/Restricted/Highly Restricted 29 emcli add_chef_cookbook -name="component_name" -folder_name="swlib_folder_name" - filename="filename" -recipe_names="recipe_name11;recipe_name2;..." emcli delete_chef_cookbook -name="component_name" -folder_name="swlib_folder_name" emcli create_job emcli create_library_job emcli create_job_from_library Standard Verbs Once Added
  • 29. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Gold Agent Image Command line interface - EMCLI Create Gold Agent Image Deploy List Update • Create Gold Image • emcli create_gold_ag ent_image  Deploy agents using Gold Image  emcli submit_add_host – gold_image_name  Update existing agents to latest Gold Image  emcli update_agents  List gold images in software library  emcli list_gold_agent _images
  • 30. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Enhancements to Gold Image Agent Deployment • How much time to you spend on managing EM agents? Simplifying this process can really offer time savings- – Automate recovery during an agent upgrade or an agent plug-in deployment with an upgrade – What everyone wants, zero downtime for agent maintenance including patching, upgrade, and plug-ins – Compliance guarantees for agent configurations – DevOps export/import opportunity from test to production Enterprise Manager environments. – Reports to show current gold agent deployments and opportunities to meet compliance.
  • 31. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Gold Agent Image Console Oracle Confidential 32 Two Gold Agent Images, One in Use
  • 32. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Enhanced Software Library • Performance when working with the software library can be very important. • The feature incorporates staging content and • Efficiency has been added to the software library to increase performance of large files over a WAN or remote servers. • This improvement also includes remote geo locations, introducing the concept of cache nodes which can stage content on servers local to that subnet.. • All subsequent file transfers are initiated from the cache nodes, reducing transfer time and required bandwidth.
  • 33. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Always On Monitoring Oracle Confidential 34
  • 34. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Configuration Management • Search and History Integration- Simplify searches on configurations and retain historical searches. • Improved Configuration Item Search- The “look ahead” option makes it easier to find items. • Advanced Logic Support- You can use AND/OR conditions in searches to create reports. • Inventory and Usage Details- Including MS SQL Server and DB2
  • 35. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Cloud Lifecycle Success Plan Oracle Confidential 36 • Map out your infrastructure requirement • physical and virtual networks, storage arrays, applications , etc. • You can generate consolidation advisories that include plans to: • Physical to Virtual (P2V) • Physical to Physical (P2P) • Physical to an Exadata • Plan out: • Infrastructure-as-a-Service (IaaS) • Database-as-a-Service (DBaaS) • Middleware-as-a-Service (MWaaS) clouds
  • 36. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | If You Don’t Use DBaaS for Clones…. • Transportable tablespaces? • Datapump? • Copying of files to cloud locations? • SERIOUSLY? Oracle Confidential 37
  • 37. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Simplify with Hybrid Cloud Oracle Confidential 38
  • 38. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Ease of Management Oracle Confidential 39
  • 39. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Forget about it…. Oracle Confidential 40
  • 40. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Register External Storage Solutions • Supports NAS and NFS • Add Storage for VM’s easily Oracle Confidential 41 following software components can be stored in the storage repository: ■ Oracle VM Templates ■ Oracle Virtual Assemblies ■ ISOs ■ Virtual Disks ■ VM Files
  • 41. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Engineered Systems • Automate patching with patchsets on Exadata and Exalytics, which includes patch recommendations, auto patch download. • VM provisioning on Exadata 12.1.2.1.0 virtualization is now supported and provides an efficient, completely automated mechanism for scheduled mass deployments. • Administrators can now perform all of this from the Cloud Console.
  • 42. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | EM13c VM Manager • If you had Oracle VM Manager 3.0.x registered with Enterprise Manager previously and had upgraded it to higher versions 3.1.x or 3.2.1, you must update the Oracle VM Manager URL. Oracle Confidential 43
  • 43. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Keep in Mind • You must upgrade your repository database to 12.1.0.2 along with the EM when going to EM13c. • Ensure your EM environment is healthy by running a full EM Diagnostics on your environment before taking on an upgrade: $repvfy diag all • Ensure you’ve sized your EM environment properly. If you’re running on the same server you ran EM10g, probably not….  Oracle Confidential 44
  • 44. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Questions? Oracle Confidential 45
  • 45. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Confidential 46 Connect with me via Social Media: