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

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 RobisonAnna Loughnan Colquhoun
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
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 organizationRadu Cotescu
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
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 WorkerThousandEyes
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 

Recently uploaded (20)

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
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
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
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
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
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 

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