On Tue, Mar 25, 2003 at 05:51:01PM +0100, [EMAIL PROTECTED] wrote: > > Errr... why the rapid new releases all of a sudden ?
Errr... well I could take an 18 month break from DBD::Oracle development again, if you'd like :) Or else I could work towards addressing at least the main build / perl version / os version compatibility issues so it'll build 'out of the box' in more places. That's been the priority for 1.13 and 1.14. There's likely to be a pause for a while after 1.14 (assuming there are no significant problems in that release). Tim. > Besides, you only need to changed those entries to lib32 if you don't have a > 64bit perl build. I did succeed building a 64bit perl and get it to work > with a DBD built versus standard Oracle 9.2.0.2 on a HPUX 11i system. Worked > fine. The trouble was/is that we need ndbm libs which are difficult to find > (and get to work) for 64bit HPUX :(. So in the end we're using a DBD build > on a 8.1.7.4 oracle to talk to the 9.2 database. > > I'm not all that sure it's desirable to use 32bit libraries when using > Oracle9. I tried that first on our HP systems but couldn't get it to work > reasonably fast. So I went the 64bit route and hit the ndbm problem, but at > least we know the 64bit approach by itself DOES work :) > > (need to add "-Dcc=cc -Ui_dbm useposix=true -A prepend:libswanted='cl > pthread ' -Duse64bitall " to your Configure command to get a nicely working > 64bit perl on HP, for those interested) > > Greetings, > > ----------------------------------- > Frans Postma, (050-58) 81 852 > ATOS Origin, Unix Support > "If at first you don't succeed, skydiving isn't for you" > > > > > > -----Oorspronkelijk bericht----- > > Van: Tim Bunce [mailto:[EMAIL PROTECTED] > > Verzonden: dinsdag 25 maart 2003 17:39 > > Aan: [EMAIL PROTECTED] > > CC: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > > [EMAIL PROTECTED] > > Onderwerp: Re: DBD:Oracle for Oracle 9.0.2 and 9.2 ? > > > > > > Or wait a day or so till DBD::Oracle 1.14 is out. > > > > Tim. > > > > On Tue, Mar 25, 2003 at 10:41:03AM -0500, [EMAIL PROTECTED] wrote: > > > To build with Oracle 9.x and the current version of > > DBD-Oracle. You care > > > going to have to hack the generated Makefile to change all > > the Oracle > > > library paths from lib to lib32. And to run you are going > > to have to update > > > your SHLIB_PATH to point to $ORACLE_HOME/lib32. > > > > > > > > > Lincoln > > > > > > > > > -----Original Message----- > > > From: Tim Bunce [mailto:[EMAIL PROTECTED] > > > Sent: Tuesday, March 25, 2003 5:38 AM > > > To: [EMAIL PROTECTED] > > > Cc: [EMAIL PROTECTED] > > > Subject: Re: DBD:Oracle for Oracle 9.0.2 and 9.2 ? > > > > > > On Tue, Mar 25, 2003 at 09:04:41AM +0100, > > [EMAIL PROTECTED] wrote: > > > > Hi all, > > > > > > > > > > > > > > > > Currently in a project to convert our existing 7.3.4 and > > 8.1.7 Databases > > > > to Oracle9i.( Either the 9.0.1 or 9.2 version ) Now I'm > > having some > > > > problems connecting to some test databases I have setup. > > Do I need to > > > > upgrade my perl version or Dbi / DBD version to be able > > to connect? > > > > > > You could try just rebuilding them, but upgrading may be a > > good idea. > > > > > > Tim. > > > > > > > I keep getting the : > > > > > > > > > > > > > > > > DBI->connect(servwhDBMET) failed: ORA-03113: end-of-file on > > > > communication channel (DBD: login failed) > > > > > > > > > > > > > > > > Error and this points to an incorrect sqlnet > > communication between the > > > > client and the server. > > > > > > > > > > > > > > > > Any help is greatly appreciated. > > > > > > > > > > > > > > > > Kind regards > > > > > > > > > > > > > > > > Bjorn Naessens > > > > > > > > system engineer > > > > > > > > > > > > > > > > > > > > > >
