SlideShare a Scribd company logo
Extreme Database Management
New Features for Power DBAs
of DBAs admit doing
nothing to address
performance issues
3
Over 50% of DBAs avoid making
changes to production because of
negatively impacting performance
90% experienced unplanned
downtime resulting from Database
changes NOT properly tested
CHANGEโ€”AVOID OR EMBRACE
4
DATA GROWTH
33% of DBAs handle close to 100
database instances eachโ€”with
data stores expanding by more
than 20% per year
5
Presentation   cloud control enterprise manager 12c
Unresponsive Database Problem
โ€ข How do I diagnose a slow or hung database?
โ€“ If the database is unresponsive, I canโ€™t even
connect!
โ€“ Even if I can connect, I need a diagnosis quickly!
โ€ข Should I just bounce the database?
โ€“ All in-flight operations will be aborted, mid-tier
connections/states will be lost
โ€“ All diagnostic information will be lost
โ€“ โ€œIf I could only know which blocking session to kill!โ€
Real-Time ADDM
โ€ข Real-time analysis of hung or slow database systems
โ€ข Holistically identify global resource contentions and deadlocks
โ€ข Quantified performance impact
โ€ข Precise, actionable recommendations
โ€ข Provide cluster-wide analysis for RAC
Real-Time ADDMโ€”Architecture
Makes a lightweight connection without acquiring additional locks and
resources, bypassing the SQL layer through the agent
Also attempts to initiate standard JDBC connection
Data returned by either connection is analyzed by Real-Time ADDM
EM Agent
JDBC Connection
Diagnostic Connection
ADDM
Analysis
Database
Resource
Constraints
Hangs
Memory Issues
Resource Limits
Reached
Deadlocks
Top Issues Identified
by Real-Time ADDM
Comparative Performance Analysis
โ€ข Performance yesterday was good, today is
terrible, what happened?
โ€ข What changes were made?
โ€ข Is someone running a new batch job?
โ€ข RAC instance 1 is running much faster than
instance 2, whatโ€™s the difference?
โ€ข Is there a workload skew?
โ€ข Did someone make configuration changes?
Presentation   cloud control enterprise manager 12c
Compare Period ADDM: Method
STEP 1:
โ€ข Identify what changed
โ€ข DB configurations, workload changes
STEP 2:
โ€ข Quantify performance differences
โ€ข Uses DB Time as basis for measuring
performance
STEP 3:
โ€ข Identify root cause
โ€ข Correlate performance differences with
changes
Did the Buffer cache get smaller?
Why is there 10% new SQL?
How come Top SQL impact increased by 45%?
Read I/O are up by 55%, why?
Did a buffer cache reduction cause a
read I/O increase?
Active Session History (ASH) Analytics
โ€ข Advanced analysis with graphicalASH
report
โ€ข Select any time period for analysis
โ€ข Analyze performance across many
dimensions
โ€ข Provides visual filtering for recursive drill-
downs
โ€ข Different visualizations: Stacked chart or
Tree Map
โ€ข Collaborate with others using Active
Reports
ASH Analytics Performance Dimensions
SQL
SQL ID
Plan Hash
Operation
OpCode
PL/SQL
PL/SQL
Top Level
PL/SQL
Resources
Wait Class
Wait
Event
Object
Blocking
Session
Identifiers
Instance
Services
User
Session
Parallel
Process
Program
Session
Type
Attributes
Consumer
Group
Module
Action
Client
Trans. ID
ASH
SQL
PL/SQL
Resource
Consump-
tion
Session
Identifiers
Session
Attributes
Presentation   cloud control enterprise manager 12c
Advise
Act
Audit Core Analyze
Database Lifecycle Management
โ€ข Discover
โ€ข Hosts & Applications
โ€ข Dependencies and Relationships
โ€ข Inventory
โ€ข Collect
โ€ข Deep configuration data
โ€ข Parsed Configuration Files
โ€ข Patches installedโ€ข Real-Time Monitoring โ€“ Who/When
โ€ข Compliance Score
โ€ข Best Practices
โ€ข Oracle Recommendations
โ€ข Regulatory ( PCI,Cobit)
โ€ข Report
โ€ข Inventory &Trend
โ€ข Automatic Change Reconciliation
โ€ข Authorization vs Unauthorized
โ€ข Patch Advisories via MOS
โ€ข Upgrade Advisories from MOS
โ€ข Configuration Policy Violations
โ€ข Change/Patch Plans
โ€ข Mass deployment
โ€ข Schema Synchronization
โ€ข Settings, Drift & Policy Actions
โ€ข Configuration Changes
โ€ข Topology guided Impact Analysis
โ€ข Config Comparison for Drift Analysis
โ€ข To Gold & Baseline
โ€ข 1 to 1, 1 to N
โ€ข Target and System
โ€ข DB Change Management
โ€ข Data Comparison
โ€ข Change Plans
โ€ข Patch Conflict and PreReq Analysis
Capture Clone Mask Test
NAME SSN SALARY
AGUILAR 203-33-3234 40,000
BENSON 323-22-2943 60,000
NAME SSN SALARY
SMITH 111-22-3333 60,000
MILLER 112-23-4567 40,000
DB Replay capture files
SQL Tuning Set (STS)
AWR snapshots
Clone prod system
Consistent masking
across tables, capture
files, STS and AWR
snapshots
Securely
replay
workload &
STS
Production Stage Test
Secure Database Testing
Real Application Testing Integration with Data Masking
Test Data Management
Challenges
Error-prone,
manual process
Producing
relationally intact
subset is hard
but necessary
Cannot use
sensitive data in
test without
obfuscation
Full production
copies for test
systems not
cost effective
Data Modeling & Discovery
โ€ข Application Data Model (ADM)
โ€“ Scans application schemas to model relationships between tables and columns
โ€“ Extracts data relationships from Oracle Applications meta-data
โ€“ Stores referential relationships stored in repository
โ€“ Enables Data Masking & Subsetting operations to be application aware
โ€ข Sensitive Data Discovery & Data Masking
โ€“ Pattern-based sensitive data scanning
โ€“ Import from pre-built mask templates
โ€“ Pre-built Data Masking templates for Oracle applications
โ€ข Oracle eBusiness Suite
โ€ข Oracle FusionApplications
โ€ข Automatic data extraction rules from Application Data Model
โ€ข Understand different table types: transactional vs. reference vs. temp tables
โ€ข Subset by percentage of tables or columns (e.g. regions, year) at runtime
โ€ข Estimate subset size before execution
โ€ข Subset 100 GB ๏ƒจ 20 GB in 12 minutes using export method
Data Subsetting
Define new
Application
Data Model
Create
Data
Subset
Definition
Extract
Data
Subset
Export /
Import
In-Place
Delete
TestProduction
Database Upgrade Automation
Plan
โ€ข Detect new DB versions in My Oracle Support
โ€ข Suggest best upgrade path for patch compatibility
โ€ข In-context reference to Upgrade documentation
Analyze
โ€ข Check DB for upgradeability (space, version, etc.)
โ€ข Support upgrade from 10.2.0.4+ to 11.2
Deploy
โ€ข Mass deploy binaries to targets and create out-of-
place copies
โ€ข Upgrade process can be paused/resumed
Switch
โ€ข Switch instances to new installations
โ€ข Easy switchback if needed
Presentation   cloud control enterprise manager 12c
Consolidation Planner
Determines candidates for consolidation
โ€ข Identifies under and over-utilized server
โ€ข Identifies ideal placements
โ€ข Works for physical and virtual environments
Benefits
โ€ข Maximizes server density
โ€ข Minimizes resource contention
โ€ข Maintains performance commitment
โ€ข Satisfies business, compliance, and technical constraints
Consolidation Planner
โ€ข Leverages resource utilization and
configuration data from Enterprise
Manager repository
โ€“ CPU, memory, storage, network
โ€“ Over a representative period
Administrator specifies servers and
constraints for workload migration
โ€“ Physical/virtual servers
โ€“ Existing/planned servers
โ€“ Business/technical constraints
Detailed analysis on different scenarios
of consolidated workloads
27 Copyright ยฉ 2011, Oracle and/or itsaffiliates. All rights
reserved.
Oracle Exadata
Optimized for Database Consolidation
Exadata serves as cloud for databases
Large memory enables many
databases to be consolidated
Extreme performance for complex
workloads that mix OLTP, DW, batch,
reporting
I/O and CPU resource management
isolates workloads
Exadata Management
Integrated Management of Hardware and Software
โ€ข Hardware view
โ€ข Schematic of Storage cells, Database
Servers (compute nodes) & switches
โ€ข Hardware components alerts
โ€ข Software/system view
โ€ข Performance, availability, usage by
databases, services, clusters
โ€ข Software alerts from db, cluster, ASM
โ€ข Topology view of DB systems/clusters
โ€ข Configuration view
โ€ข Version summary of all components
along with patch recommendations
Storage Cell Performance
โ€ข Drill down from
database performance
page
โ€ข Composite cell health
indicators
โ€ข Helps triage
โ€ข Load imbalance
โ€ข ASM problems
โ€ข Cell configuration
issues
โ€ข Cell software or
hardware failures
โ€ข Network failures
Storage Cell Management
โ€ข Storage Cell monitoring and administration support
โ€“ Cell Home page and performance pages
โ€“ Actions supported: Start/stop Cell, verify connectivity, setup SSH, execute Cellcli on cells
โ€“ Setup IORM for database targets
โ€ข Management by Cell Group
โ€“ All cells used by a database automatically placed in a group
โ€“ Cell Group level administration operations (batch job monitoring)
Infiniband Network Monitoring
โ€ข Infiniband network and switches as EM
targets
โ€ข Network home page and performance page โ€“
real time and historical
โ€ข Network topology view
โ€ข Perform admin tasks such as enable/disable
port, clear performance/error counters
Full monitoring
โ€ข Alerts (switch generated and EM
generated)
โ€ข Performance metrics
โ€ข Configuration metrics โ€“ detect and
notify configuration changes/best
practice violations
Presentation   cloud control enterprise manager 12c
Presentation   cloud control enterprise manager 12c
Database Cloud Setup and Resource Monitoring
โ€ข Manage zones and underlying
resources (databases, Server
Pools, VMs)
โ€“ Track resource flux, tenants,
policy violations, etc
โ€“ Drill down into individual
resources for deeper
monitoring
โ€ข Monitor requests and failure
rates and identify potential
bottlenecks to remediate
35 Copyright ยฉ 2011, Oracle and/or itsaffiliates. All rights
reserved.
Database User Privileges
Challenge
Self Service works over shared
resources
SYS and SYSTEM are too powerful to
be shared with SSA user
SSA user should not be able to
change init parameters
Solution
Create a master account with limited
privileges for the SSA user
SSA user provides username and
password
This master account will be the admin
account for the database
Master Account Privileges
Grant DBA role and revoke the following privileges:
โ€ข Alter database
โ€ข Alter system
โ€ข Create any directory
โ€ข Drop any directory
โ€ข Grant any object
privilege
โ€ข Grant any privilege
โ€ข Grant any role
36 Copyright ยฉ 2011, Oracle and/or itsaffiliates. All rights
reserved.
Locked values shown in
read only mode
Capturing Provisioning Profiles
โ€ข Capture database configuration via Provisioning Profiles
โ€ข Lock and Save deployment procedures by using values from profile or by overriding them
Database Provisioning Procedures
37 Copyright ยฉ 2011, Oracle and/or itsaffiliates. All rights
reserved.
Catalog of Service Templates
09/05/2011
โ€ข Publish saved deployment procedures as service templates
โ€ข Build a large service catalog by changing database versions, configuration, and other params
Self-Service DB Provisioning by End User
Out-of-box console; no additional
set up required
Supports custom background
Rich service catalog:
Database service
OVM Templates and Assemblies
Java applications
Additional capabilities:
Backup and Restore VM/Database
Basic resource monitoring
Chargeback information
Quota monitoring
Cloud APIs
RESTFul APIs and CLIs ideal for
Cloud integrators
โ€œBritish Telecom uses Oracle Enterprise Manager to provide database-
as-a-service and middleware-as cloud service offerings. We can now
deploy a database in 20 minutes whereas in the past it would have
taken us a couple of weeks. The business reaps the benefit in decreased
costs of hardware, being agile and being able to deliver services quickly
to market. BT are excited about the new features in Oracle Enterprise
Manager 12c such as customer self-service, templated provisioning,
agentless discovery, metering and chargebackโ€”which we expect to
further help cut costs."
Surren Partabh
CTO Core Technologies
British Telecom
Source: BT Deploys Oracle Database as a Service, cutting provisioning time from weeks to minutes
http://streaming.oracle.com/ebn/podcasts/media/10957726_BT_110911.mp3
Metering and Chargeback
Charge UserDiscover & Plan Track Usage
Benefits
Align IT with business goals
Drive better decision making
Plan for IT budget requirements
Quicker return on IT investment
Key Features
Resource usage metering
Historical usage trends
Cost allocation and charge plan evaluation
Reporting for cloud self-service application
Database Metering and Chargeback Metrics
Metric Metric Type Aggregation
Dedicated
Base Charge Fixed sum
Backup Charge Fixed sum
CPU Utilization(SPECintยฎ_rate_base2006) Usage avg
CPU Utilization(%)* Usage avg
Edition Config n/a
Version Config n/a
Storage Usage * Config avg
MemoryUsage * Config avg
Option Config n/a
Shared
(by Service)
Base Charge Fixed sum
DB Time Usage sum
CPU Time Usage sum
CPU Utilization(%) Usage avg
CPU Utilization(SPECintยฎ_rate_base2006) Usage avg
SQL Executes Usage sum
User Transactions Usage sum
Disk Read Bytes (Physical) Usage sum
Disk Write Bytes (Physical) Usage sum
NetworkIO Usage avg
Presentation   cloud control enterprise manager 12c
Presentation   cloud control enterprise manager 12c
Ad

