RE: DBI for two database versions

2005-01-06 Thread Steve Baldwin
ginal Message- From: Sandra Durbin [mailto:[EMAIL PROTECTED] Sent: Friday, 7 January 2005 9:28 AM To: Reidy, Ron Cc: Michael A Chase tech; dbi-users@perl.org Subject: Re: DBI for two database versions Hi Ron, No I didn't. Nor did our DBA suggest it. I recompiled for Oracle 8i and our

Re: DBI for two database versions

2005-01-06 Thread Sandra Durbin
your 8i client code? - Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Sandra Durbin [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 10:12 AM To: Michael A Chase tech Cc: dbi-users@perl.org Subject: Re: DBI for two database versions Thanks again

RE: DBI for two database versions

2005-01-06 Thread Reidy, Ron
@perl.org Subject: Re: DBI for two database versions Thanks again. The DBD was compiled for Oracle 10g libraries so I'd have to recompile for Oracle 8 and have the Oracle 10g user utilize that. Sandy Michael A Chase tech wrote: > On 01/05/2005 11:33 PM, Sam Vilain said: > >>

Re: DBI for two database versions

2005-01-06 Thread Sandra Durbin
Thanks again. The DBD was compiled for Oracle 10g libraries so I'd have to recompile for Oracle 8 and have the Oracle 10g user utilize that. Sandy Michael A Chase tech wrote: On 01/05/2005 11:33 PM, Sam Vilain said: Thilo Planz wrote: The Oracle 10g client libraries used by your DBI should be abl

Re: DBI for two database versions

2005-01-06 Thread Sandra Durbin
Thank you very much. Sandy Thilo Planz wrote: I have two users using Oracle 10 and Oracle 8.1.7. I've already installed DBI for Oracle 10 but now the user using Oracle 8.1.7 needs it installed on the same system, for that database. My question is, if I recompile it for 8.1.7, will it still work

Re: DBI for two database versions

2005-01-06 Thread Michael A Chase tech
On 01/05/2005 11:33 PM, Sam Vilain said: Thilo Planz wrote: The Oracle 10g client libraries used by your DBI should be able to connect to older versions of Oracle as well. So ideally, your 8.1.7 users can use the DBI you already installed. Careful, there's a compatibility matrix there. I vaguely r

Re: DBI for two database versions

2005-01-06 Thread amonotod
> From: Sam Vilain <[EMAIL PROTECTED]> > Date: 2005/01/06 Thu AM 01:33:00 CST > However, the version 8 libraries can definitely connect to 10g. Be careful there... In my experience, the 8 client won't even talk to 9i, so I don't see why it would talk to 10. The 8i client will talk to 9i, so i

Re: DBI for two database versions

2005-01-05 Thread Sam Vilain
Thilo Planz wrote: The Oracle 10g client libraries used by your DBI should be able to connect to older versions of Oracle as well. So ideally, your 8.1.7 users can use the DBI you already installed. Careful, there's a compatibility matrix there. I vaguely remember the Oracle DBA here mentioning t

Re: DBI for two database versions

2005-01-05 Thread Thilo Planz
I have two users using Oracle 10 and Oracle 8.1.7. I've already installed DBI for Oracle 10 but now the user using Oracle 8.1.7 needs it installed on the same system, for that database. My question is, if I recompile it for 8.1.7, will it still work for the user using Oracle 10? Or is there a

DBI for two database versions

2005-01-05 Thread Sandra Durbin
Hello, I'm having trouble getting the FAQ section of your website. Our firewall won't allow it. I have two users using Oracle 10 and Oracle 8.1.7. I've already installed DBI for Oracle 10 but now the user using Oracle 8.1.7 needs it installed on the same system, for that database. My question i