|
Home > Archive > Oracle Database discussion > April 2005 > why to migrate from infromix to oracle
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
why to migrate from infromix to oracle
|
|
| Girish 2005-04-11, 7:23 am |
| Hi all,
We are doing an exercise of migrating an application (developed in
Informix 4gl) from Informix to Oracle database.
Before doing actual migration, we would like to know some of the key
advantages of Oracle over Informix. If there are any examples of any
company getting benefits because of this kind of migration, please
reply me such kind of case studies.
Please reply to my email id.
Thanks and Regards,
Girish.
| |
| Mark.Powell@eds.com 2005-04-11, 9:23 am |
| Unless you intend to make use of Oracle provided features that are not
available with Informix there are for all practical purposes no
advantages of Oracle over Informix.
Having said that Oracle is a very good all around rdbms that works well
with small to large concurrent user loads with small to very large
physical databases in OLTP, DSS, or Warehouse environments. Oracle
supports most all of the ANSI 92 syntax. It comes complete with a wide
range of single row functions including the ANSI trim, nullif, and
coalesce. Date format manipulation and date math in Oracle is very
nice and fairly simple: to_date, to_char, add_months, last_day.
Oracle 10g includes the ability to recover dropped objects, show a
history of changes to a row, and flash a table back to a point in time
for querying. Many routine maintenance tasks can be performed while
the data is still available for update activity.
HTH -- Mark D Powell --
| |
| DA Morgan 2005-04-11, 8:23 pm |
| Girish wrote:
> Hi all,
>
> We are doing an exercise of migrating an application (developed in
> Informix 4gl) from Informix to Oracle database.
> Before doing actual migration, we would like to know some of the key
> advantages of Oracle over Informix. If there are any examples of any
> company getting benefits because of this kind of migration, please
> reply me such kind of case studies.
>
> Please reply to my email id.
>
> Thanks and Regards,
> Girish.
To leverage Oracle's examples you will need to rewrite your code
to use what is Oracle but not Informix.
To start with reads don't block writes and writes don't block
reads. Then there is a huge base of functionality available in the
many built-in packages. And it goes on from there. I have a 3 hour
lecture on the topic that barely scratches the surface.
Take a look at interMedia.
Take a look at ADDM.
Take a look at locally managed tablespaces.
Take a look at undo.
Take a look at how log files work.
Take a look at the analytic functions.
But most of all get a copy of Tom Kyte's book "Expert one-on-one Oracle"
and in the first three chapters substitute the name "Informix" every
time you read "SQL Server."
If you contact me off-line I can put you in touch with someone in a
company that, several years ago, did what you are about to do.
--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu
(replace 'x' with 'u' to respond)
| |
| Joe Yong 2005-04-19, 3:23 am |
| Migrations are inherrently complex, risky and costly (time, people, money).
As such, unless you have a specific problem that you can't solve in
Informix, a strong business case to migrate or really need some of the
capabilities found in Oracle (and there are many good ones), you probably
aren't ready for migration. In most cases, having a strong business case is
the best reason to migrate. Others get pretty hard to defend in the
boardroom.
Here are some Oracle case studies on customers who have moved from Informix.
http://www.oracle.com/customers/pro...ROFILE4696.HTML
http://www.oracle.com/customers/pro...ROFILE6349.HTML
http://www.oracle.com/pls/cis/Profi...profile_id=9050
Good luck with your study.
joe.
"Girish" <pawar.girish@gmail.com> wrote in message
news:f1d9d4d6.0504102058.154ff6e@posting.google.com...
> Hi all,
>
> We are doing an exercise of migrating an application (developed in
> Informix 4gl) from Informix to Oracle database.
> Before doing actual migration, we would like to know some of the key
> advantages of Oracle over Informix. If there are any examples of any
> company getting benefits because of this kind of migration, please
> reply me such kind of case studies.
>
> Please reply to my email id.
>
> Thanks and Regards,
> Girish.
|
|
|
|
|