SlideShare a Scribd company logo
1 of 15
XXXX Industries Limited
Database
    comparison




Oracle x MySql
Oracle
(Since 1977)

Produced and marketed by Oracle Corporation
Larry Ellison and his friends started the consultancy Software Development
Laboratories (SDL) in 1977
1979 - Oracle release 2
1983 - Oracle release 3
1984 - Oracle release 4
1985 - Oracle release 5
1988 - Oracle release 6
1992 - Oracle release 7
1997 - Oracle release 8
1998 - Oracle release 8i
2001 - Oracle release 9i
2003 - Oracle release 10g
2007 - Oracle release 11g
Oracle
(Now)


Oracle Corporation is an American multinational computer
technology corporation headquartered in Redwood City, California,
The United States.


The company specializes in developing and marketing computer
hardware systems and enterprise software products –
particularly its own brands of database management systems.


Oracle is the third-largest software maker by revenue,
after Microsoft and IBM
MySQL is a powerful and the most popular Open Source Software
relational database management system (RDBMS) that uses SQL
(Structured Query Language).
MySQL is named after co-founder Monty Widenius's daughter, My .
MySQL is officially pronounced "My esquel".
It is popular for web applications.
Previously, MySQL was developed, distributed, and supported by
MySQL AB then acquired by Sun Microsystems. And now since
January 2010 accquired by Oracle Corporation.
MySQL Development History

- MySQL was first released internally on 23 May 1995
- Windows version was released on January 8, 1998 for Windows 95 and NT
- Version 3.23 release January 2001
- Version 4.0 release March 2003
- Version 4.1 release October 2004
- Version 5.0 release October 2005
- Sun Microsystems acquires MySQL AB on 26 February 2008
- Version 5.1 release 27 November 2008
- Oracle acquired Sun Microsystems on 27 January 2010
- Version 5.5 release December 2010
- Current Generally Available Release: 5.6.10, 5 February 2013
ORACLE: Different Types of DB

Enterprise Edition:
Most Powerful, with a vast array of tools and features for the large corporation




Standard Edition:
Oracle SE contains the basic database management functions for small- and
medium-sized shops at a far lower cost than the EE.




Standard Edition one:
Oracle SEO is specially-priced for single CPU servers used by small businesses.




Express Edition:
Entry-level, small-footprint database to develop, deploy, and distribute.
Different Types of DB



MySQL Community Server
MySQL Community Edition is a freely downloadable version of the world's most popular open
source database that is supported by an active community of open source developers and
enthusiasts.


MySQL Enterprise Edition
Commercial customers have the flexibility of choosing from multiple MySQL Editions to meet
specific business and technical requirements.


Difference between the community edition and the enterprise edition is
added support and tools. The server itself is the same, but the enterprise
edition gets updated more frequently and it is stable with quick bug fix
support.

MySQL is used in many high-profile, large-scale World Wide Web
products, including Wikipedia,Google(though not for searches),
Facebook,Twitter,Flickr,Nokia.com and YouTube.
Oracle versus MySQL Features/Functionality

Sr.   Features/        Oracle                          MySQL
No.   Functionality
1     Strengths        Aircraft carrier database       Price/Performance Great
                       capable of running large        performance when
                       OLTP and VLDBs.                 applications leverage
                                                       architecture.
2     Database         Enterprise ($$$$)               Enterprise ($) – supported,
      Products         Standard ($$)                   more stable.
                       Standard One ($)                Community (free)
                       Express (Free) - up to 4GB
3     Application      More you do in the database     Web applications often don’t
      Perspective      the more you will love Oracle   leverage database server
                       with compiled PL/SQL, XML,      functionality. Web apps more
                       APEX, Java, etc.                concerned with fast reads.

4     Administration   Requires lots of in-depth       Can be trivial to get it setup
                       knowledge and skill to          and running. Large and
                       manage large                    advanced configurations can
                       environments. Can get           get complex.
                       extremely complex but also
                       very powerful.
Oracle versus MySQL Features/Functionality
Sr. No.   Features/          Oracle                                 MySQL
          Functionality
5         Popularity         Extremely popular in Fortune 100,      Extremely popular with web
                             medium/large enterprise business       companies, startups,
                             applications and medium/large data     small/medium businesses,
                             warehouses.                            small/medium projects.
