Our organization is planning to migrate from MS Server 2003 and MySQL database server to RHEL5 and Oracle database. We currently havr 100 to 150 users.
The basics are that first you'll need to identify what the Oracle data types are that you are going to use. Then you can create the new tables with the new data types. Once that is done you'll need to rewrite all your T/SQL code into PL/SQL code. This includes your stored procedures as well as any code which is within your applications.
If you use any autonumberiny features of MySQL you'll need to convert these into Oracle sequences.
Then you can start importing your data from MySQL to Oracle.
This is not an easy task at all. Depending on how large the application is that you are trying to move it will take weeks or months. Very large applications can take years to migrate as they are a moving target with new features and bugs being fixed in the old platform which means that those features need to be moved into that new platform.
Then you'll need to get someone up to speed on Oracle system maintenance to handle maintening the Oracle database. Managing an Oracle database is nothing like managing a MySQL database (or any other database for that matter).
There isn't enough information provided to suggest a hardware solution other than to say that any Dell, HP, or IBM server should be fine provided that it has enough CPU, RAM and Disk IO available to service the applications needs.
Last Wiki Answer Submitted: October 10, 2009 7:21 am by Denny Cherry64,520 pts.
All Answer Wiki Contributors: Denny Cherry64,520 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Additional information:
Could you give me suggestions for the hardware configuration requirements? (i.e which hardware server is suitable for running RHEL5 as OS and oracle database )
That all depends on what the IO, memory and CPU requirements are for your database. Sun, Dell and HP all have a variety of servers many of which would sit the bill depending on your requirements.
Additional information:
Could you give me suggestions for the hardware configuration requirements? (i.e which hardware server is suitable for running RHEL5 as OS and oracle database )
That all depends on what the IO, memory and CPU requirements are for your database. Sun, Dell and HP all have a variety of servers many of which would sit the bill depending on your requirements.