On Sun, Aug 18, 2002 at 09:28:38AM +0500, arun arora wrote: > Hi All, > > I want to migrate to migrate some existing Sybase Perl Programs to work with >ORACLE 9. Would it be better to go for DBD::ODBC or DBD:ORACLE.
There's merit in both approaches. Using DBD::ODBC gives you a stepping stone where the code can still work with both databases (in theory). Once migrated then DBD::Oracle may give more speed and acess to more functionality. Tim.