6         Application        Medium/Large OLTP and enterprise       Web (MySQL excels)
          Domains            applications. Oracle excels in large   Data Warehouse
                             business applications.                 Gaming
                             Medium/Large data warehouse            Small/media OLTP
                                                                    environmnets
7         Development        1) Java                                1) PHP
          Environments       2) .NET                                2) JAVA
          (most common)      3) APEX                                3) Ruby on Rails
                             4) Ruby on Rails                       4) .NET
                             5) PHP                                 5) Perl
8         Database           Database instance has numerous         Database Instance stores
          Server             background processes dependent on      global memory in mysqld
          (Instance)         configuration. System Global Area is   background process.
                             shared memory for SMON, PMON,          User sessions are managed
                             DBWR, LGWR, ARCH, RECO,                through threads.
                             etc.Sessions are managed through
                             server processes.
Oracle versus MySQL Features/Functionality
Sr. No. Features/         Oracle                             MySQL
        Functionality
9       Database Server   Uses tablespaces for system        Made up of database
                          metadata, user data and            schemas.
                          indexes. Common tablespaces
                          include:
10      Partitioning      $$$ with lots of options           Free, basic features

11      Replication       $$$, lots of features and          Free, relatively easy to
                          options. Much higher               setup and
                          complexity with a lot of           manage. Basic features
                          features. Allows a lot of data     but works great. Great
                          filtering and manipulation.        horizontal scalability.
12      Transactions      Regular and Index only tables      InnoDB and upcoming
                          support transactions.              Falcon and Maria
                                                             storage engines
13      Backup/Recovery   Recovery Manager (RMAN)            No online backup built-
                          supports hot backups and runs      in.
                          as a separate central repository
                          for multiple Oracle database
                          servers.
Oracle versus MySQL Features/Functionality

Sr. No.   Features/           Oracle                                    MySQL
          Functionality
14        Export/Import       More features.                            Easy, very basic.

15        Data Dictionary     Data dictionary offers lots of detailed   Information_schema and
          (catalog)           information for tuning. Oracle            mysql database schemas
                              starting to charge for use of new         offer basic metadata.
                              metadata structures.
16        Management/Monit    $$$$, Grid Control offers lots of         $, MySQL Enterprise
          oring               functionality. Lots of 3rd party          Monitor offers basic
                              options such as Quest.                    functionality. Additional open
                                                                        source solutions. May also
                                                                        use admin scripts.
17        Storage             Tables managed in                         Each storage engine uses
                              tablespaces. ASM offers striping          different storage. Varies from
                              and mirroring using cheap fast disks.     individual files to
                                                                        tablespaces.
18        Stored Procedures   Advanced features, runs interpreted       Very basic features, runs
                              or compiled. Lots of built in             interpreted in session
                              packages add significant                  threads. Limited scalability.
                              functionality. Extremely scalable.
Summary

     ORACLE

Very Powerful DB             Good / ok Performance
For OLTP, VLDBs              For Web, Small-Mid Appl.
Price: $$$$                  Price: 0 to $
Ease of Use: Many Features   Ease of Use: Limited Features
Performance: Very High       Performance: Good / Ok
?
Thank You



The End

arunnsharma@gmail.com

More Related Content

What's hot

Veeam back up and replication presentation
Veeam back up and replication presentation Veeam back up and replication presentation
Veeam back up and replication presentation
BlueChipICT
 

What's hot (20)

Automating a PostgreSQL High Availability Architecture with Ansible
Automating a PostgreSQL High Availability Architecture with AnsibleAutomating a PostgreSQL High Availability Architecture with Ansible
Automating a PostgreSQL High Availability Architecture with Ansible
 
Event Storming and Saga
Event Storming and SagaEvent Storming and Saga
Event Storming and Saga
 
Microsoft azure backup overview
Microsoft azure backup overviewMicrosoft azure backup overview
Microsoft azure backup overview
 
Windows Server 2019.pptx
Windows Server 2019.pptxWindows Server 2019.pptx
Windows Server 2019.pptx
 
Less05 asm instance
Less05 asm instanceLess05 asm instance
Less05 asm instance
 
Disaster Recovery Planning for MySQL & MariaDB
Disaster Recovery Planning for MySQL & MariaDBDisaster Recovery Planning for MySQL & MariaDB
Disaster Recovery Planning for MySQL & MariaDB
 
