Thread

Posted on Sat Apr 8 14:11:58 2006 by testmad
Has anybody verifed DBD:Oracle work with Oracle 10gR2
I am planning to use perl 5.8.8, DBD-Oracle-1.16.tar.gz and DBI-1.50.tar.gz to connect to oracle 10gR2 instance. Is DBD-Oracle-1.16 supports Oracle 10gR2 datbase?
Direct Responses: 2134 | 3232 | Write a response
Posted on Mon Apr 10 14:39:25 2006 by byterock in response to 2124
Re: Has anybody verifed DBD:Oracle work with Oracle 10gR2
The problem will not be with the 10gR2 Database. it will be with the 10g client you try to connect with. 1.16 may not be compatible with some 10g Clients. So your best bet would be to use DBD::ORacle1.17. which does work with the 10g clients. If you use an older Oracle client it should still be able to connect to 10gR2 By the way you would be much better off posting your question to dbi-users@perl.org (you don't need to subscribe in order to post, and you won't be automatically subscribed either as very few people use this form for dbi or driver support. dbi-users is where you'll get the best support.
Write a response
Posted on Sun Oct 8 10:39:40 2006 by jlambrecht in response to 2124
Re: Has anybody verifed DBD:Oracle work with Oracle 10gR2
Hello, (long time ago allready but ...)

This is not working for me, receiving errors on sqlplus (relocation/symbols ...) using the instantclient for oracle 10.2.0.2

How did your effort work out ?
Direct Responses: 3250 | Write a response
Posted on Thu Oct 12 14:05:32 2006 by byterock in response to 3232
Re: Has anybody verifed DBD:Oracle work with Oracle 10gR2
I have had not problems with 10gR2. Read the README.win32.txt for details on how to install and compile DBD::Oracle for windos. If you are getting SQLPlus errors then you most likely have not configured your Oracle enviornment correctly. Get SQLPlus to connect first then you can get DBD::Oracle to work. By the way you would be much better off posting your question to dbi-users@perl.org (you don't need to subscribe in order to post, and you won't be automatically subscribed either as very few people use this form for dbi or driver support. dbi-users is where you'll get the best support.
Write a response