More Related Content

What's hot (20)

Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...
Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...
Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...
Aaron Shilo
ย 
Ibm info sphere datastage tutorial part 1 architecture examples
Ibm info sphere datastage tutorial part 1  architecture examplesIbm info sphere datastage tutorial part 1  architecture examples
Ibm info sphere datastage tutorial part 1 architecture examples
Sandeep Sharma IIMK Smart City,IoT,Bigdata,Cloud,BI,DW
ย 
SQL Server 2016 new features
SQL Server 2016 new featuresSQL Server 2016 new features
SQL Server 2016 new features
SpanishPASSVC
ย 
Datastage Introduction To Data Warehousing
Datastage Introduction To Data WarehousingDatastage Introduction To Data Warehousing
Datastage Introduction To Data Warehousing
Vibrant Technologies & Computers
ย 
58750024 datastage-student-guide
58750024 datastage-student-guide58750024 datastage-student-guide
58750024 datastage-student-guide
Madhusudhanareddy Katta
ย 
Day 2 Data Stage Manager 11.0
Day 2 Data Stage Manager 11.0Day 2 Data Stage Manager 11.0
Day 2 Data Stage Manager 11.0
kshanmug2
ย 
Taming the shrew, Optimizing Power BI Options
Taming the shrew, Optimizing Power BI OptionsTaming the shrew, Optimizing Power BI Options
Taming the shrew, Optimizing Power BI Options
Kellyn Pot'Vin-Gorman
ย 
Prรฉsentation Oracle DataBase 11g
Prรฉsentation Oracle DataBase 11gPrรฉsentation Oracle DataBase 11g
Prรฉsentation Oracle DataBase 11g
Cynapsys It Hotspot
ย 
high performance databases
high performance databaseshigh performance databases
high performance databases
mahdi_92
ย 
Bb performance-engineering-toad
Bb performance-engineering-toadBb performance-engineering-toad
Bb performance-engineering-toad
Steve Feldman
ย 
One database solution for your enterprise business - Oracle 12c
One database solution for your enterprise business - Oracle 12cOne database solution for your enterprise business - Oracle 12c
One database solution for your enterprise business - Oracle 12c
Satishbabu Gunukula
ย 
Introduction to microsoft sql server 2008 r2
Introduction to microsoft sql server 2008 r2Introduction to microsoft sql server 2008 r2
Introduction to microsoft sql server 2008 r2
Eduardo Castro
ย 
Presentation application change management and data masking strategies for ...
Presentation   application change management and data masking strategies for ...Presentation   application change management and data masking strategies for ...
Presentation application change management and data masking strategies for ...
xKinAnx
ย 
DBaaS - The Next generation of database infrastructure
DBaaS - The Next generation of database infrastructureDBaaS - The Next generation of database infrastructure
DBaaS - The Next generation of database infrastructure
Emiliano Fusaglia
ย 
AbdulMateen
AbdulMateenAbdulMateen
AbdulMateen
Abdul Mateen
ย 
Siva-Resume
Siva-ResumeSiva-Resume
Siva-Resume
Siva Aanand
ย 
SQL Server 2017 - Adaptive Query Processing and Automatic Query Tuning
SQL Server 2017 - Adaptive Query Processing and Automatic Query TuningSQL Server 2017 - Adaptive Query Processing and Automatic Query Tuning
SQL Server 2017 - Adaptive Query Processing and Automatic Query Tuning
Javier Villegas
ย 
A Crash Course in SQL Server Administration for Reluctant Database Administra...
A Crash Course in SQL Server Administration for Reluctant Database Administra...A Crash Course in SQL Server Administration for Reluctant Database Administra...
A Crash Course in SQL Server Administration for Reluctant Database Administra...
Chad Petrovay
ย 
The High Performance DBA Optimizing Databases For High Performance
The High Performance DBA Optimizing Databases For High PerformanceThe High Performance DBA Optimizing Databases For High Performance
The High Performance DBA Optimizing Databases For High Performance
Embarcadero Technologies
ย 
Stretch db sql server 2016 (sn0028)
Stretch db   sql server 2016 (sn0028)Stretch db   sql server 2016 (sn0028)
Stretch db sql server 2016 (sn0028)
Antonios Chatzipavlis
ย 
Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...
Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...
Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...
Aaron Shilo
ย 
SQL Server 2016 new features
SQL Server 2016 new featuresSQL Server 2016 new features
SQL Server 2016 new features
SpanishPASSVC
ย 
58750024 datastage-student-guide
58750024 datastage-student-guide58750024 datastage-student-guide
58750024 datastage-student-guide
Madhusudhanareddy Katta
ย 
Day 2 Data Stage Manager 11.0
Day 2 Data Stage Manager 11.0Day 2 Data Stage Manager 11.0
Day 2 Data Stage Manager 11.0
kshanmug2
ย 
Taming the shrew, Optimizing Power BI Options
Taming the shrew, Optimizing Power BI OptionsTaming the shrew, Optimizing Power BI Options
Taming the shrew, Optimizing Power BI Options
Kellyn Pot'Vin-Gorman
ย 
Prรฉsentation Oracle DataBase 11g
Prรฉsentation Oracle DataBase 11gPrรฉsentation Oracle DataBase 11g
Prรฉsentation Oracle DataBase 11g
Cynapsys It Hotspot
ย 
high performance databases
high performance databaseshigh performance databases
high performance databases
mahdi_92
ย 
Bb performance-engineering-toad
Bb performance-engineering-toadBb performance-engineering-toad
Bb performance-engineering-toad
Steve Feldman
ย 
One database solution for your enterprise business - Oracle 12c
One database solution for your enterprise business - Oracle 12cOne database solution for your enterprise business - Oracle 12c
One database solution for your enterprise business - Oracle 12c
Satishbabu Gunukula
ย 
Introduction to microsoft sql server 2008 r2
Introduction to microsoft sql server 2008 r2Introduction to microsoft sql server 2008 r2
Introduction to microsoft sql server 2008 r2
Eduardo Castro
ย 
Presentation application change management and data masking strategies for ...
Presentation   application change management and data masking strategies for ...Presentation   application change management and data masking strategies for ...
Presentation application change management and data masking strategies for ...
xKinAnx
ย 
DBaaS - The Next generation of database infrastructure
DBaaS - The Next generation of database infrastructureDBaaS - The Next generation of database infrastructure
DBaaS - The Next generation of database infrastructure
Emiliano Fusaglia
ย 
AbdulMateen
AbdulMateenAbdulMateen
AbdulMateen
Abdul Mateen
ย 
Siva-Resume
Siva-ResumeSiva-Resume
Siva-Resume
Siva Aanand
ย 
SQL Server 2017 - Adaptive Query Processing and Automatic Query Tuning
SQL Server 2017 - Adaptive Query Processing and Automatic Query TuningSQL Server 2017 - Adaptive Query Processing and Automatic Query Tuning
SQL Server 2017 - Adaptive Query Processing and Automatic Query Tuning
Javier Villegas
ย 
A Crash Course in SQL Server Administration for Reluctant Database Administra...
A Crash Course in SQL Server Administration for Reluctant Database Administra...A Crash Course in SQL Server Administration for Reluctant Database Administra...
A Crash Course in SQL Server Administration for Reluctant Database Administra...
Chad Petrovay
ย 
The High Performance DBA Optimizing Databases For High Performance
The High Performance DBA Optimizing Databases For High PerformanceThe High Performance DBA Optimizing Databases For High Performance
The High Performance DBA Optimizing Databases For High Performance
Embarcadero Technologies
ย 
Stretch db sql server 2016 (sn0028)
Stretch db   sql server 2016 (sn0028)Stretch db   sql server 2016 (sn0028)
Stretch db sql server 2016 (sn0028)
Antonios Chatzipavlis
ย 