2015/06/12 - IBM Systems & Middleware - IBM DataPower and API Management
2015/06/12 - IBM Systems & Middleware - IBM DataPower and API Management2015/06/12 - IBM Systems & Middleware - IBM DataPower and API Management
2015/06/12 - IBM Systems & Middleware - IBM DataPower and API Management
 
SQL Server High Availability and Disaster Recovery
SQL Server High Availability and Disaster RecoverySQL Server High Availability and Disaster Recovery
SQL Server High Availability and Disaster Recovery
 
Windows Server 2012 Managing Active Directory Domain
Windows Server 2012 Managing  Active Directory DomainWindows Server 2012 Managing  Active Directory Domain
Windows Server 2012 Managing Active Directory Domain
 
Veeam back up and replication presentation
Veeam back up and replication presentation Veeam back up and replication presentation
Veeam back up and replication presentation
 
Patterns of resilience
Patterns of resiliencePatterns of resilience
Patterns of resilience
 
Microservices Architecture Part 2 Event Sourcing and Saga
Microservices Architecture Part 2 Event Sourcing and SagaMicroservices Architecture Part 2 Event Sourcing and Saga
Microservices Architecture Part 2 Event Sourcing and Saga
 
Introduction to Microservices
Introduction to MicroservicesIntroduction to Microservices
Introduction to Microservices
 
OpenStack HA
OpenStack HAOpenStack HA
OpenStack HA
 
Maria db 이중화구성_고민하기
Maria db 이중화구성_고민하기Maria db 이중화구성_고민하기
Maria db 이중화구성_고민하기
 
IBM websphere application server types of profiles
IBM websphere application server types of profilesIBM websphere application server types of profiles
IBM websphere application server types of profiles
 
REST vs. Messaging For Microservices
REST vs. Messaging For MicroservicesREST vs. Messaging For Microservices
REST vs. Messaging For Microservices
 
PostgreSQL and JDBC: striving for high performance
PostgreSQL and JDBC: striving for high performancePostgreSQL and JDBC: striving for high performance
PostgreSQL and JDBC: striving for high performance
 
Oracle Active Data Guard 12c: Far Sync Instance, Real-Time Cascade and Other ...
Oracle Active Data Guard 12c: Far Sync Instance, Real-Time Cascade and Other ...Oracle Active Data Guard 12c: Far Sync Instance, Real-Time Cascade and Other ...
Oracle Active Data Guard 12c: Far Sync Instance, Real-Time Cascade and Other ...
 
Microsoft AZ-900 Dumps Questions
Microsoft AZ-900 Dumps QuestionsMicrosoft AZ-900 Dumps Questions
Microsoft AZ-900 Dumps Questions
 

Viewers also liked

Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...
Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...
Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...
Blackboard APAC
 
Blackboard
BlackboardBlackboard
Blackboard
zeniaaa
 

Viewers also liked (13)

Comparing 30 MongoDB operations with Oracle SQL statements
Comparing 30 MongoDB operations with Oracle SQL statementsComparing 30 MongoDB operations with Oracle SQL statements
Comparing 30 MongoDB operations with Oracle SQL statements
 
Integrating Blackboard Collaborate 12 and Moodle
Integrating Blackboard Collaborate 12 and MoodleIntegrating Blackboard Collaborate 12 and Moodle
Integrating Blackboard Collaborate 12 and Moodle
 
Integrating the Student Information System and Blackboard - you just press a ...
Integrating the Student Information System and Blackboard - you just press a ...Integrating the Student Information System and Blackboard - you just press a ...
Integrating the Student Information System and Blackboard - you just press a ...
 
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource
Mysql vs oracle Kecepatan Transaksi, Index, dan ResourceMysql vs oracle Kecepatan Transaksi, Index, dan Resource
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource
 
Embedding Library Services in Blackboard Learn
Embedding Library Services in Blackboard LearnEmbedding Library Services in Blackboard Learn
Embedding Library Services in Blackboard Learn
 
Getting Campus-Wide Adoption - Happy Faculty - via Blackboard Collaborate
Getting Campus-Wide Adoption - Happy Faculty - via Blackboard CollaborateGetting Campus-Wide Adoption - Happy Faculty - via Blackboard Collaborate
Getting Campus-Wide Adoption - Happy Faculty - via Blackboard Collaborate
 
