SlideShare una empresa de Scribd logo
1 de 84
Descargar para leer sin conexión
OEM12c Overview for DBA
Francisco Munoz Alvarez
LAOUC, CLOUG & NZOUG President
IOUC LA Spokesperson
8/9/10g/11g OCP, RAC OCE, AS OCA, E-Business OCP, SQL/PLSQL OCA, Oracle 7 OCM
Oracle 7, 11GR2 & OVM 3.1 Beta Tester
ITIL Certified
2010 Oracle Ace Director of the year by Oracle Magazine
Born here

Grow up
here

Got Married Here

DBIS - Copyright 2010

Mature
here

Now Living here

2
AGENDA
1. Introduction to OEM12C
2. How to Install
3. Troubleshooting
4. Tips
5. Licensing Information
Introduction
Complete Cloud Lifecycle Management
Plan

Optimize
Meter &
Charge

Setup
Applications and
Business Services
Platform as a Service
DBaaS

Manage

MWaaS

Build

Infrastructure
as a Service

Test
Monitor
Deploy
Plan and Setup the Cloud Environment
• Discover IT assets
• Plan capacity and
consolidation
• Setup cloud services
• Define access rules and
controls

PLAN & SETUP
Package Multi-tier Enterprise
Applications
Oracle Virtual Assembly Builder

HTTP

HTTP

OVM

Package Into
Single Assembly

OVM

WLS
OVM

DB
OVM

Metadata

Upload to Software
Library

Deploy Self-Service

Oracle Enterprise Manager

Capture Complete
Application Topology

BUILT
Test Applications End-to-End
Automate Application, Middleware and Database Testing
Testing Application
Changes

Oracle Functional
Testing

Oracle Load
Testing

Oracle Test
Manager

Testing Infrastructure
Changes

SQL Performance
Analyzer

Database Replay

Application
Replay

Test Data and Lab
Management

Data Masking

Data Discovery
and Modeling

Data Subsetting

Synthetic Workload Production Workload Test Data Management
TEST
Self-Service Access
Self-Service Freedom, Professional Control
• Infrastructure-as-a-Service
(IaaS)
– x86 and SPARC

• Platform-as-a-Service
(PaaS)
– Database (DBaaS), Java,….
– Physical and virtual
environment support

• Out-of-box Portal and APIs
DEPLOY
Monitor and Manage Cloud
Operations
• Track resource flux, tenants,
policy violations, etc
• Monitor requests and failures
• Manage resource and capacity
utilization
• Automatic, policy driven
elasticity

MONITOR & MANAGE
Meter, Charge and Optimize Cloud
Services
• Application-to-Disk resource
metering
• Chargeback/Showback
• Oracle Billing and Revenue
Management (BRM)
Integration
• Optimize performance,
capacity, QoS, costs…
METER -CHARGE & OPERATIONS
RELIABILITY
PERFORMANCE

SECURITY

SUPPORT
Fusion Applications Management
Deep, Integrated, Business-Driven

• Application discovery,
modeling and monitoring
• Integrated business-IT
view
• Performance,
configuration and lifecycle
management
Middleware Management
New Automation to Lower TCO

• Deep and integrated
application performance
management
–
–
–
–

Middleware diagnostics advisor
Automatic metric correlation
Multi-domain log viewer
Routing topology

• Provisioning Automation
– Domain scale up, scale-out
– App deploy, undeploy
Database Management

Extending Database Self-Management Leadership

• Advance Performance
Diagnostics
– Real-Time ADDM
– Compare Period ADDM
– Active Session History (ASH)
Analytics

• Mass Database Upgrade
Automation
• Minimal Downtime
Patching
Engineered Systems Management
• Integrated hardware and software
management
– Hardware schematics and alerts
– Integrated and deep software
management
– Hardware and software topology,
configuration management

• Proactive support
– “Phone home”
– Health checks
– Patch and best practices advisory

• Exadata and Exalogic
Proactive Support
My Oracle Support Integration
• Proactive Patch
Advisory
• Certification Checks

My Oracle Support
Knowledge
Management

Problem/SR
Management

Configuration
Management

Knowledge
Management

Problem/SR
Management

Configuration
Management

Performance
Management

Problem
Diagnosis

Provisioning &
Patching

– End-of-life advisory

• Upgrade Planning
and Automation
• Hardware Telemetry
and
Phone Home

Hardware

Databases

Middleware

Applications
New Massively Scalable Framework
Robust, Extensible, Secure
My Oracle Support