Viewers also liked (8)

ะะพะฒั‹ะต ะฒะพะทะผะพะถะฝะพัั‚ะธ ะฟะปะฐั‚ั„ะพั€ะผั‹ Oracle 12c ะดะปั ั…ั€ะฐะฝะธะปะธั‰ ะดะฐะฝะฝั‹ั…
ะะพะฒั‹ะต ะฒะพะทะผะพะถะฝะพัั‚ะธ ะฟะปะฐั‚ั„ะพั€ะผั‹ Oracle 12c ะดะปั ั…ั€ะฐะฝะธะปะธั‰ ะดะฐะฝะฝั‹ั…ะะพะฒั‹ะต ะฒะพะทะผะพะถะฝะพัั‚ะธ ะฟะปะฐั‚ั„ะพั€ะผั‹ Oracle 12c ะดะปั ั…ั€ะฐะฝะธะปะธั‰ ะดะฐะฝะฝั‹ั…
ะะพะฒั‹ะต ะฒะพะทะผะพะถะฝะพัั‚ะธ ะฟะปะฐั‚ั„ะพั€ะผั‹ Oracle 12c ะดะปั ั…ั€ะฐะฝะธะปะธั‰ ะดะฐะฝะฝั‹ั…
Andrey Akulov
ย 
Oracle Database 12c: ะะพะฒั‹ะต ะฒะพะทะผะพะถะฝะพัั‚ะธ Oracle 12c
Oracle Database 12c: ะะพะฒั‹ะต ะฒะพะทะผะพะถะฝะพัั‚ะธ Oracle 12cOracle Database 12c: ะะพะฒั‹ะต ะฒะพะทะผะพะถะฝะพัั‚ะธ Oracle 12c
Oracle Database 12c: ะะพะฒั‹ะต ะฒะพะทะผะพะถะฝะพัั‚ะธ Oracle 12c
Andrey Akulov
ย 
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
vasuballa
ย 
OOW15 - Simplified and Touch-Friendly User Interface in Oracle E-Business Suite
OOW15 - Simplified and Touch-Friendly User Interface in Oracle E-Business SuiteOOW15 - Simplified and Touch-Friendly User Interface in Oracle E-Business Suite
OOW15 - Simplified and Touch-Friendly User Interface in Oracle E-Business Suite
vasuballa
ย 
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2 OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
vasuballa
ย 
Big Data at Oracle - Strata 2015 San Jose
Big Data at Oracle - Strata 2015 San JoseBig Data at Oracle - Strata 2015 San Jose
Big Data at Oracle - Strata 2015 San Jose
Jeffrey T. Pollock
ย 
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...
vasuballa
ย 
OOW15 - Oracle E-Business Suite Integration Best Practices
OOW15 - Oracle E-Business Suite Integration Best PracticesOOW15 - Oracle E-Business Suite Integration Best Practices
OOW15 - Oracle E-Business Suite Integration Best Practices
vasuballa
ย 
ะะพะฒั‹ะต ะฒะพะทะผะพะถะฝะพัั‚ะธ ะฟะปะฐั‚ั„ะพั€ะผั‹ Oracle 12c ะดะปั ั…ั€ะฐะฝะธะปะธั‰ ะดะฐะฝะฝั‹ั…
ะะพะฒั‹ะต ะฒะพะทะผะพะถะฝะพัั‚ะธ ะฟะปะฐั‚ั„ะพั€ะผั‹ Oracle 12c ะดะปั ั…ั€ะฐะฝะธะปะธั‰ ะดะฐะฝะฝั‹ั…ะะพะฒั‹ะต ะฒะพะทะผะพะถะฝะพัั‚ะธ ะฟะปะฐั‚ั„ะพั€ะผั‹ Oracle 12c ะดะปั ั…ั€ะฐะฝะธะปะธั‰ ะดะฐะฝะฝั‹ั…
ะะพะฒั‹ะต ะฒะพะทะผะพะถะฝะพัั‚ะธ ะฟะปะฐั‚ั„ะพั€ะผั‹ Oracle 12c ะดะปั ั…ั€ะฐะฝะธะปะธั‰ ะดะฐะฝะฝั‹ั…
Andrey Akulov
ย 
Oracle Database 12c: ะะพะฒั‹ะต ะฒะพะทะผะพะถะฝะพัั‚ะธ Oracle 12c
Oracle Database 12c: ะะพะฒั‹ะต ะฒะพะทะผะพะถะฝะพัั‚ะธ Oracle 12cOracle Database 12c: ะะพะฒั‹ะต ะฒะพะทะผะพะถะฝะพัั‚ะธ Oracle 12c
Oracle Database 12c: ะะพะฒั‹ะต ะฒะพะทะผะพะถะฝะพัั‚ะธ Oracle 12c
Andrey Akulov
ย 
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
vasuballa
ย 
OOW15 - Simplified and Touch-Friendly User Interface in Oracle E-Business Suite
OOW15 - Simplified and Touch-Friendly User Interface in Oracle E-Business SuiteOOW15 - Simplified and Touch-Friendly User Interface in Oracle E-Business Suite
OOW15 - Simplified and Touch-Friendly User Interface in Oracle E-Business Suite
vasuballa
ย 
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2 OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
vasuballa
ย 
Big Data at Oracle - Strata 2015 San Jose
Big Data at Oracle - Strata 2015 San JoseBig Data at Oracle - Strata 2015 San Jose
Big Data at Oracle - Strata 2015 San Jose
Jeffrey T. Pollock
ย 
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...
vasuballa
ย 
OOW15 - Oracle E-Business Suite Integration Best Practices
OOW15 - Oracle E-Business Suite Integration Best PracticesOOW15 - Oracle E-Business Suite Integration Best Practices
OOW15 - Oracle E-Business Suite Integration Best Practices
vasuballa
ย 
Ad

Similar to Presentation cloud control enterprise manager 12c (20)

Oracle Enterprise Manager 12c: updates and upgrades.
Oracle Enterprise Manager 12c: updates and upgrades.Oracle Enterprise Manager 12c: updates and upgrades.
Oracle Enterprise Manager 12c: updates and upgrades.
Rolta
ย 
Best storage engine for MySQL
Best storage engine for MySQLBest storage engine for MySQL
Best storage engine for MySQL
tomflemingh2
ย 
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018 Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
Antonios Chatzipavlis
ย 
Java Developers, make the database work for you (NLJUG JFall 2010)
Java Developers, make the database work for you (NLJUG JFall 2010)Java Developers, make the database work for you (NLJUG JFall 2010)
Java Developers, make the database work for you (NLJUG JFall 2010)
Lucas Jellema
ย 
Data Warehouse Optimization
Data Warehouse OptimizationData Warehouse Optimization
Data Warehouse Optimization
Cloudera, Inc.
ย 
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAsOracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Zohar Elkayam
ย 
Azure data platform overview
Azure data platform overviewAzure data platform overview
Azure data platform overview
Alessandro Melchiori
ย 
CST204 DBMSMODULE1 PPT (1).pptx
CST204 DBMSMODULE1 PPT (1).pptxCST204 DBMSMODULE1 PPT (1).pptx
CST204 DBMSMODULE1 PPT (1).pptx
MEGHANA508383
ย 
SQL Server Integration Services and Analysis Services
SQL Server Integration Services and Analysis ServicesSQL Server Integration Services and Analysis Services
SQL Server Integration Services and Analysis Services
Mohan Arumugam
ย 
Monitor database essentials with Applications Manager
Monitor database essentials with Applications ManagerMonitor database essentials with Applications Manager
Monitor database essentials with Applications Manager
ManageEngine, Zoho Corporation
ย 
Taming the shrew Power BI
Taming the shrew Power BITaming the shrew Power BI
Taming the shrew Power BI
Kellyn Pot'Vin-Gorman
ย 
An AMIS Overview of Oracle database 12c (12.1)
An AMIS Overview of Oracle database 12c (12.1)An AMIS Overview of Oracle database 12c (12.1)
An AMIS Overview of Oracle database 12c (12.1)
Marco Gralike
ย 
Iod session 3423 analytics patterns of expertise, the fast path to amazing ...
Iod session 3423   analytics patterns of expertise, the fast path to amazing ...Iod session 3423   analytics patterns of expertise, the fast path to amazing ...
Iod session 3423 analytics patterns of expertise, the fast path to amazing ...
Rachel Bland
ย 
Tech-Spark: Azure SQL Databases
Tech-Spark: Azure SQL DatabasesTech-Spark: Azure SQL Databases
Tech-Spark: Azure SQL Databases
Ralph Attard
ย 
An AMIS overview of database 12c
An AMIS overview of database 12cAn AMIS overview of database 12c
An AMIS overview of database 12c
Getting value from IoT, Integration and Data Analytics
ย 
SQL Explore 2012: P&T Part 1
SQL Explore 2012: P&T Part 1SQL Explore 2012: P&T Part 1
SQL Explore 2012: P&T Part 1
sqlserver.co.il
ย 
collab2011-tuning-ebusiness-421966.pdf
collab2011-tuning-ebusiness-421966.pdfcollab2011-tuning-ebusiness-421966.pdf
collab2011-tuning-ebusiness-421966.pdf
ElboulmaniMohamed
ย 
Remote DBA Experts SQL Server 2008 New Features
Remote DBA Experts SQL Server 2008 New FeaturesRemote DBA Experts SQL Server 2008 New Features
Remote DBA Experts SQL Server 2008 New Features
Remote DBA Experts
ย 
EDB Database Servers and Tools
EDB Database Servers and Tools EDB Database Servers and Tools
EDB Database Servers and Tools
Ashnikbiz
ย 
Scalable relational database with SQL Azure
Scalable relational database with SQL AzureScalable relational database with SQL Azure
Scalable relational database with SQL Azure
Shy Engelberg
ย 
Oracle Enterprise Manager 12c: updates and upgrades.
Oracle Enterprise Manager 12c: updates and upgrades.Oracle Enterprise Manager 12c: updates and upgrades.
Oracle Enterprise Manager 12c: updates and upgrades.
Rolta
ย 
Best storage engine for MySQL
Best storage engine for MySQLBest storage engine for MySQL
Best storage engine for MySQL
tomflemingh2
ย 
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018 Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
Antonios Chatzipavlis
ย 
Java Developers, make the database work for you (NLJUG JFall 2010)
Java Developers, make the database work for you (NLJUG JFall 2010)Java Developers, make the database work for you (NLJUG JFall 2010)
Java Developers, make the database work for you (NLJUG JFall 2010)
Lucas Jellema
ย 
Data Warehouse Optimization
Data Warehouse OptimizationData Warehouse Optimization
Data Warehouse Optimization
Cloudera, Inc.
ย 
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAsOracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Zohar Elkayam
ย 
Azure data platform overview
Azure data platform overviewAzure data platform overview
Azure data platform overview
Alessandro Melchiori
ย 
CST204 DBMSMODULE1 PPT (1).pptx
CST204 DBMSMODULE1 PPT (1).pptxCST204 DBMSMODULE1 PPT (1).pptx
CST204 DBMSMODULE1 PPT (1).pptx
MEGHANA508383
ย 
SQL Server Integration Services and Analysis Services
SQL Server Integration Services and Analysis ServicesSQL Server Integration Services and Analysis Services
SQL Server Integration Services and Analysis Services
Mohan Arumugam
ย 
Monitor database essentials with Applications Manager
Monitor database essentials with Applications ManagerMonitor database essentials with Applications Manager
Monitor database essentials with Applications Manager
ManageEngine, Zoho Corporation
ย 
An AMIS Overview of Oracle database 12c (12.1)
An AMIS Overview of Oracle database 12c (12.1)An AMIS Overview of Oracle database 12c (12.1)
An AMIS Overview of Oracle database 12c (12.1)
Marco Gralike
ย 
Iod session 3423 analytics patterns of expertise, the fast path to amazing ...
Iod session 3423   analytics patterns of expertise, the fast path to amazing ...Iod session 3423   analytics patterns of expertise, the fast path to amazing ...
Iod session 3423 analytics patterns of expertise, the fast path to amazing ...
Rachel Bland
ย 
Tech-Spark: Azure SQL Databases
Tech-Spark: Azure SQL DatabasesTech-Spark: Azure SQL Databases
Tech-Spark: Azure SQL Databases
Ralph Attard
ย 
SQL Explore 2012: P&T Part 1
SQL Explore 2012: P&T Part 1SQL Explore 2012: P&T Part 1
SQL Explore 2012: P&T Part 1
sqlserver.co.il
ย 
collab2011-tuning-ebusiness-421966.pdf
collab2011-tuning-ebusiness-421966.pdfcollab2011-tuning-ebusiness-421966.pdf
collab2011-tuning-ebusiness-421966.pdf
ElboulmaniMohamed
ย 
Remote DBA Experts SQL Server 2008 New Features
Remote DBA Experts SQL Server 2008 New FeaturesRemote DBA Experts SQL Server 2008 New Features
Remote DBA Experts SQL Server 2008 New Features
Remote DBA Experts
ย 
EDB Database Servers and Tools
EDB Database Servers and Tools EDB Database Servers and Tools
EDB Database Servers and Tools
Ashnikbiz
ย 
Scalable relational database with SQL Azure
Scalable relational database with SQL AzureScalable relational database with SQL Azure
Scalable relational database with SQL Azure
Shy Engelberg
ย 
Ad

More from xKinAnx (20)

Engage for success ibm spectrum accelerate 2
Engage for success   ibm spectrum accelerate 2Engage for success   ibm spectrum accelerate 2
Engage for success ibm spectrum accelerate 2
xKinAnx
ย 
Accelerate with ibm storage ibm spectrum virtualize hyper swap deep dive
Accelerate with ibm storage  ibm spectrum virtualize hyper swap deep diveAccelerate with ibm storage  ibm spectrum virtualize hyper swap deep dive
Accelerate with ibm storage ibm spectrum virtualize hyper swap deep dive
xKinAnx
ย 
Software defined storage provisioning using ibm smart cloud
Software defined storage provisioning using ibm smart cloudSoftware defined storage provisioning using ibm smart cloud
Software defined storage provisioning using ibm smart cloud
xKinAnx
ย 
Ibm spectrum virtualize 101
Ibm spectrum virtualize 101 Ibm spectrum virtualize 101
Ibm spectrum virtualize 101
xKinAnx
ย 
Accelerate with ibm storage ibm spectrum virtualize hyper swap deep dive dee...
Accelerate with ibm storage  ibm spectrum virtualize hyper swap deep dive dee...Accelerate with ibm storage  ibm spectrum virtualize hyper swap deep dive dee...
Accelerate with ibm storage ibm spectrum virtualize hyper swap deep dive dee...
xKinAnx
ย 
04 empalis -ibm_spectrum_protect_-_strategy_and_directions
04 empalis -ibm_spectrum_protect_-_strategy_and_directions04 empalis -ibm_spectrum_protect_-_strategy_and_directions
04 empalis -ibm_spectrum_protect_-_strategy_and_directions
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 2 IBM Spectrum Sca...
Ibm spectrum scale fundamentals workshop for americas part 2 IBM Spectrum Sca...Ibm spectrum scale fundamentals workshop for americas part 2 IBM Spectrum Sca...
Ibm spectrum scale fundamentals workshop for americas part 2 IBM Spectrum Sca...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 4 spectrum scale_r...
Ibm spectrum scale fundamentals workshop for americas part 4 spectrum scale_r...Ibm spectrum scale fundamentals workshop for americas part 4 spectrum scale_r...
Ibm spectrum scale fundamentals workshop for americas part 4 spectrum scale_r...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 5 spectrum scale_c...
Ibm spectrum scale fundamentals workshop for americas part 5 spectrum scale_c...Ibm spectrum scale fundamentals workshop for americas part 5 spectrum scale_c...
Ibm spectrum scale fundamentals workshop for americas part 5 spectrum scale_c...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 6 spectrumscale el...
Ibm spectrum scale fundamentals workshop for americas part 6 spectrumscale el...Ibm spectrum scale fundamentals workshop for americas part 6 spectrumscale el...
Ibm spectrum scale fundamentals workshop for americas part 6 spectrumscale el...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 7 spectrumscale el...
Ibm spectrum scale fundamentals workshop for americas part 7 spectrumscale el...Ibm spectrum scale fundamentals workshop for americas part 7 spectrumscale el...
Ibm spectrum scale fundamentals workshop for americas part 7 spectrumscale el...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 8 spectrumscale ba...
Ibm spectrum scale fundamentals workshop for americas part 8 spectrumscale ba...Ibm spectrum scale fundamentals workshop for americas part 8 spectrumscale ba...
Ibm spectrum scale fundamentals workshop for americas part 8 spectrumscale ba...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 5 ess gnr-usecases...
Ibm spectrum scale fundamentals workshop for americas part 5 ess gnr-usecases...Ibm spectrum scale fundamentals workshop for americas part 5 ess gnr-usecases...
Ibm spectrum scale fundamentals workshop for americas part 5 ess gnr-usecases...
xKinAnx
ย 
Presentation disaster recovery in virtualization and cloud
Presentation   disaster recovery in virtualization and cloudPresentation   disaster recovery in virtualization and cloud
Presentation disaster recovery in virtualization and cloud
xKinAnx
ย 
Presentation disaster recovery for oracle fusion middleware with the zfs st...
Presentation   disaster recovery for oracle fusion middleware with the zfs st...Presentation   disaster recovery for oracle fusion middleware with the zfs st...
Presentation disaster recovery for oracle fusion middleware with the zfs st...
xKinAnx
ย 
Presentation differentiated virtualization for enterprise clouds, large and...
Presentation   differentiated virtualization for enterprise clouds, large and...Presentation   differentiated virtualization for enterprise clouds, large and...
Presentation differentiated virtualization for enterprise clouds, large and...
xKinAnx
ย 
Presentation desktops for the cloud the view rollout
Presentation   desktops for the cloud the view rolloutPresentation   desktops for the cloud the view rollout
Presentation desktops for the cloud the view rollout
xKinAnx
ย 
Engage for success ibm spectrum accelerate 2
Engage for success   ibm spectrum accelerate 2Engage for success   ibm spectrum accelerate 2
Engage for success ibm spectrum accelerate 2
xKinAnx
ย 
Accelerate with ibm storage ibm spectrum virtualize hyper swap deep dive
Accelerate with ibm storage  ibm spectrum virtualize hyper swap deep diveAccelerate with ibm storage  ibm spectrum virtualize hyper swap deep dive
Accelerate with ibm storage ibm spectrum virtualize hyper swap deep dive
xKinAnx
ย 
Software defined storage provisioning using ibm smart cloud
Software defined storage provisioning using ibm smart cloudSoftware defined storage provisioning using ibm smart cloud
Software defined storage provisioning using ibm smart cloud
xKinAnx
ย 
Ibm spectrum virtualize 101
Ibm spectrum virtualize 101 Ibm spectrum virtualize 101
Ibm spectrum virtualize 101
xKinAnx
ย 
Accelerate with ibm storage ibm spectrum virtualize hyper swap deep dive dee...
Accelerate with ibm storage  ibm spectrum virtualize hyper swap deep dive dee...Accelerate with ibm storage  ibm spectrum virtualize hyper swap deep dive dee...
Accelerate with ibm storage ibm spectrum virtualize hyper swap deep dive dee...
xKinAnx
ย 
04 empalis -ibm_spectrum_protect_-_strategy_and_directions
04 empalis -ibm_spectrum_protect_-_strategy_and_directions04 empalis -ibm_spectrum_protect_-_strategy_and_directions
04 empalis -ibm_spectrum_protect_-_strategy_and_directions
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 2 IBM Spectrum Sca...
Ibm spectrum scale fundamentals workshop for americas part 2 IBM Spectrum Sca...Ibm spectrum scale fundamentals workshop for americas part 2 IBM Spectrum Sca...
Ibm spectrum scale fundamentals workshop for americas part 2 IBM Spectrum Sca...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 4 spectrum scale_r...
Ibm spectrum scale fundamentals workshop for americas part 4 spectrum scale_r...Ibm spectrum scale fundamentals workshop for americas part 4 spectrum scale_r...
Ibm spectrum scale fundamentals workshop for americas part 4 spectrum scale_r...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 5 spectrum scale_c...
Ibm spectrum scale fundamentals workshop for americas part 5 spectrum scale_c...Ibm spectrum scale fundamentals workshop for americas part 5 spectrum scale_c...
Ibm spectrum scale fundamentals workshop for americas part 5 spectrum scale_c...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 6 spectrumscale el...
Ibm spectrum scale fundamentals workshop for americas part 6 spectrumscale el...Ibm spectrum scale fundamentals workshop for americas part 6 spectrumscale el...
Ibm spectrum scale fundamentals workshop for americas part 6 spectrumscale el...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 7 spectrumscale el...
Ibm spectrum scale fundamentals workshop for americas part 7 spectrumscale el...Ibm spectrum scale fundamentals workshop for americas part 7 spectrumscale el...
Ibm spectrum scale fundamentals workshop for americas part 7 spectrumscale el...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 8 spectrumscale ba...
Ibm spectrum scale fundamentals workshop for americas part 8 spectrumscale ba...Ibm spectrum scale fundamentals workshop for americas part 8 spectrumscale ba...
Ibm spectrum scale fundamentals workshop for americas part 8 spectrumscale ba...
xKinAnx
ย 
Ibm spectrum scale fundamentals workshop for americas part 5 ess gnr-usecases...
Ibm spectrum scale fundamentals workshop for americas part 5 ess gnr-usecases...Ibm spectrum scale fundamentals workshop for americas part 5 ess gnr-usecases...
Ibm spectrum scale fundamentals workshop for americas part 5 ess gnr-usecases...
xKinAnx
ย 
Presentation disaster recovery in virtualization and cloud
Presentation   disaster recovery in virtualization and cloudPresentation   disaster recovery in virtualization and cloud
Presentation disaster recovery in virtualization and cloud
xKinAnx
ย 
Presentation disaster recovery for oracle fusion middleware with the zfs st...
Presentation   disaster recovery for oracle fusion middleware with the zfs st...Presentation   disaster recovery for oracle fusion middleware with the zfs st...
Presentation disaster recovery for oracle fusion middleware with the zfs st...
xKinAnx
ย 
Presentation differentiated virtualization for enterprise clouds, large and...
Presentation   differentiated virtualization for enterprise clouds, large and...Presentation   differentiated virtualization for enterprise clouds, large and...
Presentation differentiated virtualization for enterprise clouds, large and...
xKinAnx
ย 
Presentation desktops for the cloud the view rollout
Presentation   desktops for the cloud the view rolloutPresentation   desktops for the cloud the view rollout
Presentation desktops for the cloud the view rollout
xKinAnx
ย 