MySQL Community and Commercial Edition
MySQL Community and Commercial EditionMySQL Community and Commercial Edition
MySQL Community and Commercial Edition
 
Difference Between Sql - MySql and Oracle
Difference Between Sql - MySql and OracleDifference Between Sql - MySql and Oracle
Difference Between Sql - MySql and Oracle
 
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource doc
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource docMysql vs oracle Kecepatan Transaksi, Index, dan Resource doc
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource doc
 
Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...
Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...
Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...
 
Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...
Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...
Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...
 
Incorporating ResearchReady into Blackboard Learn Using LTI Integration
Incorporating ResearchReady into Blackboard Learn Using LTI IntegrationIncorporating ResearchReady into Blackboard Learn Using LTI Integration
Incorporating ResearchReady into Blackboard Learn Using LTI Integration
 
Blackboard
BlackboardBlackboard
Blackboard
 

Similar to Oracle mysql comparison

Mysql User Camp : 20th June - Mysql New Features
Mysql User Camp : 20th June - Mysql New FeaturesMysql User Camp : 20th June - Mysql New Features
Mysql User Camp : 20th June - Mysql New Features
Tarique Saleem
 
Oracle my sql cluster cge
Oracle my sql cluster cgeOracle my sql cluster cge
Oracle my sql cluster cge
seungdon1
 
Compare the capabilities of the Microsoft Access, Microsoft SQL Serv.pdf
Compare the capabilities of the Microsoft Access, Microsoft SQL Serv.pdfCompare the capabilities of the Microsoft Access, Microsoft SQL Serv.pdf
Compare the capabilities of the Microsoft Access, Microsoft SQL Serv.pdf
arihantplastictanksh
 
UKOUG 2011: MySQL Architectures for Oracle DBA's
UKOUG 2011: MySQL Architectures for Oracle DBA'sUKOUG 2011: MySQL Architectures for Oracle DBA's
UKOUG 2011: MySQL Architectures for Oracle DBA's
FromDual GmbH
 
My sql vivo_5.5_product_update_pt
My sql  vivo_5.5_product_update_ptMy sql  vivo_5.5_product_update_pt
My sql vivo_5.5_product_update_pt
MySQL Brasil
 
Megha_Osi my sql productroadmap
Megha_Osi my sql productroadmapMegha_Osi my sql productroadmap
Megha_Osi my sql productroadmap
OpenSourceIndia
 

Similar to Oracle mysql comparison (20)

Mysql User Camp : 20th June - Mysql New Features
Mysql User Camp : 20th June - Mysql New FeaturesMysql User Camp : 20th June - Mysql New Features
Mysql User Camp : 20th June - Mysql New Features
 
Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
 Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
 
My sql crashcourse_intro_kdl
My sql crashcourse_intro_kdlMy sql crashcourse_intro_kdl
My sql crashcourse_intro_kdl
 
Tutorial MySQL com Java
Tutorial MySQL com JavaTutorial MySQL com Java
Tutorial MySQL com Java
 
Oracle my sql cluster cge
Oracle my sql cluster cgeOracle my sql cluster cge
Oracle my sql cluster cge
 
MySQL for Oracle DBA -- Rocky Mountain Oracle User Group Training Days '15
MySQL for Oracle DBA -- Rocky Mountain Oracle User Group Training Days '15MySQL for Oracle DBA -- Rocky Mountain Oracle User Group Training Days '15
MySQL for Oracle DBA -- Rocky Mountain Oracle User Group Training Days '15
 
20140722 Taiwan MySQL User Group Meeting Tech Updates
20140722 Taiwan MySQL User Group Meeting Tech Updates20140722 Taiwan MySQL User Group Meeting Tech Updates
20140722 Taiwan MySQL User Group Meeting Tech Updates
 
Posscon my sql56
Posscon my sql56Posscon my sql56
Posscon my sql56
 
MySQL
MySQL MySQL
MySQL
 
Embracing Database Diversity: The New Oracle / MySQL DBA - UKOUG
Embracing Database Diversity: The New Oracle / MySQL DBA -   UKOUGEmbracing Database Diversity: The New Oracle / MySQL DBA -   UKOUG
Embracing Database Diversity: The New Oracle / MySQL DBA - UKOUG
 
Playing in the Same Sandbox: MySQL and Oracle
Playing in the Same Sandbox:  MySQL and OraclePlaying in the Same Sandbox:  MySQL and Oracle
Playing in the Same Sandbox: MySQL and Oracle
 
