SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

Apache Spark - Basics of RDD | Big Data Hadoop Spark Tutorial | CloudxLab
Apache Spark - Basics of RDD | Big Data Hadoop Spark Tutorial | CloudxLabApache Spark - Basics of RDD | Big Data Hadoop Spark Tutorial | CloudxLab
Apache Spark - Basics of RDD | Big Data Hadoop Spark Tutorial | CloudxLabCloudxLab
 
Re-imagine Data Monitoring with whylogs and Spark
Re-imagine Data Monitoring with whylogs and SparkRe-imagine Data Monitoring with whylogs and Spark
Re-imagine Data Monitoring with whylogs and SparkDatabricks
 
Oracle architecture ppt
Oracle architecture pptOracle architecture ppt
Oracle architecture pptDeepak Shetty
 
Apache Spark overview
Apache Spark overviewApache Spark overview
Apache Spark overviewDataArt
 
Hadoop tools with Examples
Hadoop tools with ExamplesHadoop tools with Examples
Hadoop tools with ExamplesJoe McTee
 
Data Streaming in Big Data Analysis
Data Streaming in Big Data AnalysisData Streaming in Big Data Analysis
Data Streaming in Big Data AnalysisVincenzo Gulisano
 
🤵-Friendly, Data Science Stack With 🏕️ envd.pdf
🤵-Friendly, Data Science Stack  With 🏕️ envd.pdf🤵-Friendly, Data Science Stack  With 🏕️ envd.pdf
🤵-Friendly, Data Science Stack With 🏕️ envd.pdfCe Gao
 
Lập trình game 2D - HTML5
Lập trình game 2D - HTML5Lập trình game 2D - HTML5
Lập trình game 2D - HTML5abesoon
 
Operating and Supporting Delta Lake in Production
Operating and Supporting Delta Lake in ProductionOperating and Supporting Delta Lake in Production
Operating and Supporting Delta Lake in ProductionDatabricks
 
Introduction to Hadoop
Introduction to HadoopIntroduction to Hadoop
Introduction to Hadoopjoelcrabb
 
Introduction to MongoDB
Introduction to MongoDBIntroduction to MongoDB
Introduction to MongoDBMongoDB
 
Storage Area Network (San)
Storage Area Network (San)Storage Area Network (San)
Storage Area Network (San)sankcomp
 
MariaDB 10.5 binary install (바이너리 설치)
MariaDB 10.5 binary install (바이너리 설치)MariaDB 10.5 binary install (바이너리 설치)
MariaDB 10.5 binary install (바이너리 설치)NeoClova
 
Optimizing Servers for High-Throughput and Low-Latency at Dropbox
Optimizing Servers for High-Throughput and Low-Latency at DropboxOptimizing Servers for High-Throughput and Low-Latency at Dropbox
Optimizing Servers for High-Throughput and Low-Latency at DropboxScyllaDB
 
Ms sql server architecture
Ms sql server architectureMs sql server architecture
Ms sql server architectureAjeet Singh
 
Hadoop Overview & Architecture
Hadoop Overview & Architecture  Hadoop Overview & Architecture
Hadoop Overview & Architecture EMC
 
Azure Data Explorer deep dive - review 04.2020
Azure Data Explorer deep dive - review 04.2020Azure Data Explorer deep dive - review 04.2020
Azure Data Explorer deep dive - review 04.2020Riccardo Zamana
 

Was ist angesagt? (20)

Hadoop Tutorial For Beginners
Hadoop Tutorial For BeginnersHadoop Tutorial For Beginners
Hadoop Tutorial For Beginners
 
Apache Spark - Basics of RDD | Big Data Hadoop Spark Tutorial | CloudxLab
Apache Spark - Basics of RDD | Big Data Hadoop Spark Tutorial | CloudxLabApache Spark - Basics of RDD | Big Data Hadoop Spark Tutorial | CloudxLab
Apache Spark - Basics of RDD | Big Data Hadoop Spark Tutorial | CloudxLab
 
Re-imagine Data Monitoring with whylogs and Spark
Re-imagine Data Monitoring with whylogs and SparkRe-imagine Data Monitoring with whylogs and Spark
Re-imagine Data Monitoring with whylogs and Spark
 
Oracle architecture ppt
Oracle architecture pptOracle architecture ppt
Oracle architecture ppt
 
Apache Spark overview
Apache Spark overviewApache Spark overview
Apache Spark overview
 
Hadoop tools with Examples
Hadoop tools with ExamplesHadoop tools with Examples
Hadoop tools with Examples
 
Selecting best NoSQL
Selecting best NoSQL Selecting best NoSQL
Selecting best NoSQL
 
Data Streaming in Big Data Analysis
Data Streaming in Big Data AnalysisData Streaming in Big Data Analysis
Data Streaming in Big Data Analysis
 
Big data storage
Big data storageBig data storage
Big data storage
 
🤵-Friendly, Data Science Stack With 🏕️ envd.pdf
🤵-Friendly, Data Science Stack  With 🏕️ envd.pdf🤵-Friendly, Data Science Stack  With 🏕️ envd.pdf
🤵-Friendly, Data Science Stack With 🏕️ envd.pdf
 
Lập trình game 2D - HTML5
Lập trình game 2D - HTML5Lập trình game 2D - HTML5
Lập trình game 2D - HTML5
 
Operating and Supporting Delta Lake in Production
Operating and Supporting Delta Lake in ProductionOperating and Supporting Delta Lake in Production
Operating and Supporting Delta Lake in Production
 
Introduction to Hadoop
Introduction to HadoopIntroduction to Hadoop
Introduction to Hadoop
 
Introduction to MongoDB
Introduction to MongoDBIntroduction to MongoDB
Introduction to MongoDB
 
Storage Area Network (San)
Storage Area Network (San)Storage Area Network (San)
Storage Area Network (San)
 
MariaDB 10.5 binary install (바이너리 설치)
MariaDB 10.5 binary install (바이너리 설치)MariaDB 10.5 binary install (바이너리 설치)
MariaDB 10.5 binary install (바이너리 설치)
 
Optimizing Servers for High-Throughput and Low-Latency at Dropbox
Optimizing Servers for High-Throughput and Low-Latency at DropboxOptimizing Servers for High-Throughput and Low-Latency at Dropbox
Optimizing Servers for High-Throughput and Low-Latency at Dropbox
 
Ms sql server architecture
Ms sql server architectureMs sql server architecture
Ms sql server architecture
 
Hadoop Overview & Architecture
Hadoop Overview & Architecture  Hadoop Overview & Architecture
Hadoop Overview & Architecture
 
Azure Data Explorer deep dive - review 04.2020
Azure Data Explorer deep dive - review 04.2020Azure Data Explorer deep dive - review 04.2020
Azure Data Explorer deep dive - review 04.2020
 

Andere mochten auch

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 statementsLucas Jellema
 
Integrating Blackboard Collaborate 12 and Moodle
Integrating Blackboard Collaborate 12 and MoodleIntegrating Blackboard Collaborate 12 and Moodle
Integrating Blackboard Collaborate 12 and MoodleNetSpot Pty Ltd
 
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 ...Blackboard APAC
 
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 ResourceAnanda Dwi Satrio
 
Embedding Library Services in Blackboard Learn
Embedding Library Services in Blackboard LearnEmbedding Library Services in Blackboard Learn
Embedding Library Services in Blackboard LearnBlackboardEMEA
 
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 CollaborateMike Shaffer
 
MySQL Community and Commercial Edition
MySQL Community and Commercial EditionMySQL Community and Commercial Edition
MySQL Community and Commercial EditionMario Beck
 
Difference Between Sql - MySql and Oracle
Difference Between Sql - MySql and OracleDifference Between Sql - MySql and Oracle
Difference Between Sql - MySql and OracleSteve Johnson
 
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 docAnanda Dwi Satrio
 
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...Blackboard APAC
 
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
 
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 IntegrationImagine Easy Solutions
 
Blackboard
BlackboardBlackboard
Blackboardzeniaaa
 

Andere mochten auch (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
 

Ähnlich wie 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 FeaturesTarique Saleem
 
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 SupportMysql User Camp
 
My sql crashcourse_intro_kdl
My sql crashcourse_intro_kdlMy sql crashcourse_intro_kdl
My sql crashcourse_intro_kdlsqlhjalp
 
Tutorial MySQL com Java
Tutorial MySQL com JavaTutorial MySQL com Java
Tutorial MySQL com JavaMySQL Brasil
 
Oracle my sql cluster cge
Oracle my sql cluster cgeOracle my sql cluster cge
Oracle my sql cluster cgeseungdon1
 
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 '15Dave Stokes
 
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 UpdatesRyusuke Kajiyama
 
Posscon my sql56
Posscon my sql56Posscon my sql56
Posscon my sql56Dave Stokes
 
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 - UKOUGKeith Hollman
 
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 Oraclelynnferrante
 
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.pdfarihantplastictanksh
 
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 KannelORACLE USER GROUP ESTONIA
 
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'sFromDual 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_ptMySQL Brasil
 
SQL and NoSQL in SQL Server
SQL and NoSQL in SQL ServerSQL and NoSQL in SQL Server
SQL and NoSQL in SQL ServerMichael Rys
 
MySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime TimeMySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime TimeArnab Ray
 
MySQL Alta Disponibilidade com Replicação
 MySQL Alta Disponibilidade com Replicação MySQL Alta Disponibilidade com Replicação
MySQL Alta Disponibilidade com ReplicaçãoMySQL Brasil
 
Megha_Osi my sql productroadmap
Megha_Osi my sql productroadmapMegha_Osi my sql productroadmap
Megha_Osi my sql productroadmapOpenSourceIndia
 

Ähnlich wie 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
 

Kürzlich hochgeladen

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 

Kürzlich hochgeladen (20)

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 

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. ?