SlideShare a Scribd company logo
1 of 4
DBMS COMPARISON REPORT

Oracle 11i                                                  MS SQL 2000
Price:                                                      Price:
Appx . 1280 $                                               Appx .1530$ ( For The Entire SBS Suit )


Platform dependency:                                        Platform dependency:

The Oracle Database is the only information                 Supports Intel and Alpha Platforms. But Only Windows
management system that is proven to scale to meet all       2000 Operating systems is supported on Intel Platforms.
business requirements on all hardware platforms, from
single processor and mid-range multiprocessor systems
to large-scale mainframe and clustered environments.
This proven scalability unlocks the full potential of any
hardware and operating system investment and ensures
any organization will able to meet all business
requirements in the future.


Scalability and locking:                                    Scalability and locking:

Oracle9i’s unique multi-version read consistency            SQL Server 2000 is capable of supporting the growth
model minimizes internal contention of data. By             requirements of any Web site, as well as the largest
avoiding contention, the number of users who can            enterprise systems. It includes Distributed Partitioned
simultaneously access data increases. DBMS will             Views and log shipping to distribute workloads and takes
dynamically re-create a read-consistent image for a         full advantage of SMP hardware with new parallel
reader of any requested data that has been changed but      operations.
not yet committed. In other words, the reader will see
the data as it was before the writer began changing it
(until the writer commits).


Critical Business Availability:                             Critical Business Availability:

Oracle9i is the most cost-effective database to ensure      In SQL Server 2000, more operations can be performed
minimal downtime and zero data loss. It takes care of       online so that the server can stay up and running.
most scenarios that might lead to data unavailability,      Additionally, new backup features ensure that backups can
such as system failures, data failures, disasters, human    be performed with little or no impact on server
errors, system maintenance operations and database          performance or availability.
maintenance operations. In addition, Oracle Real
Application Clusters provides high availability for
mission critical applications.


System Failure Protection                                   System Failure Protection

Oracle database recovery allows the DBA to provide          SQL Server 2000 includes enhanced fail over cluster
service-level guarantees for the system, ensuring the       support to keep applications up and running even when
database availability meets the business needs. Oracle      disaster strikes.
Real Application Clusters and Oracle Failsafe provide       Fail over clusters are both easier to manage and more
continuous availability to database in the event of a       flexible in SQL Server 2000 Enterprise Edition. SQL
system failure. Automatic application fail over masks       Server 2000 setup automatically detects the presence of
the failure from the users so their work continues          Microsoft Cluster Services, so no separate cluster wizard is
uninterrupted.                                              needed.

Joy V.Ramachandran
Consultant – SAP BASIS
IVL India Pvt Ltd
Technopark Trivandrum
joy_rama@msn.com ; joy.rama@sapgenie.com
Online Maintenance Operations                             Online Maintenance Operations

Oracle9i almost completely eliminates the need to         In SQL Server 2000, more operations can be performed
bring down a database while an administrator is           online so that the server can stay up and running.
performing maintenance operations on the database.        Additionally, new backup features ensure that backups can
The online data redefinition features improve data        be performed with little or no impact on server
availability, database performance, response time and     performance or availability.
disk space utilization Indexes can be added, rebuilt or
de-fragmented. Tables can be relocated, de-fragmented,
reorganized or have their storage parameters changed.
Schema evolution allows table definitions to be
modified while the data table is in service.


Flashback query                                           Flashback query

Users can make mistakes such as entering the wrong        Not Supported
values or deleting the wrong set of rows. Oracle9I’s
flashback query allows an administrator or a user to
view the database at a point-in time in the past.
Developers can use this feature to build self-service
error correction applications, empowering end-users to
undo and correct their errors without delay.

Security and Protection of the Privacy of Sensitive       Security and Protection of the Privacy of Sensitive
Business Information                                      Business Information

Oracle9i offers all the features and functionality        Oracle does not provide basic security features such as
required to secure and protect all important business     integrated security for single sign-on, network packet
information. It addresses all major security hazards,     encryption, PKI, or Kerberos as a standard feature of the
providing a wide choice of authentication and             database. These are available only as extra charge options
authorization mechanisms and protecting data from         and only for the enterprise edition of the Oracle9i database.
prying, even by the DBA. It supports a number of          SQL Server 2000 has all these options as standard features
different application architectures including two-tier,   built into the database.
three-tier, Internet based and hosting.                   SQL Server 2000 introduces significant new security
                                                          enhancements and features. SQL Server 2000 has been
                                                          certified under the U.S. government's C2-level security
                                                          certification—one of the highest levels of certification
                                                          available in the industry.

Flexible Data Partitioning                                Flexible Data Partitioning