Host 1
Agent

Plug-Ins (Database, FMW, Fusion Apps, . .)

Monitoring
Configuration Management

Auto-Push

DB
Plug-In

Management Services

• Better performance
and scalability
• Self-update
• Enhanced security
• New web 2.0 user
interface
• Powerful
configuration
management

Database

FMW
Plug-In

Web Logic

Host 2
Task Automation

Agent
FMW
Plug-In

FA
Plug-In

Security
Oracle Enterprise Manager

Web Logic

Fusion Apps
Installing
OEM12c
When Installing OEM12c
• Read Installation Manual carefully
• Check environment minimum requirements
• Check if environment is certified by Oracle
(Hardware/OS)
• Install OEM12c (12.1.0.1) with the bundle Patch 1
• When running RunInstaller set the correct Host Name
to be used
./runInstaller ORACLE_HOSTNAME=example.com
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
Installing OEM 12c
OEM 12c

DEMO
Troubleshooting
Stuck on Configuration Requeriments
Where to find it
Solution
Remove Previous DB Control Schema
Troubleshooting - Solution
Change Hostname or IP Address
1) Set $ORACLE_HOSTNAME to the old hostname:
[oracle]$ export ORACLE_HOSTNAME=oc-oracle-prod.com
2) De-configure the old DB Console by running the following command:
[oracle]$ $ORACLE_HOME/bin/emca-deconfig dbcontrol db
STARTED EMCA at Jul 20, 2012 10:27:25 AM
EM Configuration Assistant, Version 11.2.0.3.0 Production
Copyright (c) 2003, 2011, Oracle. All rights reserved.
Enter the following information:
Database SID: COLD
Do you wish to continue? [yes(Y)/no(N)]: Y
log4j:WARN No appenders could be found for logger (emSDK.config). log4j:WARN
Please initialize the log4j system properly.
Jul 20, 2012 10:27:38 AM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at
/u01/app/oracle/cfgtoollogs/emca/COLD/emca_2012_07_20_10_27_24.log.
Jul 20, 2012 10:27:38 AM oracle.sysman.emcp.util.DBControlUtil stopOMS INFO:
Stopping Database Control (this may take a while) ...
Enterprise Manager configuration completed successfully
FINISHED EMCA at Jul 20, 2012 10:27:53 AM
[oracle]$
Change Hostname or IP Address
(Cont.)
3) Un-set $ORACLE_HOSTNAME in the environment, in other words, set $ORACLE_HOSTNAME to the new
hostname:
[oracle]$ export ORACLE_HOSTNAME=oracle-prod.com
4) Configure the new DB Console:
[oracle]$ $ORACLE_HOME/bin/emca -config dbcontrol db -repos recreate
STARTED EMCA at Jul 20, 2012 10:28:49 AM
EM Configuration Assistant, Version 11.2.0.3.0 Production
Copyright (c) 2003, 2011, Oracle. All rights reserved.
Enter the following information:
Database SID: COLD
Listener port number: 1521
Listener ORACLE_HOME [ /u01/app/oracle/product/11.2.0.3/db_1 ]:
Password for SYS user:
Password for DBSNMP user:
Password for SYSMAN user:
Email address for notifications (optional):
Outgoing Mail (SMTP) server for notifications (optional):
----------------------------------------------------------------You have specified the following settings
Database ORACLE_HOME................ /u01/app/oracle/product/11.2.0.3/db_1
Local hostname ................ col-oracle-prod.lakros.com
Listener ORACLE_HOME ................ /u01/app/oracle/product/11.2.0.3/db_1
Listener port number ................ 1521
Database SID ................ COLD
Email address for notifications ...............
Outgoing Mail (SMTP) server for notifications ...............
----------------------------------------------------------------WARNING : While repository is dropped the database will be put in quiesce mode.
---------------------------------------------------------------------Do you wish to continue? [yes(Y)/no(N)]: Y
Change Hostname or IP Address
(Cont.)
Jul 20, 2012 10:29:34 AM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at
/u01/app/oracle/cfgtoollogs/emca/COLDFX/emca_2012_07_20_10_28_49.log.
Jul 20, 2012 10:29:35 AM oracle.sysman.emcp.EMReposConfig invoke
INFO: Dropping the EM repository (this may take a while) ...
Jul 20, 2012 10:31:10 AM oracle.sysman.emcp.EMReposConfig invoke
INFO: Repository successfully dropped Jul 20, 2012 10:31:11 AM
oracle.sysman.emcp.EMReposConfig createRepository
INFO: Creating the EM repository (this may take a while) ...
Jul 20, 2012 10:37:48 AM oracle.sysman.emcp.EMReposConfig invoke
INFO: Repository successfully created Jul 20, 2012 10:37:52 AM
oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
INFO: Uploading configuration data to EM repository (this may take a while) ...
Jul 20, 2012 10:39:32 AM oracle.sysman.emcp.EMReposConfig invoke
INFO: Uploaded configuration data successfully Jul 20, 2012 10:39:37 AM
oracle.sysman.emcp.util.DBControlUtil secureDBConsole
INFO: Securing Database Control (this may take a while) ...
Jul 20, 2012 10:40:03 AM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
INFO: Database Control secured successfully. Jul 20, 2012 10:40:03 AM
oracle.sysman.emcp.util.DBControlUtil startOMS
INFO: Starting Database Control (this may take a while) ...
Jul 20, 2012 10:40:32 AM oracle.sysman.emcp.EMDBPostConfig performConfiguration
INFO: Database Control started successfully Jul 20, 2012 10:40:32 AM
oracle.sysman.emcp.EMDBPostConfig performConfiguration
INFO: >>>>>>>>>>> The Database Control URL is https://col-oracle-prod.lakros.com:5500/em
Jul 20, 2012 10:40:36 AM oracle.sysman.emcp.EMDBPostConfig invoke
WARNING:
************************ WARNING ************************
Management Repository has been placed in secure mode wherein Enterprise Manager data will be
encrypted. The encryption key has been placed in the file:
/u01/app/oracle/product/11.2.0.3/db_1/oracle-prod.com_COLD/sysman/config/emkey.ora.
Ensure this file is backed up as the encrypted data will become unusable if this file is lost.
***********************************************************
Enterprise Manager configuration completed successfully FINISHED EMCA at Jul 20, 2012 10:40:36 AM
[oracle@col-oracle-prod bin]$
Change Hostname or IP Address
(Cont.)
If using Oracle RAC you need to replace the step s 2 and 4 for:
[oracle]$ $ORACLE_HOME/bin/emca -deconfig dbcontrol db -cluster
[oracle]$ $ORACLE_HOME/bin/emca -config dbcontrol db -repos recreate -cluster
Some Tips
Status, Start and Stop Scripts
[oracle@RVRWPDOEMT01 ~]$ cat startOEM12c.sh
export OMS_HOME=/u01/app/oracle/OEM12C/oms
export AGENT_HOME=/u01/app/oracle/OEM12C/agent/core/12.1.0.1.0
$OMS_HOME/bin/emctl start oms
$AGENT_HOME/bin/emctl start agent
[oracle@RVRWPDOEMT01 ~]$
[oracle@RVRWPDOEMT01 ~]$ cat statusOEM12c.sh
export AGENT_HOME=/u01/app/oracle/OEM12C/agent/core/12.1.0.1.0
$AGENT_HOME/bin/emctl status agent
[oracle@RVRWPDOEMT01 ~]$
[oracle@RVRWPDOEMT01 ~]$ cat stopOEM12c.sh
export ORACLE_HOME=/u01/app/oracle/product/11.2.3/db_1
export OMS_HOME=/u01/app/oracle/OEM12C/oms
export AGENT_HOME=/u01/app/oracle/OEM12C/agent/core/12.1.0.1.0
$OMS_HOME/bin/emctl stop oms -all
$AGENT_HOME/bin/emctl stop agent
[oracle@RVRWPDOEMT01 ~]$
Backup of Admin Server
Licensing
OEM12c Licensing
What us included for free
OEM12c Licensing
What you need to pay for
OEM12c Licensing
Prices and Package Changes with OEM12c
OEM12c Licensing
Prices and Package Changes with OEM12c
OEM12c Licensing
New Products with OEM12c
OEM12c Licensing
OEM Licensable Products
OEM12c Licensing
OEM Licensable Products
OEM12c Licensing
OEM Licensable Products
OEM12c Licensing
OEM Licensable Products
OEM12c Licensing
OEM DB Packs
OEM12c Licensing
OEM DB Packs
OEM12c Licensing
OEM DB Packs
OEM12c Licensing
OEM DB Packs
OEM12c Licensing
OEM DB Packs
OEM12c Licensing
OEM DB Packs
Questions?
Thank you !

