Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
DBD::Oracle for Oracle 9.2
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Kiko  
View profile  
 More options Dec 1 2005, 5:43 pm
Newsgroups: perl.dbi.users
From: "Kiko" <Kiko...@gmail.com>
Date: 1 Dec 2005 14:43:21 -0800
Local: Thurs, Dec 1 2005 5:43 pm
Subject: DBD::Oracle for Oracle 9.2
Hi everybody,

i'm new to using Perl to connect to Oracle.
I use Perl through Windows, not through Unix or Linux.

While trying to connect to an Oracle database, I keep getting an error
about DBI CONNECT () FAILING.
I did some research and found that it might have to do with DBD::Oracle
being set to work against Oracle 8, and not 9.
If this is the case, what can I do to fix this?
Thanks everybody.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
scoles@pythian.com  
View profile  
 More options Dec 2 2005, 7:17 am
Newsgroups: perl.dbi.users
From: "sco...@pythian.com" <sco...@pythian.com>
Date: 2 Dec 2005 04:17:42 -0800
Local: Fri, Dec 2 2005 7:17 am
Subject: Re: DBD::Oracle for Oracle 9.2

Kiko wrote:
> Hi everybody,

> i'm new to using Perl to connect to Oracle.
> I use Perl through Windows, not through Unix or Linux.

> While trying to connect to an Oracle database, I keep getting an error
> about DBI CONNECT () FAILING.

Can you post the error.

> I did some research and found that it might have to do with DBD::Oracle
> being set to work against Oracle 8, and not 9.
> If this is the case, what can I do to fix this?
> Thanks everybody.

What version of Perl, DBI, and DBD are you usieng.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kiko  
View profile  
 More options Dec 2 2005, 10:13 am
Newsgroups: perl.dbi.users
From: "Kiko" <Kiko...@gmail.com>
Date: 2 Dec 2005 07:13:37 -0800
Local: Fri, Dec 2 2005 10:13 am
Subject: Re: DBD::Oracle for Oracle 9.2
Hey Thanks

Here is the Error:
"DBI connect('host=E06K03;sid=spspsdw','r1aabw',...) failed:  at SDW
Oracle Connect.pl line 11
Use of uninitialized value in concatenation (.) or string at SDW Oracle
Connect.pl line 11.
Database connection not made:  at SDW Oracle Connect.pl line 11."

Line 11 is:
my $dbh = DBI->connect( 'dbi:Oracle:host=E06K03;sid=spspsdw',
                        'r1aabw',
                        'Peru1978'
       ) || die "Database connection not made: $DBI::errstr";

Perl is 5.6.1
DBI is 1.34
DBD-Oracle is 1.12

And I install modules via Activestate PPM (not through compiling and
makefile)

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kiko  
View profile  
 More options Dec 5 2005, 10:24 am
Newsgroups: perl.dbi.users
From: "Kiko" <Kiko...@gmail.com>
Date: 5 Dec 2005 07:24:20 -0800
Local: Mon, Dec 5 2005 10:24 am
Subject: Re: DBD::Oracle for Oracle 9.2
Any clues guys? Thanks a lot!

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
tim.bu...@gmail.com  
View profile  
 More options Dec 6 2005, 11:53 am
Newsgroups: perl.dbi.users
From: tim.bu...@gmail.com
Date: 6 Dec 2005 08:53:39 -0800
Local: Tues, Dec 6 2005 11:53 am
Subject: Re: DBD::Oracle for Oracle 9.2
The $DBI::errstr is getting lost before connect() returns. That bug was
fixed around DBI 1.43 (July 2004). You're using a DBI that's almost 3
years old, and your DBD::Oracle is 4 years old.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kiko  
View profile  
 More options Dec 7 2005, 7:36 pm
Newsgroups: perl.dbi.users
From: "Kiko" <Kiko...@gmail.com>
Date: 7 Dec 2005 16:36:08 -0800
Local: Wed, Dec 7 2005 7:36 pm
Subject: Re: DBD::Oracle for Oracle 9.2
Hi Tim
Thanks a lot! I really appreciate.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »