SlideShare a Scribd company logo
1 of 122
Oracle 11g Introduction James Harding Senior Sales Consultant [email_address]
 
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],<Insert Picture Here>
Customer Data Management Problems Real World Solutions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”
“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   ,[object Object],[object Object],[object Object],[object Object],[object Object],High Availability
Flashback Recovery Sustained Innovation… “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   Flashback Query Flashback Drop Flashback Database Flashback Data Archive
Error Investigation Using Flashback ,[object Object],[object Object],“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   Tx 1 Tx 2 Tx 3 select * from Emp AS OF  ‘2:00 P.M.’ where … select * from Emp VERSIONS BETWEEN ‘ 2:00 PM’ and ‘3:00 PM’ where … select * from FLASHBACK_TRANSACTION_QUERY where xid =  ‘000200030000002D’;  ,[object Object],[object Object],[object Object],[object Object],[object Object]
Flashback Drop ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   Drop table emp; Emp Mistake made Emp Recycle bin Flashback Table emp before drop; Mistake undone
“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   <Insert Picture Here> Flashback Data Archive
Flashback Data Archive ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   ORDERS User Tablespaces Flashback Data Archive Archive Tables Oracle Database Changes Total Recall Select * from orders   AS OF   ‘ Midnight 31-Dec-2004 ’
“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   <Insert Picture Here> Data Guard
Unlocking the Value of Standby DBs “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   Standby for Online Upgrade, Auto Failover Standby for Testing, Readable Physical Standby for DR and Backup Logical Standby for Realtime Query
Physical Standby with Real-Time Query ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   Physical Standby  Database Primary  Database Real-time  Queries Continuous Redo  Shipment and Apply Concurrent  Real-Time Query Now supports  Incremental backups!
“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   Data Recovery Advisor
Data Recovery Advisor The Motivation ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   Recovery Investigation & Planning
“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   Data Recovery Advisor Enterprise Manager Support
“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   ,[object Object],[object Object],[object Object],[object Object],Grid and OLTP
“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   Real Application Clusters
Standard Oracle Architecture “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   Instance Database
Shared Disk Architecture “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   Database Instance 1 Database Instance 2 Database Instance 3 Table A Table B Table C
RAC – Cache Fusion Protocol ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”
Database Control 11g Tiled Instance Charts “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],ADDM for RAC “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   Inst 1 AWR 1 AWR 2 AWR 3 Inst 2 Inst 3 Self-Diagnostic Engine Database-Level ADDM 11g Instance-Level ADDM
“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   <Insert Picture Here> Automatic Storage Management
Automatic Storage Management ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   ASM Disk ASM Disk ASM Disk ASM Disk ASM Disk
Automatic Storage Management ,[object Object],[object Object],[object Object],[object Object],[object Object],“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   ,[object Object],[object Object],[object Object],[object Object],[object Object],ASM Disk ASM Disk ASM Disk ASM Disk ASM Disk
New Optimizer Features In 11g
Inside the Oracle Database 11g Optimizer   Removing the black magic   “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   ,[object Object],[object Object],[object Object],[object Object]
Inside the Oracle Database 11g Optimizer   Removing the black magic   “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   <Insert Picture Here> SQL Plan Management Guaranteed plan stability and controlled plan evolution
Without SQL Plan Management “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],NL NL GB Parse HJ HJ GB Parse Execute Plan Acceptable Execute Plan NOT Acceptable
With SQL Plan Management “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   ,[object Object],Parse HJ HJ GB Statement log Plan history HJ HJ GB Plan baseline Execute Plan Acceptable
With SQL Plan Management “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   ,[object Object],[object Object],Statement log Plan history HJ HJ GB Plan baseline NL NL GB Parse GB NL NL ,[object Object]
With SQL Plan Management “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   ,[object Object],[object Object],[object Object],[object Object],Execute Plan Acceptable Parse HJ HJ GB Statement log Plan history HJ HJ GB Plan baseline GB NL NL
[object Object],[object Object],[object Object],VLDB
Partitioning in Oracle Database 11g
Oracle Partitioning 10 years of innovation Core functionality Oracle8 Range partitions, global range index Oracle8 i Hash and composite range-hash partitioning Oracle9 i List partitioning Oracle9 i  R2 Composite range-list partitioning Oracle 10 g Global hash indexes Oracle 10 g  R2 1M partitions per table Partitioning by reference Virtual column partitioning Automatic interval partitioning New composite partitioning:  range-range, list-range,   list-list, list-hash
[object Object],[object Object],Enhanced Partitioning  Range List Hash Range 9i 8i List Range List Hash Range 11g 9i 8i List 11g 11g 11g JAN FEB >5000  1000- 5000 ORDERS RANGE-RANGE Order Date by  Order Value USA EUROPE >5000  1000- 5000 ORDERS LIST-RANGE Region by Order Value USA EUROPE Gold  Silver ORDERS LIST-LIST Region by  Customer Type
The Concept of Partitioning Maintain Consistent Performance as Database Grows SALES SALES Jan Feb SALES Jan Feb Europe USA ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Partition for Performance Partition Pruning What was the total sales amount for May 20 and May 21 2010? Select sum(sales_amount) From SALES Where sales_date between to_date( ‘05/20/2010’,’MM/DD/YYYY’) And to_date( ‘05/22/2010’,’MM/DD/YYYY’);  5/20 5/21 5/22 5/19 Sales Table ,[object Object],[object Object],[object Object]
Partition to Manage Data Growth  Compress Data and Lower Storage Costs ,[object Object],[object Object],[object Object],Active Data 3x OLTP Compression Read Only Data 10-15x DW Compression Archive Data 15-50x Archive Compression
Partitioning  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Content is property of Oracle Corp. and is provided for Data Warehousing student education order table Drop Nov 2006 Add Jan 2006 Feb 2006 Mar 2006 Apr 2006 Local Index Other data is not affected
<Insert Picture Here> Virtual Column based Partitioning
Virtual Columns ,[object Object],[object Object],[object Object],[object Object],Oracle Confidential Create table t1 ( first_name varchar2, last_name  varchar2, full_name as (first_name ||  ‘ ‘ || last_name) virtual)
Virtual Columns - Example ,[object Object],CREATE TABLE accounts  (acc_no  number(10)  not null, acc_name  varchar2(50) not null, ... 12500 12507 12666 12875 Adams Blake Smith King
Virtual Columns - Example ,[object Object],[object Object],[object Object],[object Object],12500 12507 12 12666 12 12875 12 12 ,[object Object],[object Object],Adams Blake Smith King
Virtual Columns - Example ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],12500 12507 12 12666 12 12875 12 12 ,[object Object],[object Object],[object Object],32320 32407 32 32758 32 32980 32 32 ... Hurd Adams Blake Smith King Jones Clark Phillips
<Insert Picture Here> REF Partitioning
Before REF Partitioning Table ORDERS Jan 2006 ... ... Feb 2006 Table LINEITEMS Jan 2006 ... ... Feb 2006 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
REF Partitioning ,[object Object],[object Object],Table ORDERS Jan 2006 ... ... Feb 2006 Table LINEITEMS Jan 2006 ... ... Feb 2006 ,[object Object],[object Object],[object Object],[object Object]
<Insert Picture Here> Advanced Compression Option
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Data Compression for All Applications
Advanced Compression Option New in Oracle Database 11g  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Content is property of Oracle Corp. and is provided for Data Warehousing student education U p To 3X Compression
Advanced Compression Reduces storage requirements across all tiers Content is property of Oracle Corp. and is provided for Data Warehousing student education 5% Active 35% Less Active 60% Historical $16,600 $22,600 $19,400 Lets use compression factor of 3 $49,800 $67,700 $58,000
OLTP Table Compression Overhead Free Space Uncompressed Compressed Inserts are uncompressed Block usage reaches PCTFREE – triggers Compression Inserts are again uncompressed Block usage reaches PCTFREE – triggers Compression ,[object Object],[object Object],[object Object]
Security ,[object Object],[object Object],[object Object],[object Object]
Oracle Database Vault  Compliance and Insider Threats ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Reports Realms Multi-Factor Authorization Separation of Duty Command Rules
Oracle Audit Vault Overview Trust-but-Verify ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],10gR2 10gR1 Oracle 9iR2 (Future) Other Sources, Databases Monitor Policies Reports Security
Database 11g Core Database Security Enhancements ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Fine Grained Access Control for  Utl_TCP  and its cousins ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Data Masking
What is data masking? ,[object Object],[object Object],[object Object],[object Object],[object Object],LAST_NAME SSN SALARY AGUILAR 203-33-3234 40,000 BENSON 323-22-2943 60,000 D ’ SOUZA 989-22-2403 80,000 FIORANO 093-44-3823 45,000 LAST_NAME SSN SALARY ANSKEKSL 111—23-1111 40,000 BKJHHEIEDK 111-34-1345 60,000 KDDEHLHESA 111-97-2749 80,000 FPENZXIEK 111-49-3849 45,000
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Enterprise Manager Data Masking Pack Production Staging Mask Test Test Clone Clone
[object Object],[object Object],Management and Change
Oracle Database 11g Real Application Testing
Database Replay
The Need for Database Replay ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Database Replay makes real-world testing possible
Database Replay ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Analysis & Reporting
Database Replay: Supported Changes Changes Unsupported Changes Supported ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Middle   Tier Storage Recording of External Client Requests Client Client … Client
Database Replay Workflow … Production (9.2.0.8, 10.2.0.3+) Test (11.1) Capture Replay Analysis &  Reporting Process Storage Storage Mid-Tier Replay Driver Clients …
Database Replay Summary Report
Performance Page – Database Replay
Top Activity Page: Database Replay
SQL Performance Analyzer (SPA)
The Need for SQL Performance Analyzer (SPA) ,[object Object],[object Object],[object Object],[object Object],SPA automates identification of all SQL performance regressions resulting from changes
[object Object],[object Object],[object Object],[object Object],SQL Performance Analyzer  … … Capture SQL Middle   Tier Storage Oracle DB Re-execute SQL Queries Production Test Use SQL Tuning Advisor to tune regression Client Client … Client
SQL Performance Analyzer Workflow Storage Production (9iR2+) Test (10.2+) Capture  SQL Transport  SQL Execute SQL  Pre-change Execute SQL  Post-change Compare  Perf Storage Mid-Tier Clients …
Real Application Testing for Prior Releases ,[object Object],[object Object],[object Object],†   For more details: Note: 560977.1: Real Application Testing for Earlier Releases Feature Upgrade From Upgrade To Database Replay 10 g  R2 11 g 9 i  R2 11 g SQL Performance Analyzer 10 g  R2 10 g  R2 or 11 g 10 g  R1 10 g  R2 or 11 g 9 i  R2 10 g  R2 or 11 g
SPA Report
Oracle Database 11g Database Manageability
Manageability Evolution Storage Backup Memory Apps/SQL Schema  RAC Recovery Replication Auto- Tuning Advisory Instrumentation Low Impact Integrated Adaptive
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],ADDM for RAC
Enhancements to ADDM Findings ,[object Object]
Automatic SQL Tuning ,[object Object],[object Object],[object Object],[object Object],[object Object],Nightly Well-tuned SQL SQL Workload Packaged Apps Custom  Apps Automatic SQL Tuning SQL Profiles SQL Analysis Report Manually implement
SQL Access Advisor: Partition Advice Indexes Materialized views Materialized views log SQL Access  Advisor Hypothetical SQL cache Filter Options STS Complete Workload Partitioned objects Hash partitions? Interval partitions?
Automatic Memory Management in 11g ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],O/S Memory O/S Memory PGA SGA PGA SGA
Fault Diagnostic Automation
Automatic Diagnostic Repository diag rdbms DB Name SID ADR Base $ORACLE_HOME/log DIAGNOSTIC_DEST ADR Home $ORACLE_BASE ADRCI log.xml alert_SID.log V$DIAG_INFO alert cdump (others) hm incpkg incident metadata incdir_1 incdir_ n … trace Support Workbench BACKGROUND_DUMP_DEST USER_DUMP_DEST CORE_DUMP_DEST
Online Patching of One-off Patches ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
SecureFiles
Oracle SecureFiles Consolidated Secure Management of Data ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Designed from Scratch ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
11g Statistics & SQL Analytics
11g Statistics & SQL Analytics ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Note:  Statistics and SQL Analytics are included in Oracle Database Standard Edition Statistics
Split Lot A/B Offer testing ,[object Object],[object Object],[object Object],[object Object]
Independent Samples T-Test  (Pooled Variances) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],SQL Worksheet
Oracle OLAP 11g Optimizing BI Solutions with Oracle OLAP
Presentation  Agenda  ,[object Object],[object Object],[object Object],<Insert Picture Here>
Oracle Database Strategy for DW  Embedded Analytics Data Mining OLAP Statistics SQL Analytics ,[object Object],[object Object]
Oracle OLAP Leveraging Core Database Infrastructure ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Oracle Database 11 g  Data Warehousing Warehouse Builder OLAP Data Mining
Oracle OLAP  Goals  ,[object Object],[object Object],[object Object],[object Object],[object Object]
Materialized Views Automatic Query Rewrite ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],select month, district,   sum(revenue) from sales, time, cust group by month, district rewrite SALES day_id prod_id cust_id chan_id quantity price revenue SALES_YC year_id continent_id quantity revenue Year, Continent SALES_MS month state quantiy revenue Month, State
Materialized Views Challenges in Ad Hoc Query Environments ,[object Object],[object Object],[object Object],[object Object],SALES day_id prod_id cust_id chan_id quantity revenue SALES_MCC month_id category_id city_id quantiy revenue Month, City, Category SALES_YCC year_id category_id city_id quantiy revenue Year, City, Category SALES_YCC year_id category_id continent_id quantiy revenue Year, Continent, Category SALES_QSI qtr_id item_id state_id quantiy revenue Qtr, State, Item SALES_XXX XXX_id XXX_id XXX_id expense_amount potential_fraud_cost Cust, Time, Prod, Chan Lvls SALES_XXX XXX_id XXX_id XXX_id expense_amount potential_fraud_cost SALES_XXX XXX_id XXX_id XXX_id expense_amount potential_fraud_cost SALES_XXX XXX_id XXX_id XXX_id quantiy revenue SALES_YCT year_id type_id continent_id quantiy revenue Year, District SALES_MS month state quantiy revenue Month, State SALES_YC year_id continent_id quantity revenue Year, Continent
Cube-based Materialized Views Breakthrough Manageability & Performance SALES day_id prod_id cust_id chan_id quantity price revenue TIME day_id month quarter year CUSTOMER cust_id city state country PRODUCT item_id subcategory category type rewrite ,[object Object],[object Object],[object Object],CHANNEL chan_id class SALES CUBE refresh
Cost Based Aggregation Pinpoint Summary Management ,[object Object],[object Object],[object Object],NY 25,000 customers Los Angeles 35 customers Precomputed Computed when queried
Demonstration Transparently Improving Performance of BI Solutions
Easy Analytics Fast Access to Information Rich Results  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Snapshot of some functions
Easy Analytics Optimized Data Access Method ,[object Object],[object Object],[object Object],[object Object],Time Category Hotel Expenses Lunch Food Q1 Q2 Q3 SF West Northeast Market How do Expenses compare this Quarter versus Last Quarter What is an Item ’s Expense contribution to its Category?
BNP Paribas Advanced Time-Series Analyses in Real-Time ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Cube Represented as Star Model Simplifies Access to Analytic Calculations ,[object Object],[object Object],[object Object],[object Object],[object Object],SALES_CUBEVIEW day_id prod_id cust_id chan_id sales profit profit_yrago profit_share_parent TIME_VIEW day_id quarter month year CUSTOMER_VIEW cust_id city state region PRODUCT_VIEW prod_id subcategory category group CHANNEL_VIEW chan_id class total SALES CUBE
The Gallup Organization Healthcare Group ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Empowering Any SQL-Based Tool  Leveraging the OLAP Calculation Engine SELECT cu.long_description customer,  f.profit_rank_cust_sh_parent,  f.profit_share_cust_sh_parent, f.profit_rank_cust_sh_level, f.profit, f.gross_margin FROM time_calendar_view t,   product_primary_view p,   customer_shipments_view cu,   channel_primary_view ch,   units_cube_view f WHERE t.level_name = 'CALENDAR_YEAR ‘  AND t.calendar_year = 'CY2006‘  AND p.dim_key = 'TOTAL‘  AND cu.parent = 'TOTAL‘  AND ch.dim_key = 'TOTAL‘  AND t.dim_key = f.TIME  AND p.dim_key = f.product  AND cu.dim_key = f.customer  AND ch.dim_key = f.channel; Application Express on Oracle OLAP
Oracle OLAP 11g  Summary  ,[object Object],[object Object],[object Object],[object Object],[object Object]
Other observations
Oracle Database 11g Release 1 Upgrade Paths ,[object Object],[object Object],[object Object],[object Object],[object Object]
Oracle Database 11g Installation Changes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
<Insert Picture Here> Possible  Upgrade Gotchas
Case Sensitive Password ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Log files changes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
A Q &
“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”   The preceding is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle ’s products remains at the sole discretion of Oracle.
“ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”

