SlideShare una empresa de Scribd logo
1 de 79
Descargar para leer sin conexión
<Insert Picture Here>




Using Oracle Database with Amazon Web Services
Oracle Open World - November 2007
Bill Hodak                   Jinesh Varia
Sr. Product Manager          Web Services Evangelist
Oracle Corporation           Amazon
The following is intended to outline our general
product direction. It is intended for information
purposes only, and may not be incorporated into any
contract. It is not a commitment to deliver any
material, code, or functionality, and should not be
relied upon in making purchasing decisions.
The development, release, and timing of any
features or functionality described for Oracle’s
products remain at the sole discretion of Oracle.
Introduction

•   Web Services: Self-contained functions that can be
    published and invoked across the web using XML-
    based protocols.

•   Amazon Web Services (AWS): ‘Web Services’ for
    directly accessing Amazon's technology platform and
    product data, ranging from retrieving product
    information to leveraging Amazon’s vast data center
    resources:
      •   Amazon Elastic Compute Cloud (EC2)
      •   Amazon Simple Storage Service (S3)
      •   Amazon E-Commerce Service
      •   Amazon Simple Queue Service
      •   and many more…
Amazon Elastic Compute Cloud (EC2)

•   EC2 is an Amazon Web Service offering that enables
    customers to create and provision, within minutes, virtual
    machines that reside in Amazon’s data center.

•   The amount of CPU that is allocated to a particular instance is
    expressed in ‘EC2 Compute Units’
      •   An EC2 Compute Unit is equivalent to the CPU capacity of a
          1.0 – 1.2 GHz 2007 Opteron or 2007 Xeon processor

•   Amazon is responsible for managing the underlying data
    center and network.

•   EC2 customers can create custom virtual machines, known
    as Amazon Machine Images (AMI), and publish them for
    other EC2 customers to use.
Amazon Elastic Compute Cloud (EC2)

                             EC2 Instance Types
                        Small Instance   Large Instance   Extra Large Instance
                           32-Bit            64-Bit              64-Bit
EC2 Compute Units             1                4                    8
        Virtual Cores         1                2                    4
              Memory       1.7 GB           7.5 GB               15 GB
     Instance Storage      160 GB           850 GB               1.7 TB
                 Cost    $0.10 / Hour     $0.40 / Hour         $0.80 / Hour


 •     Bandwidth Costs
          •   $0.18 per GB Transferred – first 10 TB / month
          •   $0.16 per GB Transferred – next 40 TB / month
          •   $0.13 per GB Transferred – over 50 TB / month
Amazon Simple Storage Service (S3)
•   S3 is an Amazon Web Service offering that enables customers to
    leverage Amazon’s data storage infrastructure to store and retrieve
    any amount of data.
•   Amazon is responsible for managing the underlying data center
    and network.
•   Amazon charges storage, bandwidth, and request rates for using
    S3 storage:
      •   Storage Cost
            • $0.15 per GB per Month of storage used
      •   Bandwidth Costs
            • $0.18 per GB Transferred – first 10 TB / month
            • $0.16 per GB Transferred – next 40 TB / month
            • $0.13 per GB Transferred – over 50 TB / month
      •   Request Costs
            • $0.01 per 1,000 PUT or LIST Request
            • $0.01 per 10,000 GET and all other Requests
Database Computing
in the Cloud
Database Computing in the Cloud
  The Basic Building Blocks

• Oracle Enterprise Linux

• Oracle Database Express Edition (XE)

• Oracle Applications Express (APEX)

• Amazon Elastic Compute Cloud (EC2)

• Amazon Simple Storage Service (S3)
Deploying Oracle XE on EC2

• Oracle Database Express Edition (XE)
    •   Free Edition of Oracle Database
    •   Easy to Install (rpm), Manage, and Develop On

• Oracle Applications Express (APEX)
    •   Rapid Web Application Development Tool

• A Perfect Solution for…
    • Proof of Concept Software Projects
    • Development Environments
    • Testing / Quality Assurance Environments
    • Sandbox for DBA
Deploying Oracle XE on EC2
  Overview of How it Works

• Sign-up for Amazon Web Services and EC2
  (http://aws.amazon.com)
• Install EC2 API’s from Amazon.com
• Install Oracle Enterprise Linux on a root file system
• Install Oracle Database Express Edition (XE)
• Install Oracle Applications Express (APEX)
• Bundle and upload your file system to EC2/S3
Demo Oracle Database on EC2
Oracle XE on EC2: Step by Step
Oracle XE-AMI: Step by Step

  Set Environment Variables:
Oracle XE-AMI: Step by Step

  Set Environment Variables:
Oracle XE-AMI: Step by Step

  Find the AMI we want to start:
Oracle XE-AMI: Step by Step

  Find the AMI we want to start:
Oracle XE-AMI: Step by Step

  Start an instance of the AMI:
Oracle XE-AMI: Step by Step

  Start an instance of the AMI:
Oracle XE-AMI: Step by Step

  See if the instance has started:
Oracle XE-AMI: Step by Step

  See if the instance has started:
Oracle XE-AMI: Step by Step

  See if the instance has started:
Oracle XE-AMI: Step by Step

  Get the host/DNS details:
Oracle XE-AMI: Step by Step

  SSH to the host:
Oracle XE-AMI: Step by Step

  SSH to the host:
Oracle XE-AMI: Step by Step

  SSH to the host:
Oracle XE-AMI: Step by Step
  Login as root:
Oracle XE-AMI: Step by Step
  Login as root:
Oracle XE-AMI: Step by Step
  Review the ‘readme’ files:
Oracle XE-AMI: Step by Step
  Review the ‘readme’ files:
Oracle XE-AMI: Step by Step
  Run the first_login.sh script:
Oracle XE-AMI: Step by Step
  Login to the database:
Oracle XE-AMI: Step by Step
  Login to the database:
Oracle XE-AMI: Step by Step
  Login to the database:
Oracle XE-AMI: Step by Step
  Login to the APEX:
Oracle XE-AMI: Step by Step
  Login to the APEX:
Database Storage in the Cloud
Oracle Recovery Manager

    Database Files    RMAN Backup       Flash Recovery Area
    Database Files    RMAN Backup       Flash Recovery Area




                                         RMAN Tape Interface
RMAN Backup Best Practices
• Backup to Flash Recovery Area (FRA)
• Migrate backups from FRA to tape
• Move tapes to off-site location        Offsite Tape Storage
Oracle Recovery Manager + S3

    Database Files    RMAN Backup       Flash Recovery Area
    Database Files    RMAN Backup       Flash Recovery Area




                                         RMAN S3 Interface
RMAN Backup Best Practices
• Backup to Flash Recovery Area (FRA)      Amazon S3
                                           Amazon S3
• Migrate Backups to S3
• Migrate backups from FRA to tape
• Move tapes to off-site location
Oracle Recovery Manager + S3

    Database Files    RMAN Backup       Flash Recovery Area
    Database Files    RMAN Backup       Flash Recovery Area




                                         RMAN S3 Interface
RMAN Backup Best Practices
• Backup to Flash Recovery Area (FRA)      Amazon S3
                                           Amazon S3
• Migrate Backups to S3
• Migrate backups from FRA to tape
    No Longer Necessary
• Move tapes to off-site location
Oracle Recovery Manager + S3

  Database Files                       RMAN Backup
  Database Files                       RMAN Backup


                   RMAN S3 Interface




                                        Amazon S3
                                        Amazon S3

  …or backup directly to S3
Oracle Recovery Manager + S3
  Configuring RMAN for S3

• Install Oracle Supplied SBT Library
• Configure sbt_pfile.ora
• Configure SBT Channel in RMAN
    • Point to SBT Library
    • Point to sbt_pfile.ora
SecureFile Storage on S3

•   External Storage for SecureFiles (next generation LOB)
      •   SQL and PL/SQL access to SecureFile data stored on S3
           • Create, Retrieve, Update, Delete
      •   Storage location (internal, S3) transparent to user
      •   Enables transactional capabilities within S3 for SecureFiles
           (e.g. Rollback / Commit)
      •   SecureFiles Archival Example
           • Store infrequently accessed SecureFiles on S3
           • Low cost ‘online’ data archival
           • Reduce high-end storage utilization

                                                Amazon S3
                                                Amazon S3

                              SQL
Demo Oracle Database
Recovery Manager and S3
Oracle RMAN and S3: Step by Step

  Configure sbt_pfile.ora
Oracle RMAN and S3: Step by Step

 Configure RMAN Channel
Oracle RMAN and S3: Step by Step
Check you S3 Bucket
Oracle RMAN and S3: Step by Step
Schedule an RMAN Backup
Oracle RMAN and S3: Step by Step
Schedule an RMAN Backup
Oracle RMAN and S3: Step by Step
Schedule an RMAN Backup
Oracle RMAN and S3: Step by Step
Schedule an RMAN Backup
Oracle RMAN and S3: Step by Step
Schedule an RMAN Backup
Oracle RMAN and S3: Step by Step
Schedule an RMAN Backup
Oracle RMAN and S3: Step by Step
Schedule an RMAN Backup
Oracle RMAN and S3: Step by Step
Schedule an RMAN Backup
Oracle RMAN and S3: Step by Step
Schedule an RMAN Backup
Oracle RMAN and S3: Step by Step
Schedule an RMAN Backup
Oracle RMAN and S3: Step by Step
Monitor your RMAN Backup
Oracle RMAN and S3: Step by Step
Monitor your RMAN Backup
Oracle RMAN and S3: Step by Step
Check you S3 Bucket
Demo Oracle Database
SecureFiles and S3
Oracle SecureFiles and S3: Step by Step
Check you S3 Bucket
Oracle SecureFiles and S3: Step by Step
Check you S3 Bucket
Oracle SecureFiles and S3: Step by Step
Check you S3 Bucket
Oracle SecureFiles and S3: Step by Step
Create a Table with a LOB Column
Oracle SecureFiles and S3: Step by Step
Insert Data into the Table
Oracle SecureFiles and S3: Step by Step
Check the Size of the LOB Column
Oracle SecureFiles and S3: Step by Step
Check the Size of the LOB Column
Oracle SecureFiles and S3: Step by Step
Check the Size of the LOB Column
Oracle SecureFiles and S3: Step by Step
Review PL/SQL Block
Oracle SecureFiles and S3: Step by Step
Review PL/SQL Block
Oracle SecureFiles and S3: Step by Step
Load S3 Object into LOB Column
Oracle SecureFiles and S3: Step by Step
Check the Size of the LOB Column
Oracle SecureFiles and S3: Step by Step
Check the Size of the LOB Column
Oracle SecureFiles and S3: Step by Step
Check the Size of the LOB Column
Oracle SecureFiles and S3: Step by Step
Conclusion
                                                          EC2
•   Amazon Web Services provide Oracle customers with a
    compelling ‘Utility Computing Model’:
      •   Pay only for what you use
      •   Lowers IT costs (hardware and management)
      •   Enables on-demand hardware provisioning


•   Perfect for Small and Medium Businesses (SMB)
      •   Low costs
      •   Minimum IT Administration
      •   Highly Scalable Grid Computing
Beta Participation




       Contact Information:
          Bill Hodak
          bill.hodak@oracle.com
Using Oracle Database with Amazon Web Services
Using Oracle Database with Amazon Web Services

Más contenido relacionado

La actualidad más candente

SharePoint on Microsoft Azure
SharePoint on Microsoft AzureSharePoint on Microsoft Azure
SharePoint on Microsoft AzureK.Mohamed Faizal
 
SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...
SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...
SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...Michael Noel
 
SharePoint Disaster Recovery with SQL AlwaysOn
SharePoint Disaster Recovery with SQL AlwaysOnSharePoint Disaster Recovery with SQL AlwaysOn
SharePoint Disaster Recovery with SQL AlwaysOnZeddy Iskandar
 
Unbreakable SharePoint 2013 with SQL Server Always On Availability Groups (HA...
Unbreakable SharePoint 2013 with SQL Server Always On Availability Groups (HA...Unbreakable SharePoint 2013 with SQL Server Always On Availability Groups (HA...
Unbreakable SharePoint 2013 with SQL Server Always On Availability Groups (HA...serge luca
 
Microsoft SQL Server Query Tuning
Microsoft SQL Server Query TuningMicrosoft SQL Server Query Tuning
Microsoft SQL Server Query TuningMark Ginnebaugh
 
Best Practice SharePoint Architecture
Best Practice SharePoint ArchitectureBest Practice SharePoint Architecture
Best Practice SharePoint ArchitectureMichael Noel
 
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...Andrejs Prokopjevs
 
SPSSac2014 - SharePoint Infrastructure Tips and Tricks for On-Premises and Hy...
SPSSac2014 - SharePoint Infrastructure Tips and Tricks for On-Premises and Hy...SPSSac2014 - SharePoint Infrastructure Tips and Tricks for On-Premises and Hy...
SPSSac2014 - SharePoint Infrastructure Tips and Tricks for On-Premises and Hy...Michael Noel
 
Oracle Database 12c Release 2 - New Features On Oracle Database Exadata Expr...
Oracle Database 12c Release 2 - New Features On Oracle Database Exadata  Expr...Oracle Database 12c Release 2 - New Features On Oracle Database Exadata  Expr...
Oracle Database 12c Release 2 - New Features On Oracle Database Exadata Expr...Alex Zaballa
 
Exadata MAA Best Practices
Exadata MAA Best PracticesExadata MAA Best Practices
Exadata MAA Best PracticesRui Sousa
 
Building the Perfect SharePoint 2010 Farm; A Walkthrough of Best Practices fr...
Building the Perfect SharePoint 2010 Farm; A Walkthrough of Best Practices fr...Building the Perfect SharePoint 2010 Farm; A Walkthrough of Best Practices fr...
Building the Perfect SharePoint 2010 Farm; A Walkthrough of Best Practices fr...Michael Noel
 
End-to-end Troubleshooting Checklist for Microsoft SQL Server
End-to-end Troubleshooting Checklist for Microsoft SQL ServerEnd-to-end Troubleshooting Checklist for Microsoft SQL Server
End-to-end Troubleshooting Checklist for Microsoft SQL ServerKevin Kline
 
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
 
Developing a provider hosted share point app
Developing a provider hosted share point appDeveloping a provider hosted share point app
Developing a provider hosted share point appTalbott Crowell
 
Scalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYC
Scalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYCScalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYC
Scalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYCCal Henderson
 
PDB Provisioning with Oracle Multitenant Self Service Application
PDB Provisioning with Oracle Multitenant Self Service ApplicationPDB Provisioning with Oracle Multitenant Self Service Application
PDB Provisioning with Oracle Multitenant Self Service ApplicationLeighton Nelson
 
HTTP Session Replication with Oracle Coherence, GlassFish, WebLogic
HTTP Session Replication with Oracle Coherence, GlassFish, WebLogicHTTP Session Replication with Oracle Coherence, GlassFish, WebLogic
HTTP Session Replication with Oracle Coherence, GlassFish, WebLogicOracle
 

La actualidad más candente (20)

SharePoint on Microsoft Azure
SharePoint on Microsoft AzureSharePoint on Microsoft Azure
SharePoint on Microsoft Azure
 
SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...
SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...
SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...
 
SharePoint Disaster Recovery with SQL AlwaysOn
SharePoint Disaster Recovery with SQL AlwaysOnSharePoint Disaster Recovery with SQL AlwaysOn
SharePoint Disaster Recovery with SQL AlwaysOn
 
Unbreakable SharePoint 2013 with SQL Server Always On Availability Groups (HA...
Unbreakable SharePoint 2013 with SQL Server Always On Availability Groups (HA...Unbreakable SharePoint 2013 with SQL Server Always On Availability Groups (HA...
Unbreakable SharePoint 2013 with SQL Server Always On Availability Groups (HA...
 
Microsoft SQL Server Query Tuning
Microsoft SQL Server Query TuningMicrosoft SQL Server Query Tuning
Microsoft SQL Server Query Tuning
 
Best Practice SharePoint Architecture
Best Practice SharePoint ArchitectureBest Practice SharePoint Architecture
Best Practice SharePoint Architecture
 
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
 
SPSSac2014 - SharePoint Infrastructure Tips and Tricks for On-Premises and Hy...
SPSSac2014 - SharePoint Infrastructure Tips and Tricks for On-Premises and Hy...SPSSac2014 - SharePoint Infrastructure Tips and Tricks for On-Premises and Hy...
SPSSac2014 - SharePoint Infrastructure Tips and Tricks for On-Premises and Hy...
 
Oracle Database 12c Release 2 - New Features On Oracle Database Exadata Expr...
Oracle Database 12c Release 2 - New Features On Oracle Database Exadata  Expr...Oracle Database 12c Release 2 - New Features On Oracle Database Exadata  Expr...
Oracle Database 12c Release 2 - New Features On Oracle Database Exadata Expr...
 
Exadata MAA Best Practices
Exadata MAA Best PracticesExadata MAA Best Practices
Exadata MAA Best Practices
 
Building the Perfect SharePoint 2010 Farm; A Walkthrough of Best Practices fr...
Building the Perfect SharePoint 2010 Farm; A Walkthrough of Best Practices fr...Building the Perfect SharePoint 2010 Farm; A Walkthrough of Best Practices fr...
Building the Perfect SharePoint 2010 Farm; A Walkthrough of Best Practices fr...
 
End-to-end Troubleshooting Checklist for Microsoft SQL Server
End-to-end Troubleshooting Checklist for Microsoft SQL ServerEnd-to-end Troubleshooting Checklist for Microsoft SQL Server
End-to-end Troubleshooting Checklist for Microsoft SQL Server
 
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?
 
SharePoint Topology
SharePoint Topology SharePoint Topology
SharePoint Topology
 
SharePoint on Azure
SharePoint on Azure SharePoint on Azure
SharePoint on Azure
 
Optimizing SQL Server 2012 for SharePoint 2013
Optimizing SQL Server 2012 for SharePoint 2013Optimizing SQL Server 2012 for SharePoint 2013
Optimizing SQL Server 2012 for SharePoint 2013
 
Developing a provider hosted share point app
Developing a provider hosted share point appDeveloping a provider hosted share point app
Developing a provider hosted share point app
 
Scalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYC
Scalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYCScalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYC
Scalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYC
 
PDB Provisioning with Oracle Multitenant Self Service Application
PDB Provisioning with Oracle Multitenant Self Service ApplicationPDB Provisioning with Oracle Multitenant Self Service Application
PDB Provisioning with Oracle Multitenant Self Service Application
 
HTTP Session Replication with Oracle Coherence, GlassFish, WebLogic
HTTP Session Replication with Oracle Coherence, GlassFish, WebLogicHTTP Session Replication with Oracle Coherence, GlassFish, WebLogic
HTTP Session Replication with Oracle Coherence, GlassFish, WebLogic
 

Destacado

All of the Performance Tuning Features in Oracle SQL Developer
All of the Performance Tuning Features in Oracle SQL DeveloperAll of the Performance Tuning Features in Oracle SQL Developer
All of the Performance Tuning Features in Oracle SQL DeveloperJeff Smith
 
Automate Amazon S3 Storage with Alexandria
Automate Amazon S3 Storage with AlexandriaAutomate Amazon S3 Storage with Alexandria
Automate Amazon S3 Storage with AlexandriaJeffrey Kemp
 
Oracle sql & plsql
Oracle sql & plsqlOracle sql & plsql
Oracle sql & plsqlSid Xing
 
Oracle database 12c new features
Oracle database 12c new featuresOracle database 12c new features
Oracle database 12c new featuresJakkrapat S.
 
Introduction to Oracle Financials
Introduction to Oracle FinancialsIntroduction to Oracle Financials
Introduction to Oracle Financialshasan2000
 
Sql queries with answers
Sql queries with answersSql queries with answers
Sql queries with answersvijaybusu
 
Automating Oracle Database deployment with Amazon Web Services, fabric, and boto
Automating Oracle Database deployment with Amazon Web Services, fabric, and botoAutomating Oracle Database deployment with Amazon Web Services, fabric, and boto
Automating Oracle Database deployment with Amazon Web Services, fabric, and botomjbommar
 
How many ways to monitor oracle golden gate-Collaborate 14
How many ways to monitor oracle golden gate-Collaborate 14How many ways to monitor oracle golden gate-Collaborate 14
How many ways to monitor oracle golden gate-Collaborate 14Bobby Curtis
 
Amazon Web Services User Group - France - 3 mai 2010 - Optimisation et Automa...
Amazon Web Services User Group - France - 3 mai 2010 - Optimisation et Automa...Amazon Web Services User Group - France - 3 mai 2010 - Optimisation et Automa...
Amazon Web Services User Group - France - 3 mai 2010 - Optimisation et Automa...Frédéric FAURE
 
Obiee 11g architecture_sigmora
Obiee 11g architecture_sigmoraObiee 11g architecture_sigmora
Obiee 11g architecture_sigmorabgadicha
 
Oracle Database 11g Performance Tuning Certified Expert
Oracle Database 11g Performance Tuning Certified ExpertOracle Database 11g Performance Tuning Certified Expert
Oracle Database 11g Performance Tuning Certified ExpertSaid Salloum
 
Intro to SQL
Intro to SQLIntro to SQL
Intro to SQLNasir Ali
 
Pl sql student guide v 3
Pl sql student guide v 3Pl sql student guide v 3
Pl sql student guide v 3Nexus
 
1Z0-052 Oracle 11g Administration I
1Z0-052 Oracle 11g Administration I1Z0-052 Oracle 11g Administration I
1Z0-052 Oracle 11g Administration IRemote DBA Services
 
Pl sql student guide v 4
Pl sql student guide v 4Pl sql student guide v 4
Pl sql student guide v 4Nexus
 
Oracle Business Intelligence 11g - Why Upgrade? Top Benefits for Users
Oracle Business Intelligence 11g - Why Upgrade? Top Benefits for UsersOracle Business Intelligence 11g - Why Upgrade? Top Benefits for Users
Oracle Business Intelligence 11g - Why Upgrade? Top Benefits for UsersKPI Partners
 
What Exactly Is Exalytics?
What Exactly Is Exalytics?What Exactly Is Exalytics?
What Exactly Is Exalytics?KPI Partners
 
Student Information Analytics for Oracle Campus Solutions
Student Information Analytics for Oracle Campus SolutionsStudent Information Analytics for Oracle Campus Solutions
Student Information Analytics for Oracle Campus SolutionsKPI Partners
 
Oracle Business Intelligence 11g - Why Upgrade? Top Benefits for IT
Oracle Business Intelligence 11g - Why Upgrade? Top Benefits for ITOracle Business Intelligence 11g - Why Upgrade? Top Benefits for IT
Oracle Business Intelligence 11g - Why Upgrade? Top Benefits for ITKPI Partners
 

Destacado (20)

All of the Performance Tuning Features in Oracle SQL Developer
All of the Performance Tuning Features in Oracle SQL DeveloperAll of the Performance Tuning Features in Oracle SQL Developer
All of the Performance Tuning Features in Oracle SQL Developer
 
Automate Amazon S3 Storage with Alexandria
Automate Amazon S3 Storage with AlexandriaAutomate Amazon S3 Storage with Alexandria
Automate Amazon S3 Storage with Alexandria
 
Oracle sql & plsql
Oracle sql & plsqlOracle sql & plsql
Oracle sql & plsql
 
Oracle database 12c new features
Oracle database 12c new featuresOracle database 12c new features
Oracle database 12c new features
 
Introduction to Oracle Financials
Introduction to Oracle FinancialsIntroduction to Oracle Financials
Introduction to Oracle Financials
 
Sql queries with answers
Sql queries with answersSql queries with answers
Sql queries with answers
 
Automating Oracle Database deployment with Amazon Web Services, fabric, and boto
Automating Oracle Database deployment with Amazon Web Services, fabric, and botoAutomating Oracle Database deployment with Amazon Web Services, fabric, and boto
Automating Oracle Database deployment with Amazon Web Services, fabric, and boto
 
How many ways to monitor oracle golden gate-Collaborate 14
How many ways to monitor oracle golden gate-Collaborate 14How many ways to monitor oracle golden gate-Collaborate 14
How many ways to monitor oracle golden gate-Collaborate 14
 
Amazon Web Services User Group - France - 3 mai 2010 - Optimisation et Automa...
Amazon Web Services User Group - France - 3 mai 2010 - Optimisation et Automa...Amazon Web Services User Group - France - 3 mai 2010 - Optimisation et Automa...
Amazon Web Services User Group - France - 3 mai 2010 - Optimisation et Automa...
 
Obiee 11g architecture_sigmora
Obiee 11g architecture_sigmoraObiee 11g architecture_sigmora
Obiee 11g architecture_sigmora
 
Oracle Database 11g Performance Tuning Certified Expert
Oracle Database 11g Performance Tuning Certified ExpertOracle Database 11g Performance Tuning Certified Expert
Oracle Database 11g Performance Tuning Certified Expert
 
Sql1 vol2
Sql1 vol2Sql1 vol2
Sql1 vol2
 
Intro to SQL
Intro to SQLIntro to SQL
Intro to SQL
 
Pl sql student guide v 3
Pl sql student guide v 3Pl sql student guide v 3
Pl sql student guide v 3
 
1Z0-052 Oracle 11g Administration I
1Z0-052 Oracle 11g Administration I1Z0-052 Oracle 11g Administration I
1Z0-052 Oracle 11g Administration I
 
Pl sql student guide v 4
Pl sql student guide v 4Pl sql student guide v 4
Pl sql student guide v 4
 
Oracle Business Intelligence 11g - Why Upgrade? Top Benefits for Users
Oracle Business Intelligence 11g - Why Upgrade? Top Benefits for UsersOracle Business Intelligence 11g - Why Upgrade? Top Benefits for Users
Oracle Business Intelligence 11g - Why Upgrade? Top Benefits for Users
 
What Exactly Is Exalytics?
What Exactly Is Exalytics?What Exactly Is Exalytics?
What Exactly Is Exalytics?
 
Student Information Analytics for Oracle Campus Solutions
Student Information Analytics for Oracle Campus SolutionsStudent Information Analytics for Oracle Campus Solutions
Student Information Analytics for Oracle Campus Solutions
 
Oracle Business Intelligence 11g - Why Upgrade? Top Benefits for IT
Oracle Business Intelligence 11g - Why Upgrade? Top Benefits for ITOracle Business Intelligence 11g - Why Upgrade? Top Benefits for IT
Oracle Business Intelligence 11g - Why Upgrade? Top Benefits for IT
 

Similar a Using Oracle Database with Amazon Web Services

10 tips to improve the performance of your AWS application
10 tips to improve the performance of your AWS application10 tips to improve the performance of your AWS application
10 tips to improve the performance of your AWS applicationAmazon Web Services
 
Creative content storage in the AWS Cloud
Creative content storage in the AWS CloudCreative content storage in the AWS Cloud
Creative content storage in the AWS CloudAmazon Web Services
 
Big data dive amazon emr processing
Big data dive amazon emr processingBig data dive amazon emr processing
Big data dive amazon emr processingOlga Lavrentieva
 
Amazon Aurora and AWS Database Migration Service
Amazon Aurora and AWS Database Migration ServiceAmazon Aurora and AWS Database Migration Service
Amazon Aurora and AWS Database Migration ServiceAmazon Web Services
 
Build on Amazon Aurora with MySQL Compatibility (DAT348-R4) - AWS re:Invent 2018
Build on Amazon Aurora with MySQL Compatibility (DAT348-R4) - AWS re:Invent 2018Build on Amazon Aurora with MySQL Compatibility (DAT348-R4) - AWS re:Invent 2018
Build on Amazon Aurora with MySQL Compatibility (DAT348-R4) - AWS re:Invent 2018Amazon Web Services
 
NEW LAUNCH! Introducing PostgreSQL compatibility for Amazon Aurora
NEW LAUNCH! Introducing PostgreSQL compatibility for Amazon AuroraNEW LAUNCH! Introducing PostgreSQL compatibility for Amazon Aurora
NEW LAUNCH! Introducing PostgreSQL compatibility for Amazon AuroraAmazon Web Services
 
Amazon Aurora Getting started Guide -level 0
Amazon Aurora Getting started Guide -level 0Amazon Aurora Getting started Guide -level 0
Amazon Aurora Getting started Guide -level 0kartraj
 
Running Microsoft and Oracle Stacks on Elastic Block Store (STG303) | AWS re:...
Running Microsoft and Oracle Stacks on Elastic Block Store (STG303) | AWS re:...Running Microsoft and Oracle Stacks on Elastic Block Store (STG303) | AWS re:...
Running Microsoft and Oracle Stacks on Elastic Block Store (STG303) | AWS re:...Amazon Web Services
 
Getting started with amazon aurora - Toronto
Getting started with amazon aurora - TorontoGetting started with amazon aurora - Toronto
Getting started with amazon aurora - TorontoAmazon Web Services
 
Your First 10 Million Users with Amazon Web Services
Your First 10 Million Users with Amazon Web ServicesYour First 10 Million Users with Amazon Web Services
Your First 10 Million Users with Amazon Web ServicesAmazon Web Services
 
Getting Started with Amazon Aurora
Getting Started with Amazon AuroraGetting Started with Amazon Aurora
Getting Started with Amazon AuroraAmazon Web Services
 
DAT340_Hands-On Journey for Migrating Oracle Databases to the Amazon Aurora P...
DAT340_Hands-On Journey for Migrating Oracle Databases to the Amazon Aurora P...DAT340_Hands-On Journey for Migrating Oracle Databases to the Amazon Aurora P...
DAT340_Hands-On Journey for Migrating Oracle Databases to the Amazon Aurora P...Amazon Web Services
 
Scaling on AWS to the First 10 Million Users
Scaling on AWS to the First 10 Million Users Scaling on AWS to the First 10 Million Users
Scaling on AWS to the First 10 Million Users mauerbac
 
Scale, baby, scale!
Scale, baby, scale!Scale, baby, scale!
Scale, baby, scale!Julien SIMON
 
Design, Deploy, and Optimize Microsoft SQL Server on AWS (WIN324-R1) - AWS re...
Design, Deploy, and Optimize Microsoft SQL Server on AWS (WIN324-R1) - AWS re...Design, Deploy, and Optimize Microsoft SQL Server on AWS (WIN324-R1) - AWS re...
Design, Deploy, and Optimize Microsoft SQL Server on AWS (WIN324-R1) - AWS re...Amazon Web Services
 

Similar a Using Oracle Database with Amazon Web Services (20)

10 tips to improve the performance of your AWS application
10 tips to improve the performance of your AWS application10 tips to improve the performance of your AWS application
10 tips to improve the performance of your AWS application
 
Creative content storage in the AWS Cloud
Creative content storage in the AWS CloudCreative content storage in the AWS Cloud
Creative content storage in the AWS Cloud
 
Big data dive amazon emr processing
Big data dive amazon emr processingBig data dive amazon emr processing
Big data dive amazon emr processing
 
Amazon Aurora and AWS Database Migration Service
Amazon Aurora and AWS Database Migration ServiceAmazon Aurora and AWS Database Migration Service
Amazon Aurora and AWS Database Migration Service
 
Build on Amazon Aurora with MySQL Compatibility (DAT348-R4) - AWS re:Invent 2018
Build on Amazon Aurora with MySQL Compatibility (DAT348-R4) - AWS re:Invent 2018Build on Amazon Aurora with MySQL Compatibility (DAT348-R4) - AWS re:Invent 2018
Build on Amazon Aurora with MySQL Compatibility (DAT348-R4) - AWS re:Invent 2018
 
NEW LAUNCH! Introducing PostgreSQL compatibility for Amazon Aurora
NEW LAUNCH! Introducing PostgreSQL compatibility for Amazon AuroraNEW LAUNCH! Introducing PostgreSQL compatibility for Amazon Aurora
NEW LAUNCH! Introducing PostgreSQL compatibility for Amazon Aurora
 
Amazon Aurora
Amazon AuroraAmazon Aurora
Amazon Aurora
 
Amazon Aurora Getting started Guide -level 0
Amazon Aurora Getting started Guide -level 0Amazon Aurora Getting started Guide -level 0
Amazon Aurora Getting started Guide -level 0
 
SQL Server on AWS
SQL Server on AWSSQL Server on AWS
SQL Server on AWS
 
Running Microsoft and Oracle Stacks on Elastic Block Store (STG303) | AWS re:...
Running Microsoft and Oracle Stacks on Elastic Block Store (STG303) | AWS re:...Running Microsoft and Oracle Stacks on Elastic Block Store (STG303) | AWS re:...
Running Microsoft and Oracle Stacks on Elastic Block Store (STG303) | AWS re:...
 
Getting started with amazon aurora - Toronto
Getting started with amazon aurora - TorontoGetting started with amazon aurora - Toronto
Getting started with amazon aurora - Toronto
 
SQL Server on AWS
SQL Server on AWSSQL Server on AWS
SQL Server on AWS
 
Your First 10 Million Users with Amazon Web Services
Your First 10 Million Users with Amazon Web ServicesYour First 10 Million Users with Amazon Web Services
Your First 10 Million Users with Amazon Web Services
 
Getting Started with Amazon Aurora
Getting Started with Amazon AuroraGetting Started with Amazon Aurora
Getting Started with Amazon Aurora
 
DAT340_Hands-On Journey for Migrating Oracle Databases to the Amazon Aurora P...
DAT340_Hands-On Journey for Migrating Oracle Databases to the Amazon Aurora P...DAT340_Hands-On Journey for Migrating Oracle Databases to the Amazon Aurora P...
DAT340_Hands-On Journey for Migrating Oracle Databases to the Amazon Aurora P...
 
Amazon Aurora
Amazon AuroraAmazon Aurora
Amazon Aurora
 
Scaling on AWS to the First 10 Million Users
Scaling on AWS to the First 10 Million Users Scaling on AWS to the First 10 Million Users
Scaling on AWS to the First 10 Million Users
 
Scale, baby, scale!
Scale, baby, scale!Scale, baby, scale!
Scale, baby, scale!
 
Design, Deploy, and Optimize Microsoft SQL Server on AWS (WIN324-R1) - AWS re...
Design, Deploy, and Optimize Microsoft SQL Server on AWS (WIN324-R1) - AWS re...Design, Deploy, and Optimize Microsoft SQL Server on AWS (WIN324-R1) - AWS re...
Design, Deploy, and Optimize Microsoft SQL Server on AWS (WIN324-R1) - AWS re...
 
Amazon Aurora: Under the Hood
Amazon Aurora: Under the HoodAmazon Aurora: Under the Hood
Amazon Aurora: Under the Hood
 

Último

Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Centuryrwgiffor
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...anilsa9823
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Delhi Call girls
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaShree Krishna Exports
 
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 DelhiCall Girls in Delhi
 
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetDenis Gagné
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayNZSG
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesDipal Arora
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfPaul Menig
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.Aaiza Hassan
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...amitlee9823
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxpriyanshujha201
 
Call Girls In Holiday Inn Express Gurugram➥99902@11544 ( Best price)100% Genu...
Call Girls In Holiday Inn Express Gurugram➥99902@11544 ( Best price)100% Genu...Call Girls In Holiday Inn Express Gurugram➥99902@11544 ( Best price)100% Genu...
Call Girls In Holiday Inn Express Gurugram➥99902@11544 ( Best price)100% Genu...lizamodels9
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Dave Litwiller
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 

Último (20)

Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in India
 
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
 
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
 
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdf
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
 
Call Girls In Holiday Inn Express Gurugram➥99902@11544 ( Best price)100% Genu...
Call Girls In Holiday Inn Express Gurugram➥99902@11544 ( Best price)100% Genu...Call Girls In Holiday Inn Express Gurugram➥99902@11544 ( Best price)100% Genu...
Call Girls In Holiday Inn Express Gurugram➥99902@11544 ( Best price)100% Genu...
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 

Using Oracle Database with Amazon Web Services

  • 1. <Insert Picture Here> Using Oracle Database with Amazon Web Services Oracle Open World - November 2007 Bill Hodak Jinesh Varia Sr. Product Manager Web Services Evangelist Oracle Corporation Amazon
  • 2. The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remain at the sole discretion of Oracle.
  • 3. Introduction • Web Services: Self-contained functions that can be published and invoked across the web using XML- based protocols. • Amazon Web Services (AWS): ‘Web Services’ for directly accessing Amazon's technology platform and product data, ranging from retrieving product information to leveraging Amazon’s vast data center resources: • Amazon Elastic Compute Cloud (EC2) • Amazon Simple Storage Service (S3) • Amazon E-Commerce Service • Amazon Simple Queue Service • and many more…
  • 4. Amazon Elastic Compute Cloud (EC2) • EC2 is an Amazon Web Service offering that enables customers to create and provision, within minutes, virtual machines that reside in Amazon’s data center. • The amount of CPU that is allocated to a particular instance is expressed in ‘EC2 Compute Units’ • An EC2 Compute Unit is equivalent to the CPU capacity of a 1.0 – 1.2 GHz 2007 Opteron or 2007 Xeon processor • Amazon is responsible for managing the underlying data center and network. • EC2 customers can create custom virtual machines, known as Amazon Machine Images (AMI), and publish them for other EC2 customers to use.
  • 5. Amazon Elastic Compute Cloud (EC2) EC2 Instance Types Small Instance Large Instance Extra Large Instance 32-Bit 64-Bit 64-Bit EC2 Compute Units 1 4 8 Virtual Cores 1 2 4 Memory 1.7 GB 7.5 GB 15 GB Instance Storage 160 GB 850 GB 1.7 TB Cost $0.10 / Hour $0.40 / Hour $0.80 / Hour • Bandwidth Costs • $0.18 per GB Transferred – first 10 TB / month • $0.16 per GB Transferred – next 40 TB / month • $0.13 per GB Transferred – over 50 TB / month
  • 6. Amazon Simple Storage Service (S3) • S3 is an Amazon Web Service offering that enables customers to leverage Amazon’s data storage infrastructure to store and retrieve any amount of data. • Amazon is responsible for managing the underlying data center and network. • Amazon charges storage, bandwidth, and request rates for using S3 storage: • Storage Cost • $0.15 per GB per Month of storage used • Bandwidth Costs • $0.18 per GB Transferred – first 10 TB / month • $0.16 per GB Transferred – next 40 TB / month • $0.13 per GB Transferred – over 50 TB / month • Request Costs • $0.01 per 1,000 PUT or LIST Request • $0.01 per 10,000 GET and all other Requests
  • 8. Database Computing in the Cloud The Basic Building Blocks • Oracle Enterprise Linux • Oracle Database Express Edition (XE) • Oracle Applications Express (APEX) • Amazon Elastic Compute Cloud (EC2) • Amazon Simple Storage Service (S3)
  • 9. Deploying Oracle XE on EC2 • Oracle Database Express Edition (XE) • Free Edition of Oracle Database • Easy to Install (rpm), Manage, and Develop On • Oracle Applications Express (APEX) • Rapid Web Application Development Tool • A Perfect Solution for… • Proof of Concept Software Projects • Development Environments • Testing / Quality Assurance Environments • Sandbox for DBA
  • 10. Deploying Oracle XE on EC2 Overview of How it Works • Sign-up for Amazon Web Services and EC2 (http://aws.amazon.com) • Install EC2 API’s from Amazon.com • Install Oracle Enterprise Linux on a root file system • Install Oracle Database Express Edition (XE) • Install Oracle Applications Express (APEX) • Bundle and upload your file system to EC2/S3
  • 12. Oracle XE on EC2: Step by Step
  • 13. Oracle XE-AMI: Step by Step Set Environment Variables:
  • 14. Oracle XE-AMI: Step by Step Set Environment Variables:
  • 15. Oracle XE-AMI: Step by Step Find the AMI we want to start:
  • 16. Oracle XE-AMI: Step by Step Find the AMI we want to start:
  • 17. Oracle XE-AMI: Step by Step Start an instance of the AMI:
  • 18. Oracle XE-AMI: Step by Step Start an instance of the AMI:
  • 19. Oracle XE-AMI: Step by Step See if the instance has started:
  • 20. Oracle XE-AMI: Step by Step See if the instance has started:
  • 21. Oracle XE-AMI: Step by Step See if the instance has started:
  • 22. Oracle XE-AMI: Step by Step Get the host/DNS details:
  • 23. Oracle XE-AMI: Step by Step SSH to the host:
  • 24. Oracle XE-AMI: Step by Step SSH to the host:
  • 25. Oracle XE-AMI: Step by Step SSH to the host:
  • 26. Oracle XE-AMI: Step by Step Login as root:
  • 27. Oracle XE-AMI: Step by Step Login as root:
  • 28. Oracle XE-AMI: Step by Step Review the ‘readme’ files:
  • 29. Oracle XE-AMI: Step by Step Review the ‘readme’ files:
  • 30. Oracle XE-AMI: Step by Step Run the first_login.sh script:
  • 31. Oracle XE-AMI: Step by Step Login to the database:
  • 32. Oracle XE-AMI: Step by Step Login to the database:
  • 33. Oracle XE-AMI: Step by Step Login to the database:
  • 34. Oracle XE-AMI: Step by Step Login to the APEX:
  • 35. Oracle XE-AMI: Step by Step Login to the APEX:
  • 37. Oracle Recovery Manager Database Files RMAN Backup Flash Recovery Area Database Files RMAN Backup Flash Recovery Area RMAN Tape Interface RMAN Backup Best Practices • Backup to Flash Recovery Area (FRA) • Migrate backups from FRA to tape • Move tapes to off-site location Offsite Tape Storage
  • 38. Oracle Recovery Manager + S3 Database Files RMAN Backup Flash Recovery Area Database Files RMAN Backup Flash Recovery Area RMAN S3 Interface RMAN Backup Best Practices • Backup to Flash Recovery Area (FRA) Amazon S3 Amazon S3 • Migrate Backups to S3 • Migrate backups from FRA to tape • Move tapes to off-site location
  • 39. Oracle Recovery Manager + S3 Database Files RMAN Backup Flash Recovery Area Database Files RMAN Backup Flash Recovery Area RMAN S3 Interface RMAN Backup Best Practices • Backup to Flash Recovery Area (FRA) Amazon S3 Amazon S3 • Migrate Backups to S3 • Migrate backups from FRA to tape No Longer Necessary • Move tapes to off-site location
  • 40. Oracle Recovery Manager + S3 Database Files RMAN Backup Database Files RMAN Backup RMAN S3 Interface Amazon S3 Amazon S3 …or backup directly to S3
  • 41. Oracle Recovery Manager + S3 Configuring RMAN for S3 • Install Oracle Supplied SBT Library • Configure sbt_pfile.ora • Configure SBT Channel in RMAN • Point to SBT Library • Point to sbt_pfile.ora
  • 42. SecureFile Storage on S3 • External Storage for SecureFiles (next generation LOB) • SQL and PL/SQL access to SecureFile data stored on S3 • Create, Retrieve, Update, Delete • Storage location (internal, S3) transparent to user • Enables transactional capabilities within S3 for SecureFiles (e.g. Rollback / Commit) • SecureFiles Archival Example • Store infrequently accessed SecureFiles on S3 • Low cost ‘online’ data archival • Reduce high-end storage utilization Amazon S3 Amazon S3 SQL
  • 44. Oracle RMAN and S3: Step by Step Configure sbt_pfile.ora
  • 45. Oracle RMAN and S3: Step by Step Configure RMAN Channel
  • 46. Oracle RMAN and S3: Step by Step Check you S3 Bucket
  • 47. Oracle RMAN and S3: Step by Step Schedule an RMAN Backup
  • 48. Oracle RMAN and S3: Step by Step Schedule an RMAN Backup
  • 49. Oracle RMAN and S3: Step by Step Schedule an RMAN Backup
  • 50. Oracle RMAN and S3: Step by Step Schedule an RMAN Backup
  • 51. Oracle RMAN and S3: Step by Step Schedule an RMAN Backup
  • 52. Oracle RMAN and S3: Step by Step Schedule an RMAN Backup
  • 53. Oracle RMAN and S3: Step by Step Schedule an RMAN Backup
  • 54. Oracle RMAN and S3: Step by Step Schedule an RMAN Backup
  • 55. Oracle RMAN and S3: Step by Step Schedule an RMAN Backup
  • 56. Oracle RMAN and S3: Step by Step Schedule an RMAN Backup
  • 57. Oracle RMAN and S3: Step by Step Monitor your RMAN Backup
  • 58. Oracle RMAN and S3: Step by Step Monitor your RMAN Backup
  • 59. Oracle RMAN and S3: Step by Step Check you S3 Bucket
  • 61. Oracle SecureFiles and S3: Step by Step Check you S3 Bucket
  • 62. Oracle SecureFiles and S3: Step by Step Check you S3 Bucket
  • 63. Oracle SecureFiles and S3: Step by Step Check you S3 Bucket
  • 64. Oracle SecureFiles and S3: Step by Step Create a Table with a LOB Column
  • 65. Oracle SecureFiles and S3: Step by Step Insert Data into the Table
  • 66. Oracle SecureFiles and S3: Step by Step Check the Size of the LOB Column
  • 67. Oracle SecureFiles and S3: Step by Step Check the Size of the LOB Column
  • 68. Oracle SecureFiles and S3: Step by Step Check the Size of the LOB Column
  • 69. Oracle SecureFiles and S3: Step by Step Review PL/SQL Block
  • 70. Oracle SecureFiles and S3: Step by Step Review PL/SQL Block
  • 71. Oracle SecureFiles and S3: Step by Step Load S3 Object into LOB Column
  • 72. Oracle SecureFiles and S3: Step by Step Check the Size of the LOB Column
  • 73. Oracle SecureFiles and S3: Step by Step Check the Size of the LOB Column
  • 74. Oracle SecureFiles and S3: Step by Step Check the Size of the LOB Column
  • 75. Oracle SecureFiles and S3: Step by Step
  • 76. Conclusion EC2 • Amazon Web Services provide Oracle customers with a compelling ‘Utility Computing Model’: • Pay only for what you use • Lowers IT costs (hardware and management) • Enables on-demand hardware provisioning • Perfect for Small and Medium Businesses (SMB) • Low costs • Minimum IT Administration • Highly Scalable Grid Computing
  • 77. Beta Participation Contact Information: Bill Hodak bill.hodak@oracle.com