Recently uploaded (20)

Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
ย 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
ย 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
ย 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
ย 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
ย 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
ย 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
ย 
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxDevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
Justin Reock
ย 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
ย 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
ย 
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxSpecial Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
shyamraj55
ย 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
ย 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
ย 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
ย 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
ย 
Drupalcamp Finland โ€“ Measuring Front-end Energy Consumption
Drupalcamp Finland โ€“ Measuring Front-end Energy ConsumptionDrupalcamp Finland โ€“ Measuring Front-end Energy Consumption
Drupalcamp Finland โ€“ Measuring Front-end Energy Consumption
Exove
ย 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
ย 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
ย 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
ย 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
ย 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
ย 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
ย 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
ย 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
ย 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
ย 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
ย 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
ย 
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxDevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
Justin Reock
ย 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
ย 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
ย 
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxSpecial Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
shyamraj55
ย 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
ย 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
ย 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
ย 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
ย 
Drupalcamp Finland โ€“ Measuring Front-end Energy Consumption
Drupalcamp Finland โ€“ Measuring Front-end Energy ConsumptionDrupalcamp Finland โ€“ Measuring Front-end Energy Consumption
Drupalcamp Finland โ€“ Measuring Front-end Energy Consumption
Exove
ย 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
ย 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
ย 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
ย 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
ย 

