Re: ORA-12154 - (DBD: login failed)

2016-08-16 Thread Jeff Long
pe.com* hpesm_pri_grn_pos_email_06 *From:* Mani, Arunkumar (BMS - India GDC) *Sent:* Tuesday, August 9, 2016 1:54 PM *To:* 'Howard, Chris' ; Nelson, Erick ; mohammed.must...@wipro.com; dbi-users@perl.org *Subject:* RE: ORA-12154 - (DBD: login failed) Yes. *Arunkumar Mani *ITO Service Delivery Consultant Data

Re: ORA-12154 - (DBD: login failed)

2016-08-16 Thread Jeff Long
rg *Subject:* RE: ORA-12154 - (DBD: login failed) Yes. *Arunkumar Mani *ITO Service Delivery Consultant Database Engineering, BMS Account arunkumar.m...@hpe.com <mailto:arunkumar.m...@hpe.com> +91 80 338 59305 Office +91 74062 71026 Mobile Bangalore, Karnataka/India *hpe.com* hpesm_pr

Re: ORA-12154 - (DBD: login failed)

2016-08-11 Thread John D Groenveld
In message , "Mani, Arunkumar (BMS - India GDC)" writes: >Just following up to see if I can get any help on this. I saw where you confirmed that tnsping and sqlplus from your new 10g ORACLE_HOME work against your listeners and instances. But did you confirm that you rebuilt your DBD::Oracle agains

RE: ORA-12154 - (DBD: login failed)

2016-08-10 Thread Mani, Arunkumar (BMS - India GDC)
pe.com [hpesm_pri_grn_pos_email_06] From: Mani, Arunkumar (BMS - India GDC) Sent: Tuesday, August 9, 2016 1:54 PM To: 'Howard, Chris' ; Nelson, Erick ; mohammed.must...@wipro.com; dbi-users@perl.org Subject: RE: ORA-12154 - (DBD: login failed) Yes. Arunkumar Mani ITO Service Delivery Consultant Data

RE: ORA-12154 - (DBD: login failed)

2016-08-09 Thread Mani, Arunkumar (BMS - India GDC)
o:howa...@prpa.org] Sent: Monday, August 8, 2016 9:29 PM To: Mani, Arunkumar (BMS - India GDC) ; Nelson, Erick ; mohammed.must...@wipro.com; dbi-users@perl.org Subject: RE: ORA-12154 - (DBD: login failed) And tnsnames.ora under each ORACLE_HOME works good using sqlplus or other tools, yes? From

RE: ORA-12154 - (DBD: login failed)

2016-08-08 Thread Kevin Moore
he database server also with the hostnames removed. For giggles, do a tnsping for ECLD.WORLD and post the results. -Kevin -Original Message- From: Christopher Jones [mailto:christopher.jo...@oracle.com] Sent: Monday, August 08, 2016 7:07 PM To: dbi-users@perl.org Subject: Re: ORA-12154

Re: ORA-12154 - (DBD: login failed)

2016-08-08 Thread Christopher Jones
quot;, $usr, $pas) or die $DBI::errstr; Output: bash-2.03$ ./perl_testing1.pl DBI->connect(tns:ECLD.WORLD) failed: ORA-01017: invalid username/password; logon denied (DBD: login failed) at ./perl_testing1.pl line 14 ORA-01017: invalid username/password; logon denied (DBD: login failed) at ./per

Re: ORA-12154 - (DBD: login failed)

2016-08-08 Thread Christopher Jones
com <mailto:mohammed.must...@wipro.com>>>, "dbi-users@perl.org <mailto:dbi-users@perl.org><mailto:dbi-users@perl.org <mailto:dbi-users@perl.org>>" mailto:dbi-users@perl.org><mailto:dbi-users@perl.org <mailto:dbi-users@perl.org>>>

Re: ORA-12154 - (DBD: login failed)

2016-08-08 Thread Christopher Jones
To: Nelson, Erick; mohammed.must...@wipro.com <mailto:mohammed.must...@wipro.com>; dbi-users@perl.org <mailto:dbi-users@perl.org> Subject: RE: ORA-12154 - (DBD: login failed) Instead of @, we define the connection string in TWO_TASK, and it still looks for tnsnames.ora or sqlnet.or

RE: ORA-12154 - (DBD: login failed)

2016-08-08 Thread Howard, Chris
-12154 - (DBD: login failed) I'll probably explain it with a piece of code and output, so everybody can explain the problem I face clearly. If you look at 2 codes, the only change is I modified 8i client with 10g client. After that it couldn't resolve the TNS connection string. Perl

Re: ORA-12154 - (DBD: login failed)

2016-08-08 Thread John D Groenveld
In message , "Mani, Arunkumar (BMS - India GDC)" writes: >I'll probably explain it with a piece of code and output, so everybody can = >explain the problem I face clearly. Assuming that you've confirmed Oracle's tools in your new ORACLE_HOME can connect to your instances, I doubt you rebuilt DBD::

RE: ORA-12154 - (DBD: login failed)