Oracle partitioning allows table and indexes to be        In order to attain flexible data storage and additional query
partitioned into smaller, more manageable units,          performance, developers can use the Partition Wizard to
providing DBAs with the ability to pursue a               easily scale out one logical cube into separate physical
“divide and conquer” approach to data                     partitions on multiple servers with complete transparency.
management. For example, a typical usage of
range partitioning for manageability is to support
a “rolling window” load process in a data
warehouse. When, for example, a DBA loads new
data into a table on a weekly basis, that table
could be range-partitioned so that each partition
contains one week of data. The load process is
simply the addition of a new partition.



Joy V.Ramachandran
Consultant – SAP BASIS
IVL India Pvt Ltd
Technopark Trivandrum
joy_rama@msn.com ; joy.rama@sapgenie.com
Complete Summary Management                                 Complete Summary Management

Summary management enhances query performance by            Analysis Services (formerly OLAP Services) in SQL
storing pre-aggregated data and-                            Server 2000 is to provide a complete, end-to-end platform
dynamically re-writing queries to use this data, thereby    for analysis including relational storage, data extraction,
avoiding the overhead of scanning very large tables,        OLAP optimization and querying, data mining, and
often several gigabytes in size, at runtime. Oracle9I’s     semantic modeling, among others. Moreover, Analysis
robust summary management implementation allows             Services is designed for database administrators and
the creation of dimensions, or summary hierarchies, so      application developers rather than an elite audience of
that only the most frequently used summary tables need      statistical experts.
be physically stored while less frequently used
summary information can be derived based on stored
summary tables. This reduces the amount of storage
required for summary tables.

Manageability And DBA Expertise                             Manageability And DBA Expertise

Oracle9i simplifies database management and increases       Oracle is late to the game in recognizing that customers
database administrator productivity with smart self-        want databases that are intelligent enough to manage
tuning.                                                     critical resources and perform routine tuning automatically.
                                                            For several releases, SQL Server had the ability to
                                                            automatically tune itself based on run-time conditions. As a
                                                            result, SQL Server requires little, if any, tuning by a
                                                            database administrator; memory, file sizes, and the I/O
                                                            subsystem are a few of the items SQL Server manages on
                                                            behalf of the administrator.

                                                            Oracle has only just begun to explore this area with the
                                                            addition of wizards in its management tools. SQL Server
                                                            first implemented wizards over six years ago and is years
                                                            ahead of other vendors with its dynamic automated
                                                            resource management and tuning capabilities. Additionally,
                                                            many management tools and utilities that come as standard
                                                            features in SQL Server are extra charge options in
                                                            Oracle9i.




Workload Management                                         Workload Management

Oracle9i features a significantly enhanced Database         SQL Server performs several operations to keep itself
Resource Manager with new capabilities such as              tuned. SQL Server 2000 features dynamic algorithms that
authentic prioritization and proactive governance of        rely on adaptive feedback. SQL Profiler includes new
any SQL statement. With its automatic prioritization        events for Data File Auto Grow, Data File Auto Shrink,
feature, an Oracle9i database can detect long running       Log File Auto Grow and Log File Auto Shrink. These
operations and limit their resource consumption             events allow DBAs to monitor the circumstances under
ensuring that the online users do not experience slow       which automated management tasks are occurring.
performance. Oracle9i Database Resource Manager             Developers can also create applications that use SQL
also provides execution of highly resource intensive        Profiler stored procedures to automate the adjustment of
queries during certain times of the day. These              the operational characteristics of SQL Server.
capabilities allow for prioritization of work and provide
almost unlimited system scalability without
compromising performance.




Joy V.Ramachandran
Consultant – SAP BASIS
IVL India Pvt Ltd
Technopark Trivandrum
joy_rama@msn.com ; joy.rama@sapgenie.com
English Query                                            English Query

Not Supported                                            Microsoft English Query allows end users to pose
                                                         questions in English instead of forming a query with an
                                                         SQL statement. English Query acts as an intermediary,
                                                         turning the user’s question into a proper SQL query that
                                                         pulls the desired results from the database. English Query
                                                         is fully integrated into SQL Server 2000. Microsoft is
                                                         unique in the industry in offering such functionality.


Database backups                                         Database backups

Supports on-line and offline database and redo log       SQL Server 2000 includes the capability to perform
backups. Oracle supports a number of certified vendors   differential backups. Using this approach, backups run
equipments for backup.                                   relatively quickly and are smaller in size than other types
                                                         of backups. Moreover, differential backups may be
                                                         performed while users access the database.




Joy V.Ramachandran
Consultant – SAP BASIS
IVL India Pvt Ltd
Technopark Trivandrum
joy_rama@msn.com ; joy.rama@sapgenie.com

More Related Content

Recently uploaded

Quantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingQuantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingWSO2
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform EngineeringMarcus Vechiato
 
Choreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringChoreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringWSO2
 
Introduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptxIntroduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptxFIDO Alliance
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuidePixlogix Infotech
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Simplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxSimplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxMarkSteadman7
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard37
 
WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024Lorenzo Miniero
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)Samir Dash
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Design Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxDesign Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxFIDO Alliance
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightSafe Software
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceIES VE
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)Paige Cruz
 
ADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxFIDO Alliance
 
Navigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseNavigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseWSO2
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 

Recently uploaded (20)

Quantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingQuantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation Computing
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform Engineering
 
Choreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringChoreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software Engineering
 
Introduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptxIntroduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptx
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate Guide
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Simplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxSimplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptx
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 
WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Design Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxDesign Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptx
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational Performance
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
 
ADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptx
 
Navigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseNavigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern Enterprise
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 

Featured

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

Featured (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

Dbms comparison

  • 1. DBMS COMPARISON REPORT Oracle 11i MS SQL 2000 Price: Price: Appx . 1280 $ Appx .1530$ ( For The Entire SBS Suit ) Platform dependency: Platform dependency: The Oracle Database is the only information Supports Intel and Alpha Platforms. But Only Windows management system that is proven to scale to meet all 2000 Operating systems is supported on Intel Platforms. business requirements on all hardware platforms, from single processor and mid-range multiprocessor systems to large-scale mainframe and clustered environments. This proven scalability unlocks the full potential of any hardware and operating system investment and ensures any organization will able to meet all business requirements in the future. Scalability and locking: Scalability and locking: Oracle9i’s unique multi-version read consistency SQL Server 2000 is capable of supporting the growth model minimizes internal contention of data. By requirements of any Web site, as well as the largest avoiding contention, the number of users who can enterprise systems. It includes Distributed Partitioned simultaneously access data increases. DBMS will Views and log shipping to distribute workloads and takes dynamically re-create a read-consistent image for a full advantage of SMP hardware with new parallel reader of any requested data that has been changed but operations. not yet committed. In other words, the reader will see the data as it was before the writer began changing it (until the writer commits). Critical Business Availability: Critical Business Availability: Oracle9i is the most cost-effective database to ensure In SQL Server 2000, more operations can be performed minimal downtime and zero data loss. It takes care of online so that the server can stay up and running. most scenarios that might lead to data unavailability, Additionally, new backup features ensure that backups can such as system failures, data failures, disasters, human be performed with little or no impact on server errors, system maintenance operations and database performance or availability. maintenance operations. In addition, Oracle Real Application Clusters provides high availability for mission critical applications. System Failure Protection System Failure Protection Oracle database recovery allows the DBA to provide SQL Server 2000 includes enhanced fail over cluster service-level guarantees for the system, ensuring the support to keep applications up and running even when database availability meets the business needs. Oracle disaster strikes. Real Application Clusters and Oracle Failsafe provide Fail over clusters are both easier to manage and more continuous availability to database in the event of a flexible in SQL Server 2000 Enterprise Edition. SQL system failure. Automatic application fail over masks Server 2000 setup automatically detects the presence of the failure from the users so their work continues Microsoft Cluster Services, so no separate cluster wizard is uninterrupted. needed. Joy V.Ramachandran Consultant – SAP BASIS IVL India Pvt Ltd Technopark Trivandrum joy_rama@msn.com ; joy.rama@sapgenie.com
  • 2. Online Maintenance Operations Online Maintenance Operations Oracle9i almost completely eliminates the need to In SQL Server 2000, more operations can be performed bring down a database while an administrator is online so that the server can stay up and running. performing maintenance operations on the database. Additionally, new backup features ensure that backups can The online data redefinition features improve data be performed with little or no impact on server availability, database performance, response time and performance or availability. disk space utilization Indexes can be added, rebuilt or de-fragmented. Tables can be relocated, de-fragmented, reorganized or have their storage parameters changed. Schema evolution allows table definitions to be modified while the data table is in service. Flashback query Flashback query Users can make mistakes such as entering the wrong Not Supported values or deleting the wrong set of rows. Oracle9I’s flashback query allows an administrator or a user to view the database at a point-in time in the past. Developers can use this feature to build self-service error correction applications, empowering end-users to undo and correct their errors without delay. Security and Protection of the Privacy of Sensitive Security and Protection of the Privacy of Sensitive Business Information Business Information Oracle9i offers all the features and functionality Oracle does not provide basic security features such as required to secure and protect all important business integrated security for single sign-on, network packet information. It addresses all major security hazards, encryption, PKI, or Kerberos as a standard feature of the providing a wide choice of authentication and database. These are available only as extra charge options authorization mechanisms and protecting data from and only for the enterprise edition of the Oracle9i database. prying, even by the DBA. It supports a number of SQL Server 2000 has all these options as standard features different application architectures including two-tier, built into the database. three-tier, Internet based and hosting. SQL Server 2000 introduces significant new security enhancements and features. SQL Server 2000 has been certified under the U.S. government's C2-level security certification—one of the highest levels of certification available in the industry. Flexible Data Partitioning Flexible Data Partitioning Oracle partitioning allows table and indexes to be In order to attain flexible data storage and additional query partitioned into smaller, more manageable units, performance, developers can use the Partition Wizard to providing DBAs with the ability to pursue a easily scale out one logical cube into separate physical “divide and conquer” approach to data partitions on multiple servers with complete transparency. management. For example, a typical usage of range partitioning for manageability is to support a “rolling window” load process in a data warehouse. When, for example, a DBA loads new data into a table on a weekly basis, that table could be range-partitioned so that each partition contains one week of data. The load process is simply the addition of a new partition. Joy V.Ramachandran Consultant – SAP BASIS IVL India Pvt Ltd Technopark Trivandrum joy_rama@msn.com ; joy.rama@sapgenie.com
  • 3. Complete Summary Management Complete Summary Management Summary management enhances query performance by Analysis Services (formerly OLAP Services) in SQL storing pre-aggregated data and- Server 2000 is to provide a complete, end-to-end platform dynamically re-writing queries to use this data, thereby for analysis including relational storage, data extraction, avoiding the overhead of scanning very large tables, OLAP optimization and querying, data mining, and often several gigabytes in size, at runtime. Oracle9I’s semantic modeling, among others. Moreover, Analysis robust summary management implementation allows Services is designed for database administrators and the creation of dimensions, or summary hierarchies, so application developers rather than an elite audience of that only the most frequently used summary tables need statistical experts. be physically stored while less frequently used summary information can be derived based on stored summary tables. This reduces the amount of storage required for summary tables. Manageability And DBA Expertise Manageability And DBA Expertise Oracle9i simplifies database management and increases Oracle is late to the game in recognizing that customers database administrator productivity with smart self- want databases that are intelligent enough to manage tuning. critical resources and perform routine tuning automatically. For several releases, SQL Server had the ability to automatically tune itself based on run-time conditions. As a result, SQL Server requires little, if any, tuning by a database administrator; memory, file sizes, and the I/O subsystem are a few of the items SQL Server manages on behalf of the administrator. Oracle has only just begun to explore this area with the addition of wizards in its management tools. SQL Server first implemented wizards over six years ago and is years ahead of other vendors with its dynamic automated resource management and tuning capabilities. Additionally, many management tools and utilities that come as standard features in SQL Server are extra charge options in Oracle9i. Workload Management Workload Management Oracle9i features a significantly enhanced Database SQL Server performs several operations to keep itself Resource Manager with new capabilities such as tuned. SQL Server 2000 features dynamic algorithms that authentic prioritization and proactive governance of rely on adaptive feedback. SQL Profiler includes new any SQL statement. With its automatic prioritization events for Data File Auto Grow, Data File Auto Shrink, feature, an Oracle9i database can detect long running Log File Auto Grow and Log File Auto Shrink. These operations and limit their resource consumption events allow DBAs to monitor the circumstances under ensuring that the online users do not experience slow which automated management tasks are occurring. performance. Oracle9i Database Resource Manager Developers can also create applications that use SQL also provides execution of highly resource intensive Profiler stored procedures to automate the adjustment of queries during certain times of the day. These the operational characteristics of SQL Server. capabilities allow for prioritization of work and provide almost unlimited system scalability without compromising performance. Joy V.Ramachandran Consultant – SAP BASIS IVL India Pvt Ltd Technopark Trivandrum joy_rama@msn.com ; joy.rama@sapgenie.com
  • 4. English Query English Query Not Supported Microsoft English Query allows end users to pose questions in English instead of forming a query with an SQL statement. English Query acts as an intermediary, turning the user’s question into a proper SQL query that pulls the desired results from the database. English Query is fully integrated into SQL Server 2000. Microsoft is unique in the industry in offering such functionality. Database backups Database backups Supports on-line and offline database and redo log SQL Server 2000 includes the capability to perform backups. Oracle supports a number of certified vendors differential backups. Using this approach, backups run equipments for backup. relatively quickly and are smaller in size than other types of backups. Moreover, differential backups may be performed while users access the database. Joy V.Ramachandran Consultant – SAP BASIS IVL India Pvt Ltd Technopark Trivandrum joy_rama@msn.com ; joy.rama@sapgenie.com