Más contenido relacionado

La actualidad más candente

Data guard architecture
Data guard architectureData guard architecture
Data guard architecture
Vimlendu Kumar
 

La actualidad más candente (20)

Introducing Oracle Audit Vault and Database Firewall
Introducing Oracle Audit Vault and Database FirewallIntroducing Oracle Audit Vault and Database Firewall
Introducing Oracle Audit Vault and Database Firewall
 
Oracle Enterprise Manager
Oracle Enterprise ManagerOracle Enterprise Manager
Oracle Enterprise Manager
 
The Oracle RAC Family of Solutions - Presentation
The Oracle RAC Family of Solutions - PresentationThe Oracle RAC Family of Solutions - Presentation
The Oracle RAC Family of Solutions - Presentation
 
Data guard oracle
Data guard oracleData guard oracle
Data guard oracle
 
Understanding oracle rac internals part 1 - slides
Understanding oracle rac internals   part 1 - slidesUnderstanding oracle rac internals   part 1 - slides
Understanding oracle rac internals part 1 - slides
 
Dataguard presentation
Dataguard presentationDataguard presentation
Dataguard presentation
 
Why oracle data guard new features in oracle 18c, 19c
Why oracle data guard new features in oracle 18c, 19cWhy oracle data guard new features in oracle 18c, 19c
Why oracle data guard new features in oracle 18c, 19c
 