2016-08-08 Thread Mani, Arunkumar (BMS - India GDC)
$usr = "mania2"; my $pas = "blah"; my $dbh = DBI->connect("dbi:Oracle:tns:$sid", $usr, $pas) or die $DBI::errstr; Output: bash-2.03$ ./perl_testing1.pl DBI->connect(tns:ECLD.WORLD) failed: ORA-01017: invalid username/password; logon denied (DBD: lo

Re: ORA-12154 - (DBD: login failed)

2016-08-08 Thread Mike Towery
> -Original Message- >> From: Mani, Arunkumar (BMS - India GDC) [mailto:arunkumar.m...@hpe.com] >> Sent: Monday, August 08, 2016 5:38 AM >> To: Nelson, Erick; mohammed.must...@wipro.com; dbi-users@perl.org >> Subject: RE: ORA-12154 - (DBD: login failed) >> >&

Re: ORA-12154 - (DBD: login failed)

2016-08-08 Thread Mike Towery
Original Message- > From: Mani, Arunkumar (BMS - India GDC) [mailto:arunkumar.m...@hpe.com] > Sent: Monday, August 08, 2016 5:38 AM > To: Nelson, Erick; mohammed.must...@wipro.com; dbi-users@perl.org > Subject: RE: ORA-12154 - (DBD: login failed) > > Instead of @, we define

RE: ORA-12154 - (DBD: login failed)

2016-08-08 Thread Howard, Chris
@perl.org Subject: RE: ORA-12154 - (DBD: login failed) Instead of @, we define the connection string in TWO_TASK, and it still looks for tnsnames.ora or sqlnet.ora for resolution and it fails. Arunkumar Mani ITO Service Delivery Consultant Database Engineering, BMS Account arunkumar.m...@hpe.com +91

Re: ORA-12154 - (DBD: login failed)

2016-08-08 Thread Nelson, Erick
t 1:14 AM To: "mohammed.must...@wipro.com<mailto:mohammed.must...@wipro.com>" mailto:mohammed.must...@wipro.com>>, "dbi-users@perl.org<mailto:dbi-users@perl.org>" mailto:dbi-users@perl.org>> Subject: RE: ORA-12154 - (DBD: login failed) All were done earli

RE: ORA-12154 - (DBD: login failed)

2016-08-08 Thread Mani, Arunkumar (BMS - India GDC)
Bangalore, Karnataka/India hpe.com -Original Message- From: Nelson, Erick [mailto:erick.nel...@hdsupply.com] Sent: Monday, August 8, 2016 5:01 PM To: Mani, Arunkumar (BMS - India GDC) ; mohammed.must...@wipro.com; dbi-users@perl.org Subject: Re: ORA-12154 - (DBD: login failed) Did you try

RE: ORA-12154 - (DBD: login failed)

2016-08-08 Thread Mani, Arunkumar (BMS - India GDC)
- India GDC) ; dbi-users@perl.org Subject: Re: ORA-12154 - (DBD: login failed) Testing: Manually, try connecting to DB using current .ora file content. Solution: update .ora file with right Ip: Port: Sid/service name: Regards, Mustafa +44-7440 56 12 32 __

Re: ORA-12154 - (DBD: login failed)

2016-08-04 Thread mohammed.mustafa
To: dbi-users@perl.org Subject: ORA-12154 - (DBD: login failed) ** This mail has been sent from an external source ** Hi, We have a perl script which is used to connect to all our target databases ( close to 1000) and fetch the user related information and inturn compare it with our

ORA-12154 - (DBD: login failed)

2016-08-04 Thread Mani, Arunkumar (BMS - India GDC)
to right sqlnet.ora. Need your help to fix this. ORA-12154: TNS:could not resolve the connect identifier specified (DBD: login failed) Perl Version: bash-2.03$ /usr/local/bin/perl -v This is perl, version 5.005_03 built for sun4-solaris Copyright 1987-1999, Larry Wall Perl may be copied

Re: DBD login failed

2003-01-08 Thread Dave K
o run from a browser. I've added the ORACLE_HOME > environment variable, but it doesn't seem to help. With it or without it, > the message is the same. The error message is: > > "Can't connect ORA-12640: Authentication adapter initialization failed > (DB

DBD login failed

2003-01-07 Thread Michael Ragsdale
I cannot get a script to run from a browser. I've added the ORACLE_HOME environment variable, but it doesn't seem to help. With it or without it, the message is the same. The error message is: "Can't connect ORA-12640: Authentication adapter initialization failed

Oracle Error=>DBD: login failed, check your config

2001-11-09 Thread John Menke
I am trying to connect to an Oracle database remotely from a machine running Oracle Management Server and I am getting the following error: DBI->connect(myserver.test.com) failed: A^ΓΈ@ (DBD: login failed, check your config, e.g. ORACLE_HOME/bin on your PATH etc) I can connect from ot

DBD: login failed error

2001-04-16 Thread prasanna
00: normal, successful completion (DBD: login failed, check your confi e.g. ORACLE_HOME/bin on your PATH etc) Can't call method "prepare" on an undefined value at file6.pl line 18. - the program looks like ---