Compare the capabilities of the Microsoft Access, Microsoft SQL Serv.pdf
Compare the capabilities of the Microsoft Access, Microsoft SQL Serv.pdfCompare the capabilities of the Microsoft Access, Microsoft SQL Serv.pdf
Compare the capabilities of the Microsoft Access, Microsoft SQL Serv.pdf
 
MySQL
MySQLMySQL
MySQL
 
Mitmepalgeline uus protsessor T4 SUN´i perekonnast - Karel Kannel
Mitmepalgeline uus protsessor T4 SUN´i perekonnast - Karel KannelMitmepalgeline uus protsessor T4 SUN´i perekonnast - Karel Kannel
Mitmepalgeline uus protsessor T4 SUN´i perekonnast - Karel Kannel
 
UKOUG 2011: MySQL Architectures for Oracle DBA's
UKOUG 2011: MySQL Architectures for Oracle DBA'sUKOUG 2011: MySQL Architectures for Oracle DBA's
UKOUG 2011: MySQL Architectures for Oracle DBA's
 
My sql vivo_5.5_product_update_pt
My sql  vivo_5.5_product_update_ptMy sql  vivo_5.5_product_update_pt
My sql vivo_5.5_product_update_pt
 
SQL and NoSQL in SQL Server
SQL and NoSQL in SQL ServerSQL and NoSQL in SQL Server
SQL and NoSQL in SQL Server
 
MySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime TimeMySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime Time
 
MySQL Alta Disponibilidade com Replicação
 MySQL Alta Disponibilidade com Replicação MySQL Alta Disponibilidade com Replicação
MySQL Alta Disponibilidade com Replicação
 
Megha_Osi my sql productroadmap
Megha_Osi my sql productroadmapMegha_Osi my sql productroadmap
Megha_Osi my sql productroadmap
 

Recently uploaded

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Recently uploaded (20)

Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 

