Migrating from ? to Oracle
From: Wiliam Stephens (wil_at_fbagroup.co.uk)
Date: 02/05/04
- Next message: Jeff Zucker: "Re: can you help"
- Previous message: Lin Feng: "Re: Building 32bit DBD-Oracle under 64bit Oracle install"
- Next in thread: christopher_at_pobox.com: "Re: Migrating from ? to Oracle"
- Reply: christopher_at_pobox.com: "Re: Migrating from ? to Oracle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: dbi-users@perl.org Date: Thu, 5 Feb 2004 17:25:44 +0000
Hi
I'm going to be working on a Perl app using a database through the DBD
set of drivers. The end production machine will run Oracle for which
there is already DBD::Oracle.
However, we don't have access to Oracle locally and wish to use a
replacement for the bulk of the development process before moving over
to the production servers.
Because both databases can be accessed using the DBI divers then it
would seem logical that the same application, if coded correctly, could
be used with a number of databases without changing much, if any, of
the code. This is the theory I'm working with.
However, I know in reality that small changes to SQL syntax will have
to be made.
What I'm basically asking is, what is the best database to use as a
development database before migrating over to Oracle? Is MySQL the most
similar in terms of syntax? Or can I stick with my preferred choice of
Postgresql? Are there any big gotchas to watch out for switching
between both databases or if I stick to fairly standard SQL syntax and
functions I should be OK. If there is a list of differences between the
functions of the various DBI drivers that would be great.
Thanks for your help.
Wil
-- Wiliam Stephens FBA MEDIA Tel: 01970 636412 Mob: 07968 325637 http://www.fbagroup.co.uk/
- Next message: Jeff Zucker: "Re: can you help"
- Previous message: Lin Feng: "Re: Building 32bit DBD-Oracle under 64bit Oracle install"
- Next in thread: christopher_at_pobox.com: "Re: Migrating from ? to Oracle"
- Reply: christopher_at_pobox.com: "Re: Migrating from ? to Oracle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|