Re: Database migration

2006-10-18 Thread Robert Hicks
Peter Scott wrote: On Tue, 17 Oct 2006 13:51:13 -0400, Robert Hicks wrote: I am migrated from Access to Oracle. I have prepped the Access data (meaning I have cleaned it up). What is the best "Perl" way to migrate? I am supposing I can do a "select" query on the Access and do an insert into t

Re: Database migration

2006-10-18 Thread Peter Scott
On Tue, 17 Oct 2006 13:51:13 -0400, Robert Hicks wrote: > I am migrated from Access to Oracle. I have prepped the Access data > (meaning I have cleaned it up). > > What is the best "Perl" way to migrate? I am supposing I can do a > "select" query on the Access and do an insert into the Oracle on

Re: Database migration

2006-10-17 Thread Robin Norwood
Robert Hicks <[EMAIL PROTECTED]> writes: > Omega -1911 wrote: >> On 10/17/06, Robert Hicks <[EMAIL PROTECTED]> wrote: >> >>> What is the best "Perl" way to migrate? >> Honestly, in Perl, the saying is "There is more than one way to do >> it" >> but without your showing what you have tried, then th

Re: Database migration

2006-10-17 Thread Robert Hicks
Omega -1911 wrote: On 10/17/06, Robert Hicks <[EMAIL PROTECTED]> wrote: What is the best "Perl" way to migrate? Honestly, in Perl, the saying is "There is more than one way to do it" but without your showing what you have tried, then the "best" way to try is by writing code. I believe that is

Re: Database migration

2006-10-17 Thread Omega -1911
On 10/17/06, Robert Hicks <[EMAIL PROTECTED]> wrote: What is the best "Perl" way to migrate? Honestly, in Perl, the saying is "There is more than one way to do it" but without your showing what you have tried, then the "best" way to try is by writing code. I believe that is why no one has offe

Database migration

2006-10-17 Thread Robert Hicks
I am migrated from Access to Oracle. I have prepped the Access data (meaning I have cleaned it up). What is the best "Perl" way to migrate? I am supposing I can do a "select" query on the Access and do an insert into the Oracle one? Robert -- To unsubscribe, e-mail: [EMAIL PROTECTED] For add