Oracle mysql comparison

  • 2. Database comparison Oracle x MySql
  • 3. Oracle (Since 1977) Produced and marketed by Oracle Corporation Larry Ellison and his friends started the consultancy Software Development Laboratories (SDL) in 1977 1979 - Oracle release 2 1983 - Oracle release 3 1984 - Oracle release 4 1985 - Oracle release 5 1988 - Oracle release 6 1992 - Oracle release 7 1997 - Oracle release 8 1998 - Oracle release 8i 2001 - Oracle release 9i 2003 - Oracle release 10g 2007 - Oracle release 11g
  • 4. Oracle (Now) Oracle Corporation is an American multinational computer technology corporation headquartered in Redwood City, California, The United States. The company specializes in developing and marketing computer hardware systems and enterprise software products – particularly its own brands of database management systems. Oracle is the third-largest software maker by revenue, after Microsoft and IBM
  • 5. MySQL is a powerful and the most popular Open Source Software relational database management system (RDBMS) that uses SQL (Structured Query Language). MySQL is named after co-founder Monty Widenius's daughter, My . MySQL is officially pronounced "My esquel". It is popular for web applications. Previously, MySQL was developed, distributed, and supported by MySQL AB then acquired by Sun Microsystems. And now since January 2010 accquired by Oracle Corporation.
  • 6. MySQL Development History - MySQL was first released internally on 23 May 1995 - Windows version was released on January 8, 1998 for Windows 95 and NT - Version 3.23 release January 2001 - Version 4.0 release March 2003 - Version 4.1 release October 2004 - Version 5.0 release October 2005 - Sun Microsystems acquires MySQL AB on 26 February 2008 - Version 5.1 release 27 November 2008 - Oracle acquired Sun Microsystems on 27 January 2010 - Version 5.5 release December 2010 - Current Generally Available Release: 5.6.10, 5 February 2013
  • 7. ORACLE: Different Types of DB Enterprise Edition: Most Powerful, with a vast array of tools and features for the large corporation Standard Edition: Oracle SE contains the basic database management functions for small- and medium-sized shops at a far lower cost than the EE. Standard Edition one: Oracle SEO is specially-priced for single CPU servers used by small businesses. Express Edition: Entry-level, small-footprint database to develop, deploy, and distribute.
  • 8. Different Types of DB MySQL Community Server MySQL Community Edition is a freely downloadable version of the world's most popular open source database that is supported by an active community of open source developers and enthusiasts. MySQL Enterprise Edition Commercial customers have the flexibility of choosing from multiple MySQL Editions to meet specific business and technical requirements. Difference between the community edition and the enterprise edition is added support and tools. The server itself is the same, but the enterprise edition gets updated more frequently and it is stable with quick bug fix support. MySQL is used in many high-profile, large-scale World Wide Web products, including Wikipedia,Google(though not for searches), Facebook,Twitter,Flickr,Nokia.com and YouTube.
  • 9. Oracle versus MySQL Features/Functionality Sr. Features/ Oracle MySQL No. Functionality 1 Strengths Aircraft carrier database Price/Performance Great capable of running large performance when OLTP and VLDBs. applications leverage architecture. 2 Database Enterprise ($$$$) Enterprise ($) – supported, Products Standard ($$) more stable. Standard One ($) Community (free) Express (Free) - up to 4GB 3 Application More you do in the database Web applications often don’t Perspective the more you will love Oracle leverage database server with compiled PL/SQL, XML, functionality. Web apps more APEX, Java, etc. concerned with fast reads. 4 Administration Requires lots of in-depth Can be trivial to get it setup knowledge and skill to and running. Large and manage large advanced configurations can environments. Can get get complex. extremely complex but also very powerful.
  • 10. Oracle versus MySQL Features/Functionality Sr. No. Features/ Oracle MySQL Functionality 5 Popularity Extremely popular in Fortune 100, Extremely popular with web medium/large enterprise business companies, startups, applications and medium/large data small/medium businesses, warehouses. small/medium projects. 6 Application Medium/Large OLTP and enterprise Web (MySQL excels) Domains applications. Oracle excels in large Data Warehouse business applications. Gaming Medium/Large data warehouse Small/media OLTP environmnets 7 Development 1) Java 1) PHP Environments 2) .NET 2) JAVA (most common) 3) APEX 3) Ruby on Rails 4) Ruby on Rails 4) .NET 5) PHP 5) Perl 8 Database Database instance has numerous Database Instance stores Server background processes dependent on global memory in mysqld (Instance) configuration. System Global Area is background process. shared memory for SMON, PMON, User sessions are managed DBWR, LGWR, ARCH, RECO, through threads. etc.Sessions are managed through server processes.
  • 11. Oracle versus MySQL Features/Functionality Sr. No. Features/ Oracle MySQL Functionality 9 Database Server Uses tablespaces for system Made up of database metadata, user data and schemas. indexes. Common tablespaces include: 10 Partitioning $$$ with lots of options Free, basic features 11 Replication $$$, lots of features and Free, relatively easy to options. Much higher setup and complexity with a lot of manage. Basic features features. Allows a lot of data but works great. Great filtering and manipulation. horizontal scalability. 12 Transactions Regular and Index only tables InnoDB and upcoming support transactions. Falcon and Maria storage engines 13 Backup/Recovery Recovery Manager (RMAN) No online backup built- supports hot backups and runs in. as a separate central repository for multiple Oracle database servers.
  • 12. Oracle versus MySQL Features/Functionality Sr. No. Features/ Oracle MySQL Functionality 14 Export/Import More features. Easy, very basic. 15 Data Dictionary Data dictionary offers lots of detailed Information_schema and (catalog) information for tuning. Oracle mysql database schemas starting to charge for use of new offer basic metadata. metadata structures. 16 Management/Monit $$$$, Grid Control offers lots of $, MySQL Enterprise oring functionality. Lots of 3rd party Monitor offers basic options such as Quest. functionality. Additional open source solutions. May also use admin scripts. 17 Storage Tables managed in Each storage engine uses tablespaces. ASM offers striping different storage. Varies from and mirroring using cheap fast disks. individual files to tablespaces. 18 Stored Procedures Advanced features, runs interpreted Very basic features, runs or compiled. Lots of built in interpreted in session packages add significant threads. Limited scalability. functionality. Extremely scalable.
  • 13. Summary ORACLE Very Powerful DB Good / ok Performance For OLTP, VLDBs For Web, Small-Mid Appl. Price: $$$$ Price: 0 to $ Ease of Use: Many Features Ease of Use: Limited Features Performance: Very High Performance: Good / Ok
  • 14. ?