What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1
 
MAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the CloudMAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the Cloud
 
Step by Step Restore rman to different host
Step by Step Restore rman to different hostStep by Step Restore rman to different host
Step by Step Restore rman to different host
 
Oracle Data Protection - 2. část
Oracle Data Protection - 2. částOracle Data Protection - 2. část
Oracle Data Protection - 2. část
 
Oracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONOracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLON
 
TFA Collector - what can one do with it
TFA Collector - what can one do with it TFA Collector - what can one do with it
TFA Collector - what can one do with it
 
Oracle RAC 19c - the Basis for the Autonomous Database
Oracle RAC 19c - the Basis for the Autonomous DatabaseOracle RAC 19c - the Basis for the Autonomous Database
Oracle RAC 19c - the Basis for the Autonomous Database
 
Fast Start Failover DataGuard
Fast Start Failover DataGuardFast Start Failover DataGuard
Fast Start Failover DataGuard
 
Zero Data Loss Recovery Appliance - Deep Dive
Zero Data Loss Recovery Appliance - Deep DiveZero Data Loss Recovery Appliance - Deep Dive
Zero Data Loss Recovery Appliance - Deep Dive
 
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the Cloud
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the CloudOracle RAC Virtualized - In VMs, in Containers, On-premises, and in the Cloud
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the Cloud
 
Oracle RAC 19c with Standard Edition (SE) 2 - Support Update
Oracle RAC 19c with Standard Edition (SE) 2 - Support UpdateOracle RAC 19c with Standard Edition (SE) 2 - Support Update
Oracle RAC 19c with Standard Edition (SE) 2 - Support Update
 
Data guard architecture
Data guard architectureData guard architecture
Data guard architecture
 
OOW16 - Oracle Enterprise Manager 13c Cloud Control for Managing Oracle E-Bus...
OOW16 - Oracle Enterprise Manager 13c Cloud Control for Managing Oracle E-Bus...OOW16 - Oracle Enterprise Manager 13c Cloud Control for Managing Oracle E-Bus...
OOW16 - Oracle Enterprise Manager 13c Cloud Control for Managing Oracle E-Bus...
 

Similar a Oracle Enterprise Manager 12c - OEM12c Presentation

Oracle Solaris 11.1 New Features
Oracle Solaris 11.1 New FeaturesOracle Solaris 11.1 New Features
Oracle Solaris 11.1 New Features
Orgad Kimchi
 
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
LarryZaman
 
Ebs performance tune2_con9030_pdf_9030_0002
Ebs performance tune2_con9030_pdf_9030_0002Ebs performance tune2_con9030_pdf_9030_0002
Ebs performance tune2_con9030_pdf_9030_0002
jucaab
 
Muhammad Hameed Chaudhry
Muhammad Hameed ChaudhryMuhammad Hameed Chaudhry
Muhammad Hameed Chaudhry
Aamir Chaudhry
 
OOW09 Ebs Tuning Final
OOW09 Ebs Tuning FinalOOW09 Ebs Tuning Final
OOW09 Ebs Tuning Final
jucaab
 

Similar a Oracle Enterprise Manager 12c - OEM12c Presentation (20)

Extreme replication at IOUG Collaborate 15
Extreme replication at IOUG Collaborate 15Extreme replication at IOUG Collaborate 15
Extreme replication at IOUG Collaborate 15
 