More Related Content

What's hot

Time to Make the Move to In-Memory Data Grids
Time to Make the Move to In-Memory Data GridsTime to Make the Move to In-Memory Data Grids
Time to Make the Move to In-Memory Data GridsHazelcast
 
B.А.А.Е.R. Oracle Cloud Services 2017
B.А.А.Е.R. Oracle Cloud Services 2017B.А.А.Е.R. Oracle Cloud Services 2017
B.А.А.Е.R. Oracle Cloud Services 2017Assen Natchev
 
Expert summit SQL Server 2016
Expert summit   SQL Server 2016Expert summit   SQL Server 2016
Expert summit SQL Server 2016Łukasz Grala
 
Azure SQL Managed Instance - SqlBits 2019
Azure SQL Managed Instance - SqlBits 2019Azure SQL Managed Instance - SqlBits 2019
Azure SQL Managed Instance - SqlBits 2019Jovan Popovic
 
Mma 10g r2_936
Mma 10g r2_936Mma 10g r2_936
Mma 10g r2_936Alf Baez
 
Gemfire
GemfireGemfire
GemfireFNian
 
Oracle TimesTen, In-Memory Database
Oracle TimesTen, In-Memory DatabaseOracle TimesTen, In-Memory Database
Oracle TimesTen, In-Memory DatabaseMayuree Srikulwong
 
Advanced Oracle Coherence Monitoring with RTView OCM 6.0
Advanced Oracle Coherence Monitoring with RTView OCM 6.0Advanced Oracle Coherence Monitoring with RTView OCM 6.0
Advanced Oracle Coherence Monitoring with RTView OCM 6.0SL Corporation
 
Sql server 2016 new features
Sql server 2016 new featuresSql server 2016 new features
Sql server 2016 new featuresAjeet Singh
 
Debunking Common Myths of Hadoop Backup & Test Data Management
Debunking Common Myths of Hadoop Backup & Test Data ManagementDebunking Common Myths of Hadoop Backup & Test Data Management
Debunking Common Myths of Hadoop Backup & Test Data ManagementImanis Data
 
Oracle GoldenGate Cloud Service Overview
Oracle GoldenGate Cloud Service OverviewOracle GoldenGate Cloud Service Overview
Oracle GoldenGate Cloud Service OverviewJinyu Wang
 
Accelerating Business Intelligence Solutions with Microsoft Azure pass
Accelerating Business Intelligence Solutions with Microsoft Azure   passAccelerating Business Intelligence Solutions with Microsoft Azure   pass
Accelerating Business Intelligence Solutions with Microsoft Azure passJason Strate
 
Oracle RAC 12c and Policy-Managed Databases, a Technical Overview
Oracle RAC 12c and Policy-Managed Databases, a Technical OverviewOracle RAC 12c and Policy-Managed Databases, a Technical Overview
Oracle RAC 12c and Policy-Managed Databases, a Technical OverviewLudovico Caldara
 
Scale Out Your Big Data Apps: The Latest on Pivotal GemFire and GemFire XD
Scale Out Your Big Data Apps: The Latest on Pivotal GemFire and GemFire XDScale Out Your Big Data Apps: The Latest on Pivotal GemFire and GemFire XD
Scale Out Your Big Data Apps: The Latest on Pivotal GemFire and GemFire XDVMware Tanzu
 
Hadoop Distributed File System (HDFS) Encryption with Cloudera Navigator Key ...
Hadoop Distributed File System (HDFS) Encryption with Cloudera Navigator Key ...Hadoop Distributed File System (HDFS) Encryption with Cloudera Navigator Key ...
Hadoop Distributed File System (HDFS) Encryption with Cloudera Navigator Key ...Cloudera, Inc.
 
AzureSQL Managed Instance (SQLKonferenz 2018)
AzureSQL Managed Instance (SQLKonferenz 2018)AzureSQL Managed Instance (SQLKonferenz 2018)
AzureSQL Managed Instance (SQLKonferenz 2018)Jovan Popovic
 
Oracle Active Data Guard 12cR2. Is it the best option?
Oracle Active Data Guard 12cR2. Is it the best option?Oracle Active Data Guard 12cR2. Is it the best option?
Oracle Active Data Guard 12cR2. Is it the best option?Ludovico Caldara
 
Hazelcast 3.6 Roadmap Preview
Hazelcast 3.6 Roadmap PreviewHazelcast 3.6 Roadmap Preview
Hazelcast 3.6 Roadmap PreviewHazelcast
 

What's hot (20)

Time to Make the Move to In-Memory Data Grids
Time to Make the Move to In-Memory Data GridsTime to Make the Move to In-Memory Data Grids
Time to Make the Move to In-Memory Data Grids
 
B.А.А.Е.R. Oracle Cloud Services 2017
B.А.А.Е.R. Oracle Cloud Services 2017B.А.А.Е.R. Oracle Cloud Services 2017
B.А.А.Е.R. Oracle Cloud Services 2017
 
Expert summit SQL Server 2016
Expert summit   SQL Server 2016Expert summit   SQL Server 2016
Expert summit SQL Server 2016
 
Azure SQL Managed Instance - SqlBits 2019
Azure SQL Managed Instance - SqlBits 2019Azure SQL Managed Instance - SqlBits 2019
Azure SQL Managed Instance - SqlBits 2019
 
Mma 10g r2_936
Mma 10g r2_936Mma 10g r2_936
Mma 10g r2_936
 
Gemfire
GemfireGemfire
Gemfire
 
Cloud analytics for dummies
Cloud analytics for dummiesCloud analytics for dummies
Cloud analytics for dummies
 
Data Management
Data ManagementData Management
Data Management
 
Oracle TimesTen, In-Memory Database
Oracle TimesTen, In-Memory DatabaseOracle TimesTen, In-Memory Database
Oracle TimesTen, In-Memory Database
 
Advanced Oracle Coherence Monitoring with RTView OCM 6.0
Advanced Oracle Coherence Monitoring with RTView OCM 6.0Advanced Oracle Coherence Monitoring with RTView OCM 6.0
Advanced Oracle Coherence Monitoring with RTView OCM 6.0
 
Sql server 2016 new features
Sql server 2016 new featuresSql server 2016 new features
Sql server 2016 new features
 
Debunking Common Myths of Hadoop Backup & Test Data Management
Debunking Common Myths of Hadoop Backup & Test Data ManagementDebunking Common Myths of Hadoop Backup & Test Data Management
Debunking Common Myths of Hadoop Backup & Test Data Management
 
Oracle GoldenGate Cloud Service Overview
Oracle GoldenGate Cloud Service OverviewOracle GoldenGate Cloud Service Overview
Oracle GoldenGate Cloud Service Overview
 
Accelerating Business Intelligence Solutions with Microsoft Azure pass
Accelerating Business Intelligence Solutions with Microsoft Azure   passAccelerating Business Intelligence Solutions with Microsoft Azure   pass
Accelerating Business Intelligence Solutions with Microsoft Azure pass
 
Oracle RAC 12c and Policy-Managed Databases, a Technical Overview
Oracle RAC 12c and Policy-Managed Databases, a Technical OverviewOracle RAC 12c and Policy-Managed Databases, a Technical Overview
Oracle RAC 12c and Policy-Managed Databases, a Technical Overview
 
Scale Out Your Big Data Apps: The Latest on Pivotal GemFire and GemFire XD
Scale Out Your Big Data Apps: The Latest on Pivotal GemFire and GemFire XDScale Out Your Big Data Apps: The Latest on Pivotal GemFire and GemFire XD
Scale Out Your Big Data Apps: The Latest on Pivotal GemFire and GemFire XD
 
Hadoop Distributed File System (HDFS) Encryption with Cloudera Navigator Key ...
Hadoop Distributed File System (HDFS) Encryption with Cloudera Navigator Key ...Hadoop Distributed File System (HDFS) Encryption with Cloudera Navigator Key ...
Hadoop Distributed File System (HDFS) Encryption with Cloudera Navigator Key ...
 
AzureSQL Managed Instance (SQLKonferenz 2018)
AzureSQL Managed Instance (SQLKonferenz 2018)AzureSQL Managed Instance (SQLKonferenz 2018)
AzureSQL Managed Instance (SQLKonferenz 2018)
 
Oracle Active Data Guard 12cR2. Is it the best option?
Oracle Active Data Guard 12cR2. Is it the best option?Oracle Active Data Guard 12cR2. Is it the best option?
Oracle Active Data Guard 12cR2. Is it the best option?
 
Hazelcast 3.6 Roadmap Preview
Hazelcast 3.6 Roadmap PreviewHazelcast 3.6 Roadmap Preview
Hazelcast 3.6 Roadmap Preview
 

Viewers also liked

여자농구놀이터 《∼∼》pupu82,cOm《∼∼》 토토추천 여자농구배팅추천
여자농구놀이터 《∼∼》pupu82,cOm《∼∼》 토토추천 여자농구배팅추천여자농구놀이터 《∼∼》pupu82,cOm《∼∼》 토토추천 여자농구배팅추천
여자농구놀이터 《∼∼》pupu82,cOm《∼∼》 토토추천 여자농구배팅추천ghghjkhj
 
A crash course on creativity 1
A crash course on creativity 1A crash course on creativity 1
A crash course on creativity 1self-employed
 
παπαδοπουλου
παπαδοπουλουπαπαδοπουλου
παπαδοπουλουVasso Servou
 
Social Media Breakfast - Current State of Democracy
Social Media Breakfast - Current State of DemocracySocial Media Breakfast - Current State of Democracy
Social Media Breakfast - Current State of DemocracyDJ Kelly
 
Portfolio SSJB
Portfolio SSJBPortfolio SSJB
Portfolio SSJBweirdoux
 
Mera medicare ppt template
Mera medicare ppt templateMera medicare ppt template
Mera medicare ppt templateAyush Khare
 
Herramientas web 2.0
Herramientas web 2.0Herramientas web 2.0
Herramientas web 2.0Pablo Reino
 
אדי לבנטמן-נוכחות לוקאלית אפקטיבית בגוגל
אדי לבנטמן-נוכחות לוקאלית אפקטיבית בגוגלאדי לבנטמן-נוכחות לוקאלית אפקטיבית בגוגל
אדי לבנטמן-נוכחות לוקאלית אפקטיבית בגוגלEddie Laventman אדי לבנטמן
 
토토추천《∼∼》pupu82,cOm《∼∼》 여자농구결과 여자농구결과
토토추천《∼∼》pupu82,cOm《∼∼》  여자농구결과 여자농구결과토토추천《∼∼》pupu82,cOm《∼∼》  여자농구결과 여자농구결과
토토추천《∼∼》pupu82,cOm《∼∼》 여자농구결과 여자농구결과ghghjkhj
 
Qr코드란 무엇인가
Qr코드란 무엇인가Qr코드란 무엇인가
Qr코드란 무엇인가천식 김
 
Grafico diario del dax perfomance index para el 10 12-2012
Grafico diario del dax perfomance index para el 10 12-2012Grafico diario del dax perfomance index para el 10 12-2012
Grafico diario del dax perfomance index para el 10 12-2012Experiencia Trading
 
The simple-power-of-the-doodle
The simple-power-of-the-doodleThe simple-power-of-the-doodle
The simple-power-of-the-doodleslashdot
 

Viewers also liked (16)

여자농구놀이터 《∼∼》pupu82,cOm《∼∼》 토토추천 여자농구배팅추천
여자농구놀이터 《∼∼》pupu82,cOm《∼∼》 토토추천 여자농구배팅추천여자농구놀이터 《∼∼》pupu82,cOm《∼∼》 토토추천 여자농구배팅추천
여자농구놀이터 《∼∼》pupu82,cOm《∼∼》 토토추천 여자농구배팅추천
 
A crash course on creativity 1
A crash course on creativity 1A crash course on creativity 1
A crash course on creativity 1
 
παπαδοπουλου
παπαδοπουλουπαπαδοπουλου
παπαδοπουλου
 
TECM
TECMTECM
TECM
 
La democracia
La democraciaLa democracia
La democracia
 
Social Media Breakfast - Current State of Democracy
Social Media Breakfast - Current State of DemocracySocial Media Breakfast - Current State of Democracy
Social Media Breakfast - Current State of Democracy
 
Portfolio SSJB
Portfolio SSJBPortfolio SSJB
Portfolio SSJB
 
Mera medicare ppt template
Mera medicare ppt templateMera medicare ppt template
Mera medicare ppt template
 
Physician care flyer
Physician care flyerPhysician care flyer
Physician care flyer
 
Herramientas web 2.0
Herramientas web 2.0Herramientas web 2.0
Herramientas web 2.0
 
אדי לבנטמן-נוכחות לוקאלית אפקטיבית בגוגל
אדי לבנטמן-נוכחות לוקאלית אפקטיבית בגוגלאדי לבנטמן-נוכחות לוקאלית אפקטיבית בגוגל
אדי לבנטמן-נוכחות לוקאלית אפקטיבית בגוגל
 
토토추천《∼∼》pupu82,cOm《∼∼》 여자농구결과 여자농구결과
토토추천《∼∼》pupu82,cOm《∼∼》  여자농구결과 여자농구결과토토추천《∼∼》pupu82,cOm《∼∼》  여자농구결과 여자농구결과
토토추천《∼∼》pupu82,cOm《∼∼》 여자농구결과 여자농구결과
 
Qr코드란 무엇인가
Qr코드란 무엇인가Qr코드란 무엇인가
Qr코드란 무엇인가
 
Grafico diario del dax perfomance index para el 10 12-2012
Grafico diario del dax perfomance index para el 10 12-2012Grafico diario del dax perfomance index para el 10 12-2012
Grafico diario del dax perfomance index para el 10 12-2012
 
The simple-power-of-the-doodle
The simple-power-of-the-doodleThe simple-power-of-the-doodle
The simple-power-of-the-doodle
 
Understand your EPF
Understand your EPFUnderstand your EPF
Understand your EPF
 

Similar to 11g overview

Présentation Oracle DataBase 11g
Présentation Oracle DataBase 11gPrésentation Oracle DataBase 11g
Présentation Oracle DataBase 11gCynapsys It Hotspot
 
Systems oracle overview_hardware
Systems oracle overview_hardwareSystems oracle overview_hardware
Systems oracle overview_hardwareFran Navarro
 
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
 
Remote DBA Experts 11g Features
Remote DBA Experts 11g FeaturesRemote DBA Experts 11g Features
Remote DBA Experts 11g FeaturesRemote DBA Experts
 
High Availability And Oracle Data Guard 11g R2
High Availability And Oracle Data Guard 11g R2High Availability And Oracle Data Guard 11g R2
High Availability And Oracle Data Guard 11g R2Mario Redón Luz
 
Oracle Database 11g Lower Your Costs
Oracle Database 11g Lower Your CostsOracle Database 11g Lower Your Costs
Oracle Database 11g Lower Your CostsMark Rabne
 