Presentation cloud control enterprise manager 12c

  • 1. Extreme Database Management New Features for Power DBAs
  • 2. of DBAs admit doing nothing to address performance issues
  • 3. 3 Over 50% of DBAs avoid making changes to production because of negatively impacting performance 90% experienced unplanned downtime resulting from Database changes NOT properly tested CHANGEโ€”AVOID OR EMBRACE
  • 4. 4 DATA GROWTH 33% of DBAs handle close to 100 database instances eachโ€”with data stores expanding by more than 20% per year
  • 5. 5
  • 7. Unresponsive Database Problem โ€ข How do I diagnose a slow or hung database? โ€“ If the database is unresponsive, I canโ€™t even connect! โ€“ Even if I can connect, I need a diagnosis quickly! โ€ข Should I just bounce the database? โ€“ All in-flight operations will be aborted, mid-tier connections/states will be lost โ€“ All diagnostic information will be lost โ€“ โ€œIf I could only know which blocking session to kill!โ€
  • 8. Real-Time ADDM โ€ข Real-time analysis of hung or slow database systems โ€ข Holistically identify global resource contentions and deadlocks โ€ข Quantified performance impact โ€ข Precise, actionable recommendations โ€ข Provide cluster-wide analysis for RAC
  • 9. Real-Time ADDMโ€”Architecture Makes a lightweight connection without acquiring additional locks and resources, bypassing the SQL layer through the agent Also attempts to initiate standard JDBC connection Data returned by either connection is analyzed by Real-Time ADDM EM Agent JDBC Connection Diagnostic Connection ADDM Analysis Database Resource Constraints Hangs Memory Issues Resource Limits Reached Deadlocks Top Issues Identified by Real-Time ADDM
  • 10. Comparative Performance Analysis โ€ข Performance yesterday was good, today is terrible, what happened? โ€ข What changes were made? โ€ข Is someone running a new batch job? โ€ข RAC instance 1 is running much faster than instance 2, whatโ€™s the difference? โ€ข Is there a workload skew? โ€ข Did someone make configuration changes?
  • 12. Compare Period ADDM: Method STEP 1: โ€ข Identify what changed โ€ข DB configurations, workload changes STEP 2: โ€ข Quantify performance differences โ€ข Uses DB Time as basis for measuring performance STEP 3: โ€ข Identify root cause โ€ข Correlate performance differences with changes Did the Buffer cache get smaller? Why is there 10% new SQL? How come Top SQL impact increased by 45%? Read I/O are up by 55%, why? Did a buffer cache reduction cause a read I/O increase?
  • 13. Active Session History (ASH) Analytics โ€ข Advanced analysis with graphicalASH report โ€ข Select any time period for analysis โ€ข Analyze performance across many dimensions โ€ข Provides visual filtering for recursive drill- downs โ€ข Different visualizations: Stacked chart or Tree Map โ€ข Collaborate with others using Active Reports
  • 14. ASH Analytics Performance Dimensions SQL SQL ID Plan Hash Operation OpCode PL/SQL PL/SQL Top Level PL/SQL Resources Wait Class Wait Event Object Blocking Session Identifiers Instance Services User Session Parallel Process Program Session Type Attributes Consumer Group Module Action Client Trans. ID ASH SQL PL/SQL Resource Consump- tion Session Identifiers Session Attributes
  • 16. Advise Act Audit Core Analyze Database Lifecycle Management โ€ข Discover โ€ข Hosts & Applications โ€ข Dependencies and Relationships โ€ข Inventory โ€ข Collect โ€ข Deep configuration data โ€ข Parsed Configuration Files โ€ข Patches installedโ€ข Real-Time Monitoring โ€“ Who/When โ€ข Compliance Score โ€ข Best Practices โ€ข Oracle Recommendations โ€ข Regulatory ( PCI,Cobit) โ€ข Report โ€ข Inventory &Trend โ€ข Automatic Change Reconciliation โ€ข Authorization vs Unauthorized โ€ข Patch Advisories via MOS โ€ข Upgrade Advisories from MOS โ€ข Configuration Policy Violations โ€ข Change/Patch Plans โ€ข Mass deployment โ€ข Schema Synchronization โ€ข Settings, Drift & Policy Actions โ€ข Configuration Changes โ€ข Topology guided Impact Analysis โ€ข Config Comparison for Drift Analysis โ€ข To Gold & Baseline โ€ข 1 to 1, 1 to N โ€ข Target and System โ€ข DB Change Management โ€ข Data Comparison โ€ข Change Plans โ€ข Patch Conflict and PreReq Analysis
  • 17. Capture Clone Mask Test NAME SSN SALARY AGUILAR 203-33-3234 40,000 BENSON 323-22-2943 60,000 NAME SSN SALARY SMITH 111-22-3333 60,000 MILLER 112-23-4567 40,000 DB Replay capture files SQL Tuning Set (STS) AWR snapshots Clone prod system Consistent masking across tables, capture files, STS and AWR snapshots Securely replay workload & STS Production Stage Test Secure Database Testing Real Application Testing Integration with Data Masking
  • 18. Test Data Management Challenges Error-prone, manual process Producing relationally intact subset is hard but necessary Cannot use sensitive data in test without obfuscation Full production copies for test systems not cost effective
  • 19. Data Modeling & Discovery โ€ข Application Data Model (ADM) โ€“ Scans application schemas to model relationships between tables and columns โ€“ Extracts data relationships from Oracle Applications meta-data โ€“ Stores referential relationships stored in repository โ€“ Enables Data Masking & Subsetting operations to be application aware โ€ข Sensitive Data Discovery & Data Masking โ€“ Pattern-based sensitive data scanning โ€“ Import from pre-built mask templates โ€“ Pre-built Data Masking templates for Oracle applications โ€ข Oracle eBusiness Suite โ€ข Oracle FusionApplications
  • 20. โ€ข Automatic data extraction rules from Application Data Model โ€ข Understand different table types: transactional vs. reference vs. temp tables โ€ข Subset by percentage of tables or columns (e.g. regions, year) at runtime โ€ข Estimate subset size before execution โ€ข Subset 100 GB ๏ƒจ 20 GB in 12 minutes using export method Data Subsetting Define new Application Data Model Create Data Subset Definition Extract Data Subset Export / Import In-Place Delete TestProduction
  • 21. Database Upgrade Automation Plan โ€ข Detect new DB versions in My Oracle Support โ€ข Suggest best upgrade path for patch compatibility โ€ข In-context reference to Upgrade documentation Analyze โ€ข Check DB for upgradeability (space, version, etc.) โ€ข Support upgrade from 10.2.0.4+ to 11.2 Deploy โ€ข Mass deploy binaries to targets and create out-of- place copies โ€ข Upgrade process can be paused/resumed Switch โ€ข Switch instances to new installations โ€ข Easy switchback if needed
  • 23. Consolidation Planner Determines candidates for consolidation โ€ข Identifies under and over-utilized server โ€ข Identifies ideal placements โ€ข Works for physical and virtual environments Benefits โ€ข Maximizes server density โ€ข Minimizes resource contention โ€ข Maintains performance commitment โ€ข Satisfies business, compliance, and technical constraints
  • 24. Consolidation Planner โ€ข Leverages resource utilization and configuration data from Enterprise Manager repository โ€“ CPU, memory, storage, network โ€“ Over a representative period Administrator specifies servers and constraints for workload migration โ€“ Physical/virtual servers โ€“ Existing/planned servers โ€“ Business/technical constraints Detailed analysis on different scenarios of consolidated workloads
  • 25. 27 Copyright ยฉ 2011, Oracle and/or itsaffiliates. All rights reserved. Oracle Exadata Optimized for Database Consolidation Exadata serves as cloud for databases Large memory enables many databases to be consolidated Extreme performance for complex workloads that mix OLTP, DW, batch, reporting I/O and CPU resource management isolates workloads
  • 26. Exadata Management Integrated Management of Hardware and Software โ€ข Hardware view โ€ข Schematic of Storage cells, Database Servers (compute nodes) & switches โ€ข Hardware components alerts โ€ข Software/system view โ€ข Performance, availability, usage by databases, services, clusters โ€ข Software alerts from db, cluster, ASM โ€ข Topology view of DB systems/clusters โ€ข Configuration view โ€ข Version summary of all components along with patch recommendations
  • 27. Storage Cell Performance โ€ข Drill down from database performance page โ€ข Composite cell health indicators โ€ข Helps triage โ€ข Load imbalance โ€ข ASM problems โ€ข Cell configuration issues โ€ข Cell software or hardware failures โ€ข Network failures
  • 28. Storage Cell Management โ€ข Storage Cell monitoring and administration support โ€“ Cell Home page and performance pages โ€“ Actions supported: Start/stop Cell, verify connectivity, setup SSH, execute Cellcli on cells โ€“ Setup IORM for database targets โ€ข Management by Cell Group โ€“ All cells used by a database automatically placed in a group โ€“ Cell Group level administration operations (batch job monitoring)
  • 29. Infiniband Network Monitoring โ€ข Infiniband network and switches as EM targets โ€ข Network home page and performance page โ€“ real time and historical โ€ข Network topology view โ€ข Perform admin tasks such as enable/disable port, clear performance/error counters Full monitoring โ€ข Alerts (switch generated and EM generated) โ€ข Performance metrics โ€ข Configuration metrics โ€“ detect and notify configuration changes/best practice violations
  • 32. Database Cloud Setup and Resource Monitoring โ€ข Manage zones and underlying resources (databases, Server Pools, VMs) โ€“ Track resource flux, tenants, policy violations, etc โ€“ Drill down into individual resources for deeper monitoring โ€ข Monitor requests and failure rates and identify potential bottlenecks to remediate
  • 33. 35 Copyright ยฉ 2011, Oracle and/or itsaffiliates. All rights reserved. Database User Privileges Challenge Self Service works over shared resources SYS and SYSTEM are too powerful to be shared with SSA user SSA user should not be able to change init parameters Solution Create a master account with limited privileges for the SSA user SSA user provides username and password This master account will be the admin account for the database Master Account Privileges Grant DBA role and revoke the following privileges: โ€ข Alter database โ€ข Alter system โ€ข Create any directory โ€ข Drop any directory โ€ข Grant any object privilege โ€ข Grant any privilege โ€ข Grant any role
  • 34. 36 Copyright ยฉ 2011, Oracle and/or itsaffiliates. All rights reserved. Locked values shown in read only mode Capturing Provisioning Profiles โ€ข Capture database configuration via Provisioning Profiles โ€ข Lock and Save deployment procedures by using values from profile or by overriding them Database Provisioning Procedures
  • 35. 37 Copyright ยฉ 2011, Oracle and/or itsaffiliates. All rights reserved. Catalog of Service Templates 09/05/2011 โ€ข Publish saved deployment procedures as service templates โ€ข Build a large service catalog by changing database versions, configuration, and other params
  • 36. Self-Service DB Provisioning by End User Out-of-box console; no additional set up required Supports custom background Rich service catalog: Database service OVM Templates and Assemblies Java applications Additional capabilities: Backup and Restore VM/Database Basic resource monitoring Chargeback information Quota monitoring Cloud APIs RESTFul APIs and CLIs ideal for Cloud integrators
  • 37. โ€œBritish Telecom uses Oracle Enterprise Manager to provide database- as-a-service and middleware-as cloud service offerings. We can now deploy a database in 20 minutes whereas in the past it would have taken us a couple of weeks. The business reaps the benefit in decreased costs of hardware, being agile and being able to deliver services quickly to market. BT are excited about the new features in Oracle Enterprise Manager 12c such as customer self-service, templated provisioning, agentless discovery, metering and chargebackโ€”which we expect to further help cut costs." Surren Partabh CTO Core Technologies British Telecom Source: BT Deploys Oracle Database as a Service, cutting provisioning time from weeks to minutes http://streaming.oracle.com/ebn/podcasts/media/10957726_BT_110911.mp3
  • 38. Metering and Chargeback Charge UserDiscover & Plan Track Usage Benefits Align IT with business goals Drive better decision making Plan for IT budget requirements Quicker return on IT investment Key Features Resource usage metering Historical usage trends Cost allocation and charge plan evaluation Reporting for cloud self-service application
  • 39. Database Metering and Chargeback Metrics Metric Metric Type Aggregation Dedicated Base Charge Fixed sum Backup Charge Fixed sum CPU Utilization(SPECintยฎ_rate_base2006) Usage avg CPU Utilization(%)* Usage avg Edition Config n/a Version Config n/a Storage Usage * Config avg MemoryUsage * Config avg Option Config n/a Shared (by Service) Base Charge Fixed sum DB Time Usage sum CPU Time Usage sum CPU Utilization(%) Usage avg CPU Utilization(SPECintยฎ_rate_base2006) Usage avg SQL Executes Usage sum User Transactions Usage sum Disk Read Bytes (Physical) Usage sum Disk Write Bytes (Physical) Usage sum NetworkIO Usage avg