Oracle Solaris 11.1 New Features
Oracle Solaris 11.1 New FeaturesOracle Solaris 11.1 New Features
Oracle Solaris 11.1 New Features
 
AMIS Oracle OpenWorld 2013 Review Part 1 - Intro Overview Innovation, Hardwar...
AMIS Oracle OpenWorld 2013 Review Part 1 - Intro Overview Innovation, Hardwar...AMIS Oracle OpenWorld 2013 Review Part 1 - Intro Overview Innovation, Hardwar...
AMIS Oracle OpenWorld 2013 Review Part 1 - Intro Overview Innovation, Hardwar...
 
Clone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13c
Clone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13cClone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13c
Clone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13c
 
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
 
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
 
UKOUG Tech15 - Deploying Oracle 12c Cloud Control in Maximum Availability Arc...
UKOUG Tech15 - Deploying Oracle 12c Cloud Control in Maximum Availability Arc...UKOUG Tech15 - Deploying Oracle 12c Cloud Control in Maximum Availability Arc...
UKOUG Tech15 - Deploying Oracle 12c Cloud Control in Maximum Availability Arc...
 
Things learned from OpenWorld 2013
Things learned from OpenWorld 2013Things learned from OpenWorld 2013
Things learned from OpenWorld 2013
 
Migrating to Database 12c Multitenant - New Opportunities To Get It Right!
Migrating to Database 12c Multitenant - New Opportunities To Get It Right!Migrating to Database 12c Multitenant - New Opportunities To Get It Right!
Migrating to Database 12c Multitenant - New Opportunities To Get It Right!
 
GLOC 2014 NEOOUG - R12 Upgrade Downtime Reduction
GLOC 2014 NEOOUG - R12 Upgrade Downtime ReductionGLOC 2014 NEOOUG - R12 Upgrade Downtime Reduction
GLOC 2014 NEOOUG - R12 Upgrade Downtime Reduction
 
EM12C High Availability without SLB and RAC
EM12C High Availability without SLB and RACEM12C High Availability without SLB and RAC
EM12C High Availability without SLB and RAC
 
Ebs performance tune2_con9030_pdf_9030_0002
Ebs performance tune2_con9030_pdf_9030_0002Ebs performance tune2_con9030_pdf_9030_0002
Ebs performance tune2_con9030_pdf_9030_0002
 
Ramesh_Oracle_DBA
Ramesh_Oracle_DBARamesh_Oracle_DBA
Ramesh_Oracle_DBA
 
Muhammad Hameed Chaudhry
Muhammad Hameed ChaudhryMuhammad Hameed Chaudhry
Muhammad Hameed Chaudhry
 
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
 
OOW09 Ebs Tuning Final
OOW09 Ebs Tuning FinalOOW09 Ebs Tuning Final
OOW09 Ebs Tuning Final
 
E business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administratorsE business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administrators
 
E business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administratorsE business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administrators
 
Nové vlastnosti Oracle Database Appliance
Nové vlastnosti Oracle Database ApplianceNové vlastnosti Oracle Database Appliance
Nové vlastnosti Oracle Database Appliance
 
Overview of Oracle Product Portfolio (focus on Platform) - April, 2017
Overview of Oracle Product Portfolio (focus on Platform) - April, 2017Overview of Oracle Product Portfolio (focus on Platform) - April, 2017
Overview of Oracle Product Portfolio (focus on Platform) - April, 2017
 

Más de Francisco Alvarez

Más de Francisco Alvarez (11)

11g New Features and Enhancements for Backup and Recovery
11g New Features and Enhancements for Backup and Recovery11g New Features and Enhancements for Backup and Recovery
11g New Features and Enhancements for Backup and Recovery
 
Don't be afraid of auditors - Presentation
Don't be afraid of auditors - PresentationDon't be afraid of auditors - Presentation
Don't be afraid of auditors - Presentation
 
White Paper - What is new at 11g for Backup and Recovery
White Paper - What is new at 11g for Backup and RecoveryWhite Paper - What is new at 11g for Backup and Recovery
White Paper - What is new at 11g for Backup and Recovery
 
White Paper, How to improve your Oracle career
White Paper, How to improve your Oracle careerWhite Paper, How to improve your Oracle career
White Paper, How to improve your Oracle career
 
White Paper - Why Use Oracle VM for Oracle Databases
White Paper - Why Use Oracle VM for Oracle DatabasesWhite Paper - Why Use Oracle VM for Oracle Databases
White Paper - Why Use Oracle VM for Oracle Databases
 