VMworld 2014: Virtualizing Databases
VMworld 2014: Virtualizing DatabasesVMworld 2014: Virtualizing Databases
VMworld 2014: Virtualizing DatabasesVMworld
 
שבוע אורקל 2016
שבוע אורקל 2016שבוע אורקל 2016
שבוע אורקל 2016Aaron Shilo
 
Oracle-12c Online Training by Quontra Solutions
 Oracle-12c Online Training by Quontra Solutions Oracle-12c Online Training by Quontra Solutions
Oracle-12c Online Training by Quontra SolutionsQuontra Solutions
 
Oracle Database 12c Multitenant for Consolidation
Oracle Database 12c Multitenant for ConsolidationOracle Database 12c Multitenant for Consolidation
Oracle Database 12c Multitenant for ConsolidationYudi Herdiana
 
VMworld Europe 2014: Virtualizing Databases Doing IT Right – The Sequel
VMworld Europe 2014: Virtualizing Databases Doing IT Right – The SequelVMworld Europe 2014: Virtualizing Databases Doing IT Right – The Sequel
VMworld Europe 2014: Virtualizing Databases Doing IT Right – The SequelVMworld
 
Extreme Availability using Oracle 12c Features: Your very last system shutdown?
Extreme Availability using Oracle 12c Features: Your very last system shutdown?Extreme Availability using Oracle 12c Features: Your very last system shutdown?
Extreme Availability using Oracle 12c Features: Your very last system shutdown?Toronto-Oracle-Users-Group
 
Make Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For ItMake Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For ItMarkus Michalewicz
 
Migration to Oracle 12c Made Easy Using Replication Technology
Migration to Oracle 12c Made Easy Using Replication TechnologyMigration to Oracle 12c Made Easy Using Replication Technology
Migration to Oracle 12c Made Easy Using Replication TechnologyDonna Guazzaloca-Zehl
 

Similar to 11g overview (20)

Présentation Oracle DataBase 11g
Présentation Oracle DataBase 11gPrésentation Oracle DataBase 11g
Présentation Oracle DataBase 11g
 
11g R2
11g R211g R2
11g R2
 
Systems oracle overview_hardware
Systems oracle overview_hardwareSystems oracle overview_hardware
Systems oracle overview_hardware
 
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...
 
Oracle 12c Architecture
Oracle 12c ArchitectureOracle 12c Architecture
Oracle 12c Architecture
 
Remote DBA Experts 11g Features
Remote DBA Experts 11g FeaturesRemote DBA Experts 11g Features
Remote DBA Experts 11g Features
 
High Availability And Oracle Data Guard 11g R2
High Availability And Oracle Data Guard 11g R2High Availability And Oracle Data Guard 11g R2
High Availability And Oracle Data Guard 11g R2
 
Oracle Database 11g Lower Your Costs
Oracle Database 11g Lower Your CostsOracle Database 11g Lower Your Costs
Oracle Database 11g Lower Your Costs
 
VMworld 2014: Virtualizing Databases
VMworld 2014: Virtualizing DatabasesVMworld 2014: Virtualizing Databases
VMworld 2014: Virtualizing Databases
 
שבוע אורקל 2016
שבוע אורקל 2016שבוע אורקל 2016
שבוע אורקל 2016
 
Clustering van IT-componenten
Clustering van IT-componentenClustering van IT-componenten
Clustering van IT-componenten
 
Oracle-12c Online Training by Quontra Solutions
 Oracle-12c Online Training by Quontra Solutions Oracle-12c Online Training by Quontra Solutions
Oracle-12c Online Training by Quontra Solutions
 
Data guard oracle
Data guard oracleData guard oracle
Data guard oracle
 
Oracle Database 12c Multitenant for Consolidation
Oracle Database 12c Multitenant for ConsolidationOracle Database 12c Multitenant for Consolidation
Oracle Database 12c Multitenant for Consolidation
 
Oracle
OracleOracle
Oracle
 
VMworld Europe 2014: Virtualizing Databases Doing IT Right – The Sequel
VMworld Europe 2014: Virtualizing Databases Doing IT Right – The SequelVMworld Europe 2014: Virtualizing Databases Doing IT Right – The Sequel
VMworld Europe 2014: Virtualizing Databases Doing IT Right – The Sequel
 
Extreme Availability using Oracle 12c Features: Your very last system shutdown?
Extreme Availability using Oracle 12c Features: Your very last system shutdown?Extreme Availability using Oracle 12c Features: Your very last system shutdown?
Extreme Availability using Oracle 12c Features: Your very last system shutdown?
 
Make Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For ItMake Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For It
 
Migration to Oracle 12c Made Easy Using Replication Technology
Migration to Oracle 12c Made Easy Using Replication TechnologyMigration to Oracle 12c Made Easy Using Replication Technology
Migration to Oracle 12c Made Easy Using Replication Technology
 
PASS Summit 2020
PASS Summit 2020PASS Summit 2020
PASS Summit 2020
 

Recently uploaded

DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 

Recently uploaded (20)

DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 

