Re: ORA-12154 - (DBD: login failed)
John D Groenveld <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <[email protected]> |
In message <DF4PR84MB02334F3CFC97065BF13455AC851E0@DF4PR84MB0233.NAMPRD84.PROD.
OUTLOOK.COM>, "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 against
your new ORACLE_HOME?
$ find /u01/home/oracle/admin/site/lib/perl -name Oracle.so \
-exec ldd {} \;
John
[email protected]