Why Use Oracle VM for Oracle Databases? Revera Presentation
Why Use Oracle VM for Oracle Databases? Revera PresentationWhy Use Oracle VM for Oracle Databases? Revera Presentation
Why Use Oracle VM for Oracle Databases? Revera Presentation
 
Oracle Security Presentation
Oracle Security PresentationOracle Security Presentation
Oracle Security Presentation
 
Magic With Oracle - Presentation
Magic With Oracle - PresentationMagic With Oracle - Presentation
Magic With Oracle - Presentation
 
Why everyone speaks about DR but only few use it?
Why everyone speaks about DR but only few use it?Why everyone speaks about DR but only few use it?
Why everyone speaks about DR but only few use it?
 
DBA Tips and Tricks - Presentation
DBA Tips and Tricks - PresentationDBA Tips and Tricks - Presentation
DBA Tips and Tricks - Presentation
 
What is new on 12c for Backup and Recovery? Presentation
What is new on 12c for Backup and Recovery? PresentationWhat is new on 12c for Backup and Recovery? Presentation
What is new on 12c for Backup and Recovery? Presentation
 

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Último (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 

Oracle Enterprise Manager 12c - OEM12c Presentation

  • 1. OEM12c Overview for DBA Francisco Munoz Alvarez LAOUC, CLOUG & NZOUG President IOUC LA Spokesperson 8/9/10g/11g OCP, RAC OCE, AS OCA, E-Business OCP, SQL/PLSQL OCA, Oracle 7 OCM Oracle 7, 11GR2 & OVM 3.1 Beta Tester ITIL Certified 2010 Oracle Ace Director of the year by Oracle Magazine
  • 2. Born here Grow up here Got Married Here DBIS - Copyright 2010 Mature here Now Living here 2
  • 3. AGENDA 1. Introduction to OEM12C 2. How to Install 3. Troubleshooting 4. Tips 5. Licensing Information
  • 5. Complete Cloud Lifecycle Management Plan Optimize Meter & Charge Setup Applications and Business Services Platform as a Service DBaaS Manage MWaaS Build Infrastructure as a Service Test Monitor Deploy
  • 6. Plan and Setup the Cloud Environment • Discover IT assets • Plan capacity and consolidation • Setup cloud services • Define access rules and controls PLAN & SETUP
  • 7. Package Multi-tier Enterprise Applications Oracle Virtual Assembly Builder HTTP HTTP OVM Package Into Single Assembly OVM WLS OVM DB OVM Metadata Upload to Software Library Deploy Self-Service Oracle Enterprise Manager Capture Complete Application Topology BUILT
  • 8. Test Applications End-to-End Automate Application, Middleware and Database Testing Testing Application Changes Oracle Functional Testing Oracle Load Testing Oracle Test Manager Testing Infrastructure Changes SQL Performance Analyzer Database Replay Application Replay Test Data and Lab Management Data Masking Data Discovery and Modeling Data Subsetting Synthetic Workload Production Workload Test Data Management TEST
  • 9. Self-Service Access Self-Service Freedom, Professional Control • Infrastructure-as-a-Service (IaaS) – x86 and SPARC • Platform-as-a-Service (PaaS) – Database (DBaaS), Java,…. – Physical and virtual environment support • Out-of-box Portal and APIs DEPLOY
  • 10. Monitor and Manage Cloud Operations • Track resource flux, tenants, policy violations, etc • Monitor requests and failures • Manage resource and capacity utilization • Automatic, policy driven elasticity MONITOR & MANAGE
  • 11. Meter, Charge and Optimize Cloud Services • Application-to-Disk resource metering • Chargeback/Showback • Oracle Billing and Revenue Management (BRM) Integration • Optimize performance, capacity, QoS, costs… METER -CHARGE & OPERATIONS
  • 13. Fusion Applications Management Deep, Integrated, Business-Driven • Application discovery, modeling and monitoring • Integrated business-IT view • Performance, configuration and lifecycle management
  • 14. Middleware Management New Automation to Lower TCO • Deep and integrated application performance management – – – – Middleware diagnostics advisor Automatic metric correlation Multi-domain log viewer Routing topology • Provisioning Automation – Domain scale up, scale-out – App deploy, undeploy
  • 15. Database Management Extending Database Self-Management Leadership • Advance Performance Diagnostics – Real-Time ADDM – Compare Period ADDM – Active Session History (ASH) Analytics • Mass Database Upgrade Automation • Minimal Downtime Patching
  • 16. Engineered Systems Management • Integrated hardware and software management – Hardware schematics and alerts – Integrated and deep software management – Hardware and software topology, configuration management • Proactive support – “Phone home” – Health checks – Patch and best practices advisory • Exadata and Exalogic
  • 17. Proactive Support My Oracle Support Integration • Proactive Patch Advisory • Certification Checks My Oracle Support Knowledge Management Problem/SR Management Configuration Management Knowledge Management Problem/SR Management Configuration Management Performance Management Problem Diagnosis Provisioning & Patching – End-of-life advisory • Upgrade Planning and Automation • Hardware Telemetry and Phone Home Hardware Databases Middleware Applications
  • 18. New Massively Scalable Framework Robust, Extensible, Secure My Oracle Support Host 1 Agent Plug-Ins (Database, FMW, Fusion Apps, . .) Monitoring Configuration Management Auto-Push DB Plug-In Management Services • Better performance and scalability • Self-update • Enhanced security • New web 2.0 user interface • Powerful configuration management Database FMW Plug-In Web Logic Host 2 Task Automation Agent FMW Plug-In FA Plug-In Security Oracle Enterprise Manager Web Logic Fusion Apps
  • 20. When Installing OEM12c • Read Installation Manual carefully • Check environment minimum requirements • Check if environment is certified by Oracle (Hardware/OS) • Install OEM12c (12.1.0.1) with the bundle Patch 1 • When running RunInstaller set the correct Host Name to be used ./runInstaller ORACLE_HOSTNAME=example.com
  • 55. Stuck on Configuration Requeriments
  • 58. Remove Previous DB Control Schema
  • 60. Change Hostname or IP Address 1) Set $ORACLE_HOSTNAME to the old hostname: [oracle]$ export ORACLE_HOSTNAME=oc-oracle-prod.com 2) De-configure the old DB Console by running the following command: [oracle]$ $ORACLE_HOME/bin/emca-deconfig dbcontrol db STARTED EMCA at Jul 20, 2012 10:27:25 AM EM Configuration Assistant, Version 11.2.0.3.0 Production Copyright (c) 2003, 2011, Oracle. All rights reserved. Enter the following information: Database SID: COLD Do you wish to continue? [yes(Y)/no(N)]: Y log4j:WARN No appenders could be found for logger (emSDK.config). log4j:WARN Please initialize the log4j system properly. Jul 20, 2012 10:27:38 AM oracle.sysman.emcp.EMConfig perform INFO: This operation is being logged at /u01/app/oracle/cfgtoollogs/emca/COLD/emca_2012_07_20_10_27_24.log. Jul 20, 2012 10:27:38 AM oracle.sysman.emcp.util.DBControlUtil stopOMS INFO: Stopping Database Control (this may take a while) ... Enterprise Manager configuration completed successfully FINISHED EMCA at Jul 20, 2012 10:27:53 AM [oracle]$
  • 61. Change Hostname or IP Address (Cont.) 3) Un-set $ORACLE_HOSTNAME in the environment, in other words, set $ORACLE_HOSTNAME to the new hostname: [oracle]$ export ORACLE_HOSTNAME=oracle-prod.com 4) Configure the new DB Console: [oracle]$ $ORACLE_HOME/bin/emca -config dbcontrol db -repos recreate STARTED EMCA at Jul 20, 2012 10:28:49 AM EM Configuration Assistant, Version 11.2.0.3.0 Production Copyright (c) 2003, 2011, Oracle. All rights reserved. Enter the following information: Database SID: COLD Listener port number: 1521 Listener ORACLE_HOME [ /u01/app/oracle/product/11.2.0.3/db_1 ]: Password for SYS user: Password for DBSNMP user: Password for SYSMAN user: Email address for notifications (optional): Outgoing Mail (SMTP) server for notifications (optional): ----------------------------------------------------------------You have specified the following settings Database ORACLE_HOME................ /u01/app/oracle/product/11.2.0.3/db_1 Local hostname ................ col-oracle-prod.lakros.com Listener ORACLE_HOME ................ /u01/app/oracle/product/11.2.0.3/db_1 Listener port number ................ 1521 Database SID ................ COLD Email address for notifications ............... Outgoing Mail (SMTP) server for notifications ............... ----------------------------------------------------------------WARNING : While repository is dropped the database will be put in quiesce mode. ---------------------------------------------------------------------Do you wish to continue? [yes(Y)/no(N)]: Y
  • 62. Change Hostname or IP Address (Cont.) Jul 20, 2012 10:29:34 AM oracle.sysman.emcp.EMConfig perform INFO: This operation is being logged at /u01/app/oracle/cfgtoollogs/emca/COLDFX/emca_2012_07_20_10_28_49.log. Jul 20, 2012 10:29:35 AM oracle.sysman.emcp.EMReposConfig invoke INFO: Dropping the EM repository (this may take a while) ... Jul 20, 2012 10:31:10 AM oracle.sysman.emcp.EMReposConfig invoke INFO: Repository successfully dropped Jul 20, 2012 10:31:11 AM oracle.sysman.emcp.EMReposConfig createRepository INFO: Creating the EM repository (this may take a while) ... Jul 20, 2012 10:37:48 AM oracle.sysman.emcp.EMReposConfig invoke INFO: Repository successfully created Jul 20, 2012 10:37:52 AM oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository INFO: Uploading configuration data to EM repository (this may take a while) ... Jul 20, 2012 10:39:32 AM oracle.sysman.emcp.EMReposConfig invoke INFO: Uploaded configuration data successfully Jul 20, 2012 10:39:37 AM oracle.sysman.emcp.util.DBControlUtil secureDBConsole INFO: Securing Database Control (this may take a while) ... Jul 20, 2012 10:40:03 AM oracle.sysman.emcp.util.DBControlUtil secureDBConsole INFO: Database Control secured successfully. Jul 20, 2012 10:40:03 AM oracle.sysman.emcp.util.DBControlUtil startOMS INFO: Starting Database Control (this may take a while) ... Jul 20, 2012 10:40:32 AM oracle.sysman.emcp.EMDBPostConfig performConfiguration INFO: Database Control started successfully Jul 20, 2012 10:40:32 AM oracle.sysman.emcp.EMDBPostConfig performConfiguration INFO: >>>>>>>>>>> The Database Control URL is https://col-oracle-prod.lakros.com:5500/em Jul 20, 2012 10:40:36 AM oracle.sysman.emcp.EMDBPostConfig invoke WARNING: ************************ WARNING ************************ Management Repository has been placed in secure mode wherein Enterprise Manager data will be encrypted. The encryption key has been placed in the file: /u01/app/oracle/product/11.2.0.3/db_1/oracle-prod.com_COLD/sysman/config/emkey.ora. Ensure this file is backed up as the encrypted data will become unusable if this file is lost. *********************************************************** Enterprise Manager configuration completed successfully FINISHED EMCA at Jul 20, 2012 10:40:36 AM [oracle@col-oracle-prod bin]$
  • 63. Change Hostname or IP Address (Cont.) If using Oracle RAC you need to replace the step s 2 and 4 for: [oracle]$ $ORACLE_HOME/bin/emca -deconfig dbcontrol db -cluster [oracle]$ $ORACLE_HOME/bin/emca -config dbcontrol db -repos recreate -cluster
  • 65. Status, Start and Stop Scripts [oracle@RVRWPDOEMT01 ~]$ cat startOEM12c.sh export OMS_HOME=/u01/app/oracle/OEM12C/oms export AGENT_HOME=/u01/app/oracle/OEM12C/agent/core/12.1.0.1.0 $OMS_HOME/bin/emctl start oms $AGENT_HOME/bin/emctl start agent [oracle@RVRWPDOEMT01 ~]$ [oracle@RVRWPDOEMT01 ~]$ cat statusOEM12c.sh export AGENT_HOME=/u01/app/oracle/OEM12C/agent/core/12.1.0.1.0 $AGENT_HOME/bin/emctl status agent [oracle@RVRWPDOEMT01 ~]$ [oracle@RVRWPDOEMT01 ~]$ cat stopOEM12c.sh export ORACLE_HOME=/u01/app/oracle/product/11.2.3/db_1 export OMS_HOME=/u01/app/oracle/OEM12C/oms export AGENT_HOME=/u01/app/oracle/OEM12C/agent/core/12.1.0.1.0 $OMS_HOME/bin/emctl stop oms -all $AGENT_HOME/bin/emctl stop agent [oracle@RVRWPDOEMT01 ~]$
  • 66. Backup of Admin Server
  • 68. OEM12c Licensing What us included for free
  • 69. OEM12c Licensing What you need to pay for
  • 70. OEM12c Licensing Prices and Package Changes with OEM12c
  • 71. OEM12c Licensing Prices and Package Changes with OEM12c