11g overview

  • 1. Oracle 11g Introduction James Harding Senior Sales Consultant [email_address]
  • 2.  
  • 3.
  • 4.
  • 5.
  • 6. Flashback Recovery Sustained Innovation… “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.” Flashback Query Flashback Drop Flashback Database Flashback Data Archive
  • 7.
  • 8.
  • 9. “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.” <Insert Picture Here> Flashback Data Archive
  • 10.
  • 11. “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.” <Insert Picture Here> Data Guard
  • 12. Unlocking the Value of Standby DBs “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.” Standby for Online Upgrade, Auto Failover Standby for Testing, Readable Physical Standby for DR and Backup Logical Standby for Realtime Query
  • 13.
  • 14. “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.” Data Recovery Advisor
  • 15.
  • 16. “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.” Data Recovery Advisor Enterprise Manager Support
  • 17.
  • 18. “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.” Real Application Clusters
  • 19. Standard Oracle Architecture “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.” Instance Database
  • 20. Shared Disk Architecture “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.” Database Instance 1 Database Instance 2 Database Instance 3 Table A Table B Table C
  • 21.
  • 22. Database Control 11g Tiled Instance Charts “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”
  • 23.
  • 24. “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.” <Insert Picture Here> Automatic Storage Management
  • 25.
  • 26.
  • 28.
  • 29.
  • 30. “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.” <Insert Picture Here> SQL Plan Management Guaranteed plan stability and controlled plan evolution
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36. Partitioning in Oracle Database 11g
  • 37. Oracle Partitioning 10 years of innovation Core functionality Oracle8 Range partitions, global range index Oracle8 i Hash and composite range-hash partitioning Oracle9 i List partitioning Oracle9 i R2 Composite range-list partitioning Oracle 10 g Global hash indexes Oracle 10 g R2 1M partitions per table Partitioning by reference Virtual column partitioning Automatic interval partitioning New composite partitioning: range-range, list-range, list-list, list-hash
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43. <Insert Picture Here> Virtual Column based Partitioning
  • 44.
  • 45.
  • 46.
  • 47.
  • 48. <Insert Picture Here> REF Partitioning
  • 49.
  • 50.
  • 51. <Insert Picture Here> Advanced Compression Option
  • 52.
  • 53.
  • 54. Advanced Compression Reduces storage requirements across all tiers Content is property of Oracle Corp. and is provided for Data Warehousing student education 5% Active 35% Less Active 60% Historical $16,600 $22,600 $19,400 Lets use compression factor of 3 $49,800 $67,700 $58,000
  • 55.
  • 56.
  • 57.
  • 58.
  • 59.
  • 60.
  • 62.
  • 63.
  • 64.
  • 65. Oracle Database 11g Real Application Testing
  • 67.
  • 68.
  • 69.
  • 70. Database Replay Workflow … Production (9.2.0.8, 10.2.0.3+) Test (11.1) Capture Replay Analysis & Reporting Process Storage Storage Mid-Tier Replay Driver Clients …
  • 72. Performance Page – Database Replay
  • 73. Top Activity Page: Database Replay
  • 75.
  • 76.
  • 77. SQL Performance Analyzer Workflow Storage Production (9iR2+) Test (10.2+) Capture SQL Transport SQL Execute SQL Pre-change Execute SQL Post-change Compare Perf Storage Mid-Tier Clients …
  • 78.
  • 80. Oracle Database 11g Database Manageability
  • 81. Manageability Evolution Storage Backup Memory Apps/SQL Schema RAC Recovery Replication Auto- Tuning Advisory Instrumentation Low Impact Integrated Adaptive
  • 82.
  • 83.
  • 84.
  • 85. SQL Access Advisor: Partition Advice Indexes Materialized views Materialized views log SQL Access Advisor Hypothetical SQL cache Filter Options STS Complete Workload Partitioned objects Hash partitions? Interval partitions?
  • 86.
  • 88. Automatic Diagnostic Repository diag rdbms DB Name SID ADR Base $ORACLE_HOME/log DIAGNOSTIC_DEST ADR Home $ORACLE_BASE ADRCI log.xml alert_SID.log V$DIAG_INFO alert cdump (others) hm incpkg incident metadata incdir_1 incdir_ n … trace Support Workbench BACKGROUND_DUMP_DEST USER_DUMP_DEST CORE_DUMP_DEST
  • 89.
  • 91.
  • 92.
  • 93. 11g Statistics & SQL Analytics
  • 94.
  • 95.
  • 96.
  • 97. Oracle OLAP 11g Optimizing BI Solutions with Oracle OLAP
  • 98.
  • 99.
  • 100.
  • 101.
  • 102.
  • 103.
  • 104.
  • 105.
  • 106. Demonstration Transparently Improving Performance of BI Solutions
  • 107.
  • 108.
  • 109.
  • 110.
  • 111.
  • 112. Empowering Any SQL-Based Tool Leveraging the OLAP Calculation Engine SELECT cu.long_description customer, f.profit_rank_cust_sh_parent, f.profit_share_cust_sh_parent, f.profit_rank_cust_sh_level, f.profit, f.gross_margin FROM time_calendar_view t, product_primary_view p, customer_shipments_view cu, channel_primary_view ch, units_cube_view f WHERE t.level_name = 'CALENDAR_YEAR ‘ AND t.calendar_year = 'CY2006‘ AND p.dim_key = 'TOTAL‘ AND cu.parent = 'TOTAL‘ AND ch.dim_key = 'TOTAL‘ AND t.dim_key = f.TIME AND p.dim_key = f.product AND cu.dim_key = f.customer AND ch.dim_key = f.channel; Application Express on Oracle OLAP
  • 113.
  • 115.
  • 116.
  • 117. <Insert Picture Here> Possible Upgrade Gotchas
  • 118.
  • 119.
  • 120. A Q &
  • 121. “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.” The preceding is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle ’s products remains at the sole discretion of Oracle.
  • 122. “ This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”