February 14, 2005 at 12:20 pm
I am currently doing research on the ways to implement the performance comparison of the Oracle and SQL Server DBMS databases.
I am stuck at following tasks as I am not sure whats the right direction to take:
1. Investigate the existing benchmarking tools for Oracle and MS SQL Server 2000
There is no such examplery tools I could find. Is there something in the market that I am not aware off???
I am thinking of designing a generic database satisfying the project requirements and not potraying any specific scenario/case study.I'll then implement this database in both MS SQL Server and Oracle.
The requirement is it to be a complex database!!!
The question now arises is that what makes a database complex .Apart from using lots of foreign keys I am not sure what factors I need to consider in order to design this database.
This is the most important part of my project as all my performance results are based partially on the database structure.
Many Thanks.
February 15, 2005 at 7:34 am
For complexitiy, just have alot of JOINS, have some complex CONSTRAINTS, try some aggregations in the queries, use some replication, try disaster recovery scenarios, use cross-server queries, try data migration (may be using SQL Loader in Oracle and DTS in MS SQL 2000). As for as tools are concerned, we at work use Quest Central (A tool given by Quest.com), I think the trial is free, it should be good enough for testing purposes, both for Oracle and SQL 2000.
Thanks,
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply