Perl-Oracle DBI module

Perl-Oracle DBI module

am 20.09.2005 17:06:56 von Dhirendra.Trivedi

Hi,=20

Trying to install Oracle Driver for Perl I get the error message=20

UNKNOWN OCI STATUS 24322) OCIInitialize. Check ORACLE_HOME
and NLS settings etc. at t/general.t line 21

Are you able to advise a work around for this ?=20

t/base..............ok
t/general...........DBI->connect failed: (UNKNOWN OCI STATUS 24322) OCIInit=
ialize. Check ORACLE_HOME
and NLS settings etc. at t/general.t line 21
Unable to connect to Oracle ((UNKNOWN OCI STATUS 24322) OCIInitialize. Chec=
k ORACLE_HOME and NLS set
tings etc.)
Tests skiped.
skipping test on this platform
t/long..............Unable to connect to Oracle ((UNKNOWN OCI STATUS 24322)=
OCIInitialize. Check ORA
CLE_HOME and NLS settings etc.)
Tests skiped.
skipping test on this platform
t/plsql.............Unable to connect to Oracle ((UNKNOWN OCI STATUS 24322)=
OCIInitialize. Check ORA
CLE_HOME and NLS settings etc.)
Tests skiped.
skipping test on this platform
t/reauth............skipping test on this platform
All tests successful, 4 tests skipped.

Files=3D5, Tests=3D5, 1 wallclock secs ( 1.20 cusr + 0.27 csys =3D 1.47=
CPU)
PERL_DL_NONLAZY=3D1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/loc=
al/lib/perl5/5.00503/aix -I
/usr/local/lib/perl5/5.00503 test.pl
Oraperl test application $Revision: 1.2 $

Oraperl emulation interface version 1.39
DBD::Oracle 1.06 using OCI8 by Tim Bunce
DBI 1.10 by Tim Bunce

ata sources:
dbi:Oracle:CATDB
dbi:Oracle:EIBTC1
dbi:Oracle:eibtc1
dbi:Oracle:extproc_connection_data
dbi:Oracle:grommit_catdb
dbi:Oracle:grommit_eibtc1
dbi:Oracle:grommit_nolog
dbi:Oracle:tsmrman
dbi:Oracle:wallace_eibtc1


Connecting
to 'eibtc1' (from command line, else uses ORACLE_SID or TWO_TASK - recomme=
nded)
as 'scott/tiger@eibtc1' (via ORACLE_USERID env var or default - recommend =
name/passwd@dbname)
(ORACLE_SID=3D'EIBTC1', TWO_TASK=3D'')
ora_login: 24322: (UNKNOWN OCI STATUS 24322) OCIInitialize. Check ORACLE_HO=
ME and NLS settings etc.

Generally set TWO_TASK or ORACLE_SID but not both at the same time.
Try to connect to the database using an oracle tool like sqlplus
only if that works should you suspect problems with DBD::Oracle.
Try leaving dbname value empty and set dbuser to name/passwd@dbname.

Test aborted.
make: 1254-004 The error code from the last command is 255.


Stop.





Regards
Dhirendra Trivedi=20
Tel: 01733 417828
Mob: 07733411458



************************************************************ ************
Thomas Cook - The ultimate expert in leisure travel, visit us at=20

www.thomascook.com or tune in to Thomas Cook TV on Sky
Digital Channel 645 or ntl:home channel 857 or visit us at...

www.jmc.com www.tcsignature.com www.style-holidays.co.uk
www.neilson.co.uk www.club18-30.com www.flythomascook.com
www.flexibletrips.com www.sunset-holidays.com=20
www.roomsandhotels.com www.thomascooksport.com

This email is confidential, may be legally privileged, and is for
the intended recipient only. Access, disclosure, copying,=20
distribution or reliance on any of it by anyone else is prohibited
and may be a criminal offence. Please delete if obtained in error.
Any views expressed in this message are those of the individual
sender, except where the sender specifically states them to be=20
the views of Thomas Cook UK Ltd.=20

************************************************************ **************

Re: Perl-Oracle DBI module

am 21.09.2005 02:08:37 von jonathan.leffler

------=_Part_4056_2766194.1127261317801
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

So, which part of the README file did you have difficulty understanding?

On 9/20/05, Trivedi, Dhirendra wrote:
>=20
> Trying to install Oracle Driver for Perl I get the error message
>=20
> UNKNOWN OCI STATUS 24322) OCIInitialize. Check ORACLE_HOME
> and NLS settings etc. at t/general.t line 21
>=20
> Are you able to advise a work around for this ?
>=20
> t/base..............ok
> t/general...........DBI->connect failed: (UNKNOWN OCI STATUS 24322)=20
> OCIInitialize. Check ORACLE_HOME
> and NLS settings etc. at t/general.t line 21
> Unable to connect to Oracle ((UNKNOWN OCI STATUS 24322) OCIInitialize.=20
> Check ORACLE_HOME and NLS set
> tings etc.)
> Tests skiped.
> skipping test on this platform
> t/long..............Unable to connect to Oracle ((UNKNOWN OCI STATUS=20
> 24322) OCIInitialize. Check ORA
> CLE_HOME and NLS settings etc.)
> Tests skiped.
> skipping test on this platform
> t/plsql.............Unable to connect to Oracle ((UNKNOWN OCI STATUS=20
> 24322) OCIInitialize. Check ORA
> CLE_HOME and NLS settings etc.)
> Tests skiped.
> skipping test on this platform
> t/reauth............skipping test on this platform
> All tests successful, 4 tests skipped.
>=20
> Files=3D5, Tests=3D5, 1 wallclock secs ( 1.20 cusr + 0.27 csys =3D 1.47 C=
PU)
> PERL_DL_NONLAZY=3D1 /usr/bin/perl -Iblib/arch -Iblib/lib=20
> -I/usr/local/lib/perl5/5.00503/aix -I
> /usr/local/lib/perl5/5.00503 test.pl
> Oraperl test application $Revision: 1.2 $
>=20
> Oraperl emulation interface version 1.39
> DBD::Oracle 1.06 using OCI8 by Tim Bunce
> DBI 1.10 by Tim Bunce
>=20
> ata sources:
> dbi:Oracle:CATDB
> dbi:Oracle:EIBTC1
> dbi:Oracle:eibtc1
> dbi:Oracle:extproc_connection_data
> dbi:Oracle:grommit_catdb
> dbi:Oracle:grommit_eibtc1
> dbi:Oracle:grommit_nolog
> dbi:Oracle:tsmrman
> dbi:Oracle:wallace_eibtc1
>=20
>=20
> Connecting
> to 'eibtc1' (from command line, else uses ORACLE_SID or TWO_TASK -=20
> recommended)
> as 'scott/tiger@eibtc1' (via ORACLE_USERID env var or default - recommend=
=20
> name/passwd@dbname)
> (ORACLE_SID=3D'EIBTC1', TWO_TASK=3D'')
> ora_login: 24322: (UNKNOWN OCI STATUS 24322) OCIInitialize. Check=20
> ORACLE_HOME and NLS settings etc.
>=20
> Generally set TWO_TASK or ORACLE_SID but not both at the same time.
> Try to connect to the database using an oracle tool like sqlplus
> only if that works should you suspect problems with DBD::Oracle.
> Try leaving dbname value empty and set dbuser to name/passwd@dbname.
>=20
> Test aborted.
> make: 1254-004 The error code from the last command is 255.
>=20
>=20
> Stop.
>=20
>=20
>=20
>=20
>=20
> Regards
> Dhirendra Trivedi
> Tel: 01733 417828
> Mob: 07733411458
>=20
>=20
>=20
> ************************************************************ ************
> Thomas Cook - The ultimate expert in leisure travel, visit us at
>=20
> www.thomascook.com or tune in to Thomas Cook=
=20
> TV on Sky
> Digital Channel 645 or ntl:home channel 857 or visit us at...
>=20
> www.jmc.com www.tcsignature.com re.com>=20
> www.style-holidays.co.uk
> www.neilson.co.uk www.club18-30.com ..club18-30.com>=20
> www.flythomascook.com
> www.flexibletrips.com =20
> www.sunset-holidays.com
> www.roomsandhotels.com =20
> www.thomascooksport.com
>=20
> This email is confidential, may be legally privileged, and is for
> the intended recipient only. Access, disclosure, copying,
> distribution or reliance on any of it by anyone else is prohibited
> and may be a criminal offence. Please delete if obtained in error.
> Any views expressed in this message are those of the individual
> sender, except where the sender specifically states them to be
> the views of Thomas Cook UK Ltd.
>=20
> ************************************************************ *************=
*
>=20
>=20


--=20
Jonathan Leffler #include
Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org
"I don't suffer from insanity - I enjoy every minute of it."

------=_Part_4056_2766194.1127261317801--

RE: Perl-Oracle DBI module

am 21.09.2005 04:18:25 von Louise.Mitchell

Oracle has some environment variables that are critical, such as
ORACLE_HOME, NLS_LANG, etc. It appears that these are not set for the
user that is doing the install. Check with your Oracle DBA if you're
not familiar with these.

L=20

-----Original Message-----
From: Trivedi, Dhirendra [mailto:Dhirendra.Trivedi@Thomascook.com]=20
Sent: Tuesday, September 20, 2005 8:07 AM
To: dbi-users@perl.org
Subject: Perl-Oracle DBI module

Hi,=20

Trying to install Oracle Driver for Perl I get the error message=20

UNKNOWN OCI STATUS 24322) OCIInitialize. Check ORACLE_HOME and NLS
settings etc. at t/general.t line 21

Are you able to advise a work around for this ?=20

t/base..............ok
t/general...........DBI->connect failed: (UNKNOWN OCI STATUS 24322)
OCIInitialize. Check ORACLE_HOME and NLS settings etc. at t/general.t
line 21 Unable to connect to Oracle ((UNKNOWN OCI STATUS 24322)
OCIInitialize. Check ORACLE_HOME and NLS set tings etc.) Tests skiped.
skipping test on this platform
t/long..............Unable to connect to Oracle ((UNKNOWN OCI STATUS
24322) OCIInitialize. Check ORA CLE_HOME and NLS settings etc.) Tests
skiped.
skipping test on this platform
t/plsql.............Unable to connect to Oracle ((UNKNOWN OCI STATUS
24322) OCIInitialize. Check ORA CLE_HOME and NLS settings etc.) Tests
skiped.
skipping test on this platform
t/reauth............skipping test on this platform All tests successful,
4 tests skipped.

Files=3D5, Tests=3D5, 1 wallclock secs ( 1.20 cusr + 0.27 csys =3D =
1.47
CPU)
PERL_DL_NONLAZY=3D1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/local/lib/perl5/5.00503/aix -I
/usr/local/lib/perl5/5.00503 test.pl
Oraperl test application $Revision: 1.2 $

Oraperl emulation interface version 1.39 DBD::Oracle 1.06 using OCI8 by
Tim Bunce DBI 1.10 by Tim Bunce

ata sources:
dbi:Oracle:CATDB
dbi:Oracle:EIBTC1
dbi:Oracle:eibtc1
dbi:Oracle:extproc_connection_data
dbi:Oracle:grommit_catdb
dbi:Oracle:grommit_eibtc1
dbi:Oracle:grommit_nolog
dbi:Oracle:tsmrman
dbi:Oracle:wallace_eibtc1


Connecting
to 'eibtc1' (from command line, else uses ORACLE_SID or TWO_TASK -
recommended) as 'scott/tiger@eibtc1' (via ORACLE_USERID env var or
default - recommend name/passwd@dbname) (ORACLE_SID=3D'EIBTC1',
TWO_TASK=3D'')
ora_login: 24322: (UNKNOWN OCI STATUS 24322) OCIInitialize. Check
ORACLE_HOME and NLS settings etc.

Generally set TWO_TASK or ORACLE_SID but not both at the same time.
Try to connect to the database using an oracle tool like sqlplus only if
that works should you suspect problems with DBD::Oracle.
Try leaving dbname value empty and set dbuser to name/passwd@dbname.

Test aborted.
make: 1254-004 The error code from the last command is 255.


Stop.





Regards
Dhirendra Trivedi
Tel: 01733 417828
Mob: 07733411458



************************************************************ ************
Thomas Cook - The ultimate expert in leisure travel, visit us at=20

www.thomascook.com or tune in to Thomas Cook TV on Sky
Digital Channel 645 or ntl:home channel 857 or visit us at...

www.jmc.com www.tcsignature.com www.style-holidays.co.uk
www.neilson.co.uk www.club18-30.com www.flythomascook.com
www.flexibletrips.com www.sunset-holidays.com=20
www.roomsandhotels.com www.thomascooksport.com

This email is confidential, may be legally privileged, and is for
the intended recipient only. Access, disclosure, copying,=20
distribution or reliance on any of it by anyone else is prohibited
and may be a criminal offence. Please delete if obtained in error.
Any views expressed in this message are those of the individual
sender, except where the sender specifically states them to be=20
the views of Thomas Cook UK Ltd.=20

************************************************************ ************
**

Re: Perl-Oracle DBI module

am 21.09.2005 11:18:56 von Tim.Bunce

On Tue, Sep 20, 2005 at 07:18:25PM -0700, Mitchell, Louise M wrote:
> Oracle has some environment variables that are critical, such as
> ORACLE_HOME, NLS_LANG, etc. It appears that these are not set for the
> user that is doing the install. Check with your Oracle DBA if you're
> not familiar with these.

And, out of idle curiosity, can someone tell me what the command

oerr ORA 24322

says? (I don't have access to an Oracle system right now.)

I'm just guessing that maybe the error code from OCIInitialize is
actually an oracle standard error number...

Tim.

> -----Original Message-----
> From: Trivedi, Dhirendra [mailto:Dhirendra.Trivedi@Thomascook.com]
> Sent: Tuesday, September 20, 2005 8:07 AM
> To: dbi-users@perl.org
> Subject: Perl-Oracle DBI module
>
> Hi,
>
> Trying to install Oracle Driver for Perl I get the error message
>
> UNKNOWN OCI STATUS 24322) OCIInitialize. Check ORACLE_HOME and NLS
> settings etc. at t/general.t line 21
>
> Are you able to advise a work around for this ?
>
> t/base..............ok
> t/general...........DBI->connect failed: (UNKNOWN OCI STATUS 24322)
> OCIInitialize. Check ORACLE_HOME and NLS settings etc. at t/general.t
> line 21 Unable to connect to Oracle ((UNKNOWN OCI STATUS 24322)
> OCIInitialize. Check ORACLE_HOME and NLS set tings etc.) Tests skiped.
> skipping test on this platform
> t/long..............Unable to connect to Oracle ((UNKNOWN OCI STATUS
> 24322) OCIInitialize. Check ORA CLE_HOME and NLS settings etc.) Tests
> skiped.
> skipping test on this platform
> t/plsql.............Unable to connect to Oracle ((UNKNOWN OCI STATUS
> 24322) OCIInitialize. Check ORA CLE_HOME and NLS settings etc.) Tests
> skiped.
> skipping test on this platform
> t/reauth............skipping test on this platform All tests successful,
> 4 tests skipped.
>
> Files=5, Tests=5, 1 wallclock secs ( 1.20 cusr + 0.27 csys = 1.47
> CPU)
> PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
> -I/usr/local/lib/perl5/5.00503/aix -I
> /usr/local/lib/perl5/5.00503 test.pl
> Oraperl test application $Revision: 1.2 $
>
> Oraperl emulation interface version 1.39 DBD::Oracle 1.06 using OCI8 by
> Tim Bunce DBI 1.10 by Tim Bunce
>
> ata sources:
> dbi:Oracle:CATDB
> dbi:Oracle:EIBTC1
> dbi:Oracle:eibtc1
> dbi:Oracle:extproc_connection_data
> dbi:Oracle:grommit_catdb
> dbi:Oracle:grommit_eibtc1
> dbi:Oracle:grommit_nolog
> dbi:Oracle:tsmrman
> dbi:Oracle:wallace_eibtc1
>
>
> Connecting
> to 'eibtc1' (from command line, else uses ORACLE_SID or TWO_TASK -
> recommended) as 'scott/tiger@eibtc1' (via ORACLE_USERID env var or
> default - recommend name/passwd@dbname) (ORACLE_SID='EIBTC1',
> TWO_TASK='')
> ora_login: 24322: (UNKNOWN OCI STATUS 24322) OCIInitialize. Check
> ORACLE_HOME and NLS settings etc.
>
> Generally set TWO_TASK or ORACLE_SID but not both at the same time.
> Try to connect to the database using an oracle tool like sqlplus only if
> that works should you suspect problems with DBD::Oracle.
> Try leaving dbname value empty and set dbuser to name/passwd@dbname.
>
> Test aborted.
> make: 1254-004 The error code from the last command is 255.
>
>
> Stop.
>
>
>
>
>
> Regards
> Dhirendra Trivedi
> Tel: 01733 417828
> Mob: 07733411458
>
>
>
> ************************************************************ ************
> Thomas Cook - The ultimate expert in leisure travel, visit us at
>
> www.thomascook.com or tune in to Thomas Cook TV on Sky
> Digital Channel 645 or ntl:home channel 857 or visit us at...
>
> www.jmc.com www.tcsignature.com www.style-holidays.co.uk
> www.neilson.co.uk www.club18-30.com www.flythomascook.com
> www.flexibletrips.com www.sunset-holidays.com
> www.roomsandhotels.com www.thomascooksport.com
>
> This email is confidential, may be legally privileged, and is for
> the intended recipient only. Access, disclosure, copying,
> distribution or reliance on any of it by anyone else is prohibited
> and may be a criminal offence. Please delete if obtained in error.
> Any views expressed in this message are those of the individual
> sender, except where the sender specifically states them to be
> the views of Thomas Cook UK Ltd.
>
> ************************************************************ ************
> **
>

Re: Perl-Oracle DBI module

am 21.09.2005 13:00:48 von cnadler

oerr ora 24322
24322, 00000, "unable to delete an initialized mutex"
// *Cause: An attempt to delete an initialized mutex failed.
// *Action: Contact customer support.


On Wed, 2005-09-21 at 10:18 +0100, Tim Bunce wrote:
> On Tue, Sep 20, 2005 at 07:18:25PM -0700, Mitchell, Louise M wrote:
> > Oracle has some environment variables that are critical, such as
> > ORACLE_HOME, NLS_LANG, etc. It appears that these are not set for the
> > user that is doing the install. Check with your Oracle DBA if you're
> > not familiar with these.
>
> And, out of idle curiosity, can someone tell me what the command
>
> oerr ORA 24322
>
> says? (I don't have access to an Oracle system right now.)
>
> I'm just guessing that maybe the error code from OCIInitialize is
> actually an oracle standard error number...
>
> Tim.
>
> > -----Original Message-----
> > From: Trivedi, Dhirendra [mailto:Dhirendra.Trivedi@Thomascook.com]
> > Sent: Tuesday, September 20, 2005 8:07 AM
> > To: dbi-users@perl.org
> > Subject: Perl-Oracle DBI module
> >
> > Hi,
> >
> > Trying to install Oracle Driver for Perl I get the error message
> >
> > UNKNOWN OCI STATUS 24322) OCIInitialize. Check ORACLE_HOME and NLS
> > settings etc. at t/general.t line 21
> >
> > Are you able to advise a work around for this ?
> >
> > t/base..............ok
> > t/general...........DBI->connect failed: (UNKNOWN OCI STATUS 24322)
> > OCIInitialize. Check ORACLE_HOME and NLS settings etc. at t/general.t
> > line 21 Unable to connect to Oracle ((UNKNOWN OCI STATUS 24322)
> > OCIInitialize. Check ORACLE_HOME and NLS set tings etc.) Tests skiped.
> > skipping test on this platform
> > t/long..............Unable to connect to Oracle ((UNKNOWN OCI STATUS
> > 24322) OCIInitialize. Check ORA CLE_HOME and NLS settings etc.) Tests
> > skiped.
> > skipping test on this platform
> > t/plsql.............Unable to connect to Oracle ((UNKNOWN OCI STATUS
> > 24322) OCIInitialize. Check ORA CLE_HOME and NLS settings etc.) Tests
> > skiped.
> > skipping test on this platform
> > t/reauth............skipping test on this platform All tests successful,
> > 4 tests skipped.
> >
> > Files=5, Tests=5, 1 wallclock secs ( 1.20 cusr + 0.27 csys = 1.47
> > CPU)
> > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
> > -I/usr/local/lib/perl5/5.00503/aix -I
> > /usr/local/lib/perl5/5.00503 test.pl
> > Oraperl test application $Revision: 1.2 $
> >
> > Oraperl emulation interface version 1.39 DBD::Oracle 1.06 using OCI8 by
> > Tim Bunce DBI 1.10 by Tim Bunce
> >
> > ata sources:
> > dbi:Oracle:CATDB
> > dbi:Oracle:EIBTC1
> > dbi:Oracle:eibtc1
> > dbi:Oracle:extproc_connection_data
> > dbi:Oracle:grommit_catdb
> > dbi:Oracle:grommit_eibtc1
> > dbi:Oracle:grommit_nolog
> > dbi:Oracle:tsmrman
> > dbi:Oracle:wallace_eibtc1
> >
> >
> > Connecting
> > to 'eibtc1' (from command line, else uses ORACLE_SID or TWO_TASK -
> > recommended) as 'scott/tiger@eibtc1' (via ORACLE_USERID env var or
> > default - recommend name/passwd@dbname) (ORACLE_SID='EIBTC1',
> > TWO_TASK='')
> > ora_login: 24322: (UNKNOWN OCI STATUS 24322) OCIInitialize. Check
> > ORACLE_HOME and NLS settings etc.
> >
> > Generally set TWO_TASK or ORACLE_SID but not both at the same time.
> > Try to connect to the database using an oracle tool like sqlplus only if
> > that works should you suspect problems with DBD::Oracle.
> > Try leaving dbname value empty and set dbuser to name/passwd@dbname.
> >
> > Test aborted.
> > make: 1254-004 The error code from the last command is 255.
> >
> >
> > Stop.
> >
> >
> >
> >
> >
> > Regards
> > Dhirendra Trivedi
> > Tel: 01733 417828
> > Mob: 07733411458
> >
> >
> >
> > ************************************************************ ************
> > Thomas Cook - The ultimate expert in leisure travel, visit us at
> >
> > www.thomascook.com or tune in to Thomas Cook TV on Sky
> > Digital Channel 645 or ntl:home channel 857 or visit us at...
> >
> > www.jmc.com www.tcsignature.com www.style-holidays.co.uk
> > www.neilson.co.uk www.club18-30.com www.flythomascook.com
> > www.flexibletrips.com www.sunset-holidays.com
> > www.roomsandhotels.com www.thomascooksport.com
> >
> > This email is confidential, may be legally privileged, and is for
> > the intended recipient only. Access, disclosure, copying,
> > distribution or reliance on any of it by anyone else is prohibited
> > and may be a criminal offence. Please delete if obtained in error.
> > Any views expressed in this message are those of the individual
> > sender, except where the sender specifically states them to be
> > the views of Thomas Cook UK Ltd.
> >
> > ************************************************************ ************
> > **
> >
>

RE: Perl-Oracle DBI module

am 21.09.2005 14:03:04 von Louise.Mitchell

pnli:irmprod% oerr ora 24322
24322, 00000, "unable to delete an initialized mutex"
// *Cause: An attempt to delete an initialized mutex failed.
// *Action: Contact customer support.
pnli:irmprod%=20
=20

-----Original Message-----
From: Tim Bunce [mailto:Tim.Bunce@pobox.com]=20
Sent: Wednesday, September 21, 2005 2:19 AM
To: Mitchell, Louise M
Cc: Trivedi, Dhirendra; dbi-users@perl.org
Subject: Re: Perl-Oracle DBI module

On Tue, Sep 20, 2005 at 07:18:25PM -0700, Mitchell, Louise M wrote:
> Oracle has some environment variables that are critical, such as=20
> ORACLE_HOME, NLS_LANG, etc. It appears that these are not set for the

> user that is doing the install. Check with your Oracle DBA if you're=20
> not familiar with these.

And, out of idle curiosity, can someone tell me what the command

oerr ORA 24322

says? (I don't have access to an Oracle system right now.)

I'm just guessing that maybe the error code from OCIInitialize is
actually an oracle standard error number...

Tim.

> -----Original Message-----
> From: Trivedi, Dhirendra [mailto:Dhirendra.Trivedi@Thomascook.com]
> Sent: Tuesday, September 20, 2005 8:07 AM
> To: dbi-users@perl.org
> Subject: Perl-Oracle DBI module
>=20
> Hi,
>=20
> Trying to install Oracle Driver for Perl I get the error message
>=20
> UNKNOWN OCI STATUS 24322) OCIInitialize. Check ORACLE_HOME and NLS=20
> settings etc. at t/general.t line 21
>=20
> Are you able to advise a work around for this ?=20
>=20
> t/base..............ok
> t/general...........DBI->connect failed: (UNKNOWN OCI STATUS 24322)=20
> OCIInitialize. Check ORACLE_HOME and NLS settings etc. at t/general.t

> line 21 Unable to connect to Oracle ((UNKNOWN OCI STATUS 24322)=20
> OCIInitialize. Check ORACLE_HOME and NLS set tings etc.) Tests skiped.
> skipping test on this platform
> t/long..............Unable to connect to Oracle ((UNKNOWN OCI STATUS
> 24322) OCIInitialize. Check ORA CLE_HOME and NLS settings etc.) Tests=20
> skiped.
> skipping test on this platform
> t/plsql.............Unable to connect to Oracle ((UNKNOWN OCI STATUS
> 24322) OCIInitialize. Check ORA CLE_HOME and NLS settings etc.) Tests=20
> skiped.
> skipping test on this platform
> t/reauth............skipping test on this platform All tests=20
> successful,
> 4 tests skipped.
>=20
> Files=3D5, Tests=3D5, 1 wallclock secs ( 1.20 cusr + 0.27 csys =3D =
1.47
> CPU)
> PERL_DL_NONLAZY=3D1 /usr/bin/perl -Iblib/arch -Iblib/lib=20
> -I/usr/local/lib/perl5/5.00503/aix -I
> /usr/local/lib/perl5/5.00503 test.pl
> Oraperl test application $Revision: 1.2 $
>=20
> Oraperl emulation interface version 1.39 DBD::Oracle 1.06 using OCI8=20
> by Tim Bunce DBI 1.10 by Tim Bunce
>=20
> ata sources:
> dbi:Oracle:CATDB
> dbi:Oracle:EIBTC1
> dbi:Oracle:eibtc1
> dbi:Oracle:extproc_connection_data
> dbi:Oracle:grommit_catdb
> dbi:Oracle:grommit_eibtc1
> dbi:Oracle:grommit_nolog
> dbi:Oracle:tsmrman
> dbi:Oracle:wallace_eibtc1
>=20
>=20
> Connecting
> to 'eibtc1' (from command line, else uses ORACLE_SID or TWO_TASK -
> recommended) as 'scott/tiger@eibtc1' (via ORACLE_USERID env var or=20
> default - recommend name/passwd@dbname) (ORACLE_SID=3D'EIBTC1',
> TWO_TASK=3D'')
> ora_login: 24322: (UNKNOWN OCI STATUS 24322) OCIInitialize. Check=20
> ORACLE_HOME and NLS settings etc.
>=20
> Generally set TWO_TASK or ORACLE_SID but not both at the same time.
> Try to connect to the database using an oracle tool like sqlplus only=20
> if that works should you suspect problems with DBD::Oracle.
> Try leaving dbname value empty and set dbuser to name/passwd@dbname.
>=20
> Test aborted.
> make: 1254-004 The error code from the last command is 255.
>=20
>=20
> Stop.
>=20
>=20
>=20
>=20
>=20
> Regards
> Dhirendra Trivedi
> Tel: 01733 417828
> Mob: 07733411458
>=20
>=20
>=20
> ************************************************************ **********
> ** Thomas Cook - The ultimate expert in leisure travel, visit us at
>=20
> www.thomascook.com or tune in to Thomas Cook TV on Sky Digital Channel

> 645 or ntl:home channel 857 or visit us at...
>=20
> www.jmc.com www.tcsignature.com www.style-holidays.co.uk=20
> www.neilson.co.uk www.club18-30.com www.flythomascook.com=20
> www.flexibletrips.com www.sunset-holidays.com www.roomsandhotels.com=20
> www.thomascooksport.com
>=20
> This email is confidential, may be legally privileged, and is for the=20
> intended recipient only. Access, disclosure, copying, distribution or=20
> reliance on any of it by anyone else is prohibited and may be a=20
> criminal offence. Please delete if obtained in error.
> Any views expressed in this message are those of the individual=20
> sender, except where the sender specifically states them to be the=20
> views of Thomas Cook UK Ltd.
>=20
> ************************************************************ **********
> **
> **
>=20

RE: Perl-Oracle DBI module

am 21.09.2005 16:22:39 von Ron.Reidy

Did you set your Oracle environment as specified in the README files?

--
Ron Reidy
Lead DBA
Array BioPharma, Inc.

-----Original Message-----
From: Trivedi, Dhirendra [mailto:Dhirendra.Trivedi@Thomascook.com]=20
Sent: Tuesday, September 20, 2005 9:07 AM
To: dbi-users@perl.org
Subject: Perl-Oracle DBI module


Hi,=20

Trying to install Oracle Driver for Perl I get the error message=20

UNKNOWN OCI STATUS 24322) OCIInitialize. Check ORACLE_HOME
and NLS settings etc. at t/general.t line 21

Are you able to advise a work around for this ?=20

t/base..............ok
t/general...........DBI->connect failed: (UNKNOWN OCI STATUS 24322)
OCIInitialize. Check ORACLE_HOME and NLS settings etc. at t/general.t
line 21 Unable to connect to Oracle ((UNKNOWN OCI STATUS 24322)
OCIInitialize. Check ORACLE_HOME and NLS set tings etc.) Tests skiped.
skipping test on this platform t/long..............Unable to connect to
Oracle ((UNKNOWN OCI STATUS 24322) OCIInitialize. Check ORA CLE_HOME and
NLS settings etc.) Tests skiped. skipping test on this platform
t/plsql.............Unable to connect to Oracle ((UNKNOWN OCI STATUS
24322) OCIInitialize. Check ORA CLE_HOME and NLS settings etc.) Tests
skiped. skipping test on this platform t/reauth............skipping test
on this platform All tests successful, 4 tests skipped.

Files=3D5, Tests=3D5, 1 wallclock secs ( 1.20 cusr + 0.27 csys =3D =
1.47
CPU)
PERL_DL_NONLAZY=3D1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/local/lib/perl5/5.00503/aix -I /usr/local/lib/perl5/5.00503
test.pl Oraperl test application $Revision: 1.2 $

Oraperl emulation interface version 1.39
DBD::Oracle 1.06 using OCI8 by Tim Bunce
DBI 1.10 by Tim Bunce

ata sources:
dbi:Oracle:CATDB
dbi:Oracle:EIBTC1
dbi:Oracle:eibtc1
dbi:Oracle:extproc_connection_data
dbi:Oracle:grommit_catdb
dbi:Oracle:grommit_eibtc1
dbi:Oracle:grommit_nolog
dbi:Oracle:tsmrman
dbi:Oracle:wallace_eibtc1


Connecting
to 'eibtc1' (from command line, else uses ORACLE_SID or TWO_TASK -
recommended) as 'scott/tiger@eibtc1' (via ORACLE_USERID env var or
default - recommend name/passwd@dbname) (ORACLE_SID=3D'EIBTC1',
TWO_TASK=3D'')
ora_login: 24322: (UNKNOWN OCI STATUS 24322) OCIInitialize. Check
ORACLE_HOME and NLS settings etc.

Generally set TWO_TASK or ORACLE_SID but not both at the same time. Try
to connect to the database using an oracle tool like sqlplus only if
that works should you suspect problems with DBD::Oracle. Try leaving
dbname value empty and set dbuser to name/passwd@dbname.

Test aborted.
make: 1254-004 The error code from the last command is 255.


Stop.





Regards
Dhirendra Trivedi=20
Tel: 01733 417828
Mob: 07733411458



************************************************************ ************
Thomas Cook - The ultimate expert in leisure travel, visit us at=20

www.thomascook.com or tune in to Thomas Cook TV on Sky
Digital Channel 645 or ntl:home channel 857 or visit us at...

www.jmc.com www.tcsignature.com www.style-holidays.co.uk
www.neilson.co.uk www.club18-30.com www.flythomascook.com
www.flexibletrips.com www.sunset-holidays.com=20
www.roomsandhotels.com www.thomascooksport.com

This email is confidential, may be legally privileged, and is for the
intended recipient only. Access, disclosure, copying,=20
distribution or reliance on any of it by anyone else is prohibited and
may be a criminal offence. Please delete if obtained in error. Any views
expressed in this message are those of the individual sender, except
where the sender specifically states them to be=20
the views of Thomas Cook UK Ltd.=20

************************************************************ ************
**


This electronic message transmission is a PRIVATE communication which =
contains
information which may be confidential or privileged. The information is =
intended=20
to be for the use of the individual or entity named above. If you are =
not the=20
intended recipient, please be aware that any disclosure, copying, =
distribution=20
or use of the contents of this information is prohibited. Please notify =
the
sender of the delivery error by replying to this message, or notify us =
by
telephone (877-633-2436, ext. 0), and then delete it from your system.

RE: Perl-Oracle DBI module

am 22.09.2005 00:41:41 von Michael.Fox

On Oracle 8.1.7

oerr ORA 24322
24322, 00000, "unable to delete an initialized mutex"
// *Cause: An attempt to delete an initialized mutex failed.
// *Action: Contact customer support.

-----Original Message-----
From: Tim Bunce [mailto:Tim.Bunce@pobox.com]
Sent: Wednesday, 21 September 2005 7:19 PM
To: Mitchell, Louise M
Cc: Trivedi, Dhirendra; dbi-users@perl.org
Subject: Re: Perl-Oracle DBI module


On Tue, Sep 20, 2005 at 07:18:25PM -0700, Mitchell, Louise M wrote:
> Oracle has some environment variables that are critical, such as
> ORACLE_HOME, NLS_LANG, etc. It appears that these are not set for the
> user that is doing the install. Check with your Oracle DBA if you're
> not familiar with these.

And, out of idle curiosity, can someone tell me what the command

oerr ORA 24322

says? (I don't have access to an Oracle system right now.)

I'm just guessing that maybe the error code from OCIInitialize is
actually an oracle standard error number...

Tim.

> -----Original Message-----
> From: Trivedi, Dhirendra [mailto:Dhirendra.Trivedi@Thomascook.com]
> Sent: Tuesday, September 20, 2005 8:07 AM
> To: dbi-users@perl.org
> Subject: Perl-Oracle DBI module
>
> Hi,
>
> Trying to install Oracle Driver for Perl I get the error message
>
> UNKNOWN OCI STATUS 24322) OCIInitialize. Check ORACLE_HOME and NLS
> settings etc. at t/general.t line 21
>
> Are you able to advise a work around for this ?
>
> t/base..............ok
> t/general...........DBI->connect failed: (UNKNOWN OCI STATUS 24322)
> OCIInitialize. Check ORACLE_HOME and NLS settings etc. at t/general.t
> line 21 Unable to connect to Oracle ((UNKNOWN OCI STATUS 24322)
> OCIInitialize. Check ORACLE_HOME and NLS set tings etc.) Tests skiped.
> skipping test on this platform
> t/long..............Unable to connect to Oracle ((UNKNOWN OCI STATUS
> 24322) OCIInitialize. Check ORA CLE_HOME and NLS settings etc.) Tests
> skiped.
> skipping test on this platform
> t/plsql.............Unable to connect to Oracle ((UNKNOWN OCI STATUS
> 24322) OCIInitialize. Check ORA CLE_HOME and NLS settings etc.) Tests
> skiped.
> skipping test on this platform
> t/reauth............skipping test on this platform All tests successful,
> 4 tests skipped.
>
> Files=5, Tests=5, 1 wallclock secs ( 1.20 cusr + 0.27 csys = 1.47
> CPU)
> PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
> -I/usr/local/lib/perl5/5.00503/aix -I
> /usr/local/lib/perl5/5.00503 test.pl
> Oraperl test application $Revision: 1.2 $
>
> Oraperl emulation interface version 1.39 DBD::Oracle 1.06 using OCI8 by
> Tim Bunce DBI 1.10 by Tim Bunce
>
> ata sources:
> dbi:Oracle:CATDB
> dbi:Oracle:EIBTC1
> dbi:Oracle:eibtc1
> dbi:Oracle:extproc_connection_data
> dbi:Oracle:grommit_catdb
> dbi:Oracle:grommit_eibtc1
> dbi:Oracle:grommit_nolog
> dbi:Oracle:tsmrman
> dbi:Oracle:wallace_eibtc1
>
>
> Connecting
> to 'eibtc1' (from command line, else uses ORACLE_SID or TWO_TASK -
> recommended) as 'scott/tiger@eibtc1' (via ORACLE_USERID env var or
> default - recommend name/passwd@dbname) (ORACLE_SID='EIBTC1',
> TWO_TASK='')
> ora_login: 24322: (UNKNOWN OCI STATUS 24322) OCIInitialize. Check
> ORACLE_HOME and NLS settings etc.
>
> Generally set TWO_TASK or ORACLE_SID but not both at the same time.
> Try to connect to the database using an oracle tool like sqlplus only if
> that works should you suspect problems with DBD::Oracle.
> Try leaving dbname value empty and set dbuser to name/passwd@dbname.
>
> Test aborted.
> make: 1254-004 The error code from the last command is 255.
>
>
> Stop.
>
>
>
>
>
> Regards
> Dhirendra Trivedi
> Tel: 01733 417828
> Mob: 07733411458
>
>
>
> ************************************************************ ************
> Thomas Cook - The ultimate expert in leisure travel, visit us at
>
> www.thomascook.com or tune in to Thomas Cook TV on Sky
> Digital Channel 645 or ntl:home channel 857 or visit us at...
>
> www.jmc.com www.tcsignature.com www.style-holidays.co.uk
> www.neilson.co.uk www.club18-30.com www.flythomascook.com
> www.flexibletrips.com www.sunset-holidays.com
> www.roomsandhotels.com www.thomascooksport.com
>
> This email is confidential, may be legally privileged, and is for
> the intended recipient only. Access, disclosure, copying,
> distribution or reliance on any of it by anyone else is prohibited
> and may be a criminal offence. Please delete if obtained in error.
> Any views expressed in this message are those of the individual
> sender, except where the sender specifically states them to be
> the views of Thomas Cook UK Ltd.
>
> ************************************************************ ************
> **
>

Australia Post is committed to providing our customers with excellent service. If we can assist you in any way please telephone 13 13 18 or visit our website www.auspost.com.au

The information contained in this e-mail communication may be proprietary, confidential or legally professionally privileged. It is intended exclusively for the individual or entity to which it is addressed. You should only read, disclose, re-transmit, copy, distribute, act in reliance on or commercialise the information if you are authorised to do so. Australia Post does not represent, warrant or guarantee the integrity of this e-mail communication has been maintained nor that the communication is free of errors, virus or interference.

If you are not the addressee or intended recipient please notify us by replying direct to the sender and then destroy any electronic or paper copy of this message. Any views expressed in this e-mail communication are taken to be those of the individual sender, except where the sender specifically attributes those views to Australia Post and is authorised to do so.

Re: Perl-Oracle DBI module

am 22.09.2005 01:21:54 von Tim.Bunce

On Wed, Sep 21, 2005 at 06:00:48AM -0500, Cliff Nadler wrote:
> oerr ora 24322
> 24322, 00000, "unable to delete an initialized mutex"
> // *Cause: An attempt to delete an initialized mutex failed.
> // *Action: Contact customer support.

Umm. Even if that's actually what OCIInitialize is complaining about
it's hardly helpful. Oh well, thanks anyway.

Tim.

> On Wed, 2005-09-21 at 10:18 +0100, Tim Bunce wrote:
> > On Tue, Sep 20, 2005 at 07:18:25PM -0700, Mitchell, Louise M wrote:
> > > Oracle has some environment variables that are critical, such as
> > > ORACLE_HOME, NLS_LANG, etc. It appears that these are not set for the
> > > user that is doing the install. Check with your Oracle DBA if you're
> > > not familiar with these.
> >
> > And, out of idle curiosity, can someone tell me what the command
> >
> > oerr ORA 24322
> >
> > says? (I don't have access to an Oracle system right now.)
> >
> > I'm just guessing that maybe the error code from OCIInitialize is
> > actually an oracle standard error number...
> >
> > Tim.
> >
> > > -----Original Message-----
> > > From: Trivedi, Dhirendra [mailto:Dhirendra.Trivedi@Thomascook.com]
> > > Sent: Tuesday, September 20, 2005 8:07 AM
> > > To: dbi-users@perl.org
> > > Subject: Perl-Oracle DBI module
> > >
> > > Hi,
> > >
> > > Trying to install Oracle Driver for Perl I get the error message
> > >
> > > UNKNOWN OCI STATUS 24322) OCIInitialize. Check ORACLE_HOME and NLS
> > > settings etc. at t/general.t line 21
> > >
> > > Are you able to advise a work around for this ?
> > >
> > > t/base..............ok
> > > t/general...........DBI->connect failed: (UNKNOWN OCI STATUS 24322)
> > > OCIInitialize. Check ORACLE_HOME and NLS settings etc. at t/general.t
> > > line 21 Unable to connect to Oracle ((UNKNOWN OCI STATUS 24322)
> > > OCIInitialize. Check ORACLE_HOME and NLS set tings etc.) Tests skiped.
> > > skipping test on this platform
> > > t/long..............Unable to connect to Oracle ((UNKNOWN OCI STATUS
> > > 24322) OCIInitialize. Check ORA CLE_HOME and NLS settings etc.) Tests
> > > skiped.
> > > skipping test on this platform
> > > t/plsql.............Unable to connect to Oracle ((UNKNOWN OCI STATUS
> > > 24322) OCIInitialize. Check ORA CLE_HOME and NLS settings etc.) Tests
> > > skiped.
> > > skipping test on this platform
> > > t/reauth............skipping test on this platform All tests successful,
> > > 4 tests skipped.
> > >
> > > Files=5, Tests=5, 1 wallclock secs ( 1.20 cusr + 0.27 csys = 1.47
> > > CPU)
> > > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
> > > -I/usr/local/lib/perl5/5.00503/aix -I
> > > /usr/local/lib/perl5/5.00503 test.pl
> > > Oraperl test application $Revision: 1.2 $
> > >
> > > Oraperl emulation interface version 1.39 DBD::Oracle 1.06 using OCI8 by
> > > Tim Bunce DBI 1.10 by Tim Bunce
> > >
> > > ata sources:
> > > dbi:Oracle:CATDB
> > > dbi:Oracle:EIBTC1
> > > dbi:Oracle:eibtc1
> > > dbi:Oracle:extproc_connection_data
> > > dbi:Oracle:grommit_catdb
> > > dbi:Oracle:grommit_eibtc1
> > > dbi:Oracle:grommit_nolog
> > > dbi:Oracle:tsmrman
> > > dbi:Oracle:wallace_eibtc1
> > >
> > >
> > > Connecting
> > > to 'eibtc1' (from command line, else uses ORACLE_SID or TWO_TASK -
> > > recommended) as 'scott/tiger@eibtc1' (via ORACLE_USERID env var or
> > > default - recommend name/passwd@dbname) (ORACLE_SID='EIBTC1',
> > > TWO_TASK='')
> > > ora_login: 24322: (UNKNOWN OCI STATUS 24322) OCIInitialize. Check
> > > ORACLE_HOME and NLS settings etc.
> > >
> > > Generally set TWO_TASK or ORACLE_SID but not both at the same time.
> > > Try to connect to the database using an oracle tool like sqlplus only if
> > > that works should you suspect problems with DBD::Oracle.
> > > Try leaving dbname value empty and set dbuser to name/passwd@dbname.
> > >
> > > Test aborted.
> > > make: 1254-004 The error code from the last command is 255.
> > >
> > >
> > > Stop.
> > >
> > >
> > >
> > >
> > >
> > > Regards
> > > Dhirendra Trivedi
> > > Tel: 01733 417828
> > > Mob: 07733411458
> > >
> > >
> > >
> > > ************************************************************ ************
> > > Thomas Cook - The ultimate expert in leisure travel, visit us at
> > >
> > > www.thomascook.com or tune in to Thomas Cook TV on Sky
> > > Digital Channel 645 or ntl:home channel 857 or visit us at...
> > >
> > > www.jmc.com www.tcsignature.com www.style-holidays.co.uk
> > > www.neilson.co.uk www.club18-30.com www.flythomascook.com
> > > www.flexibletrips.com www.sunset-holidays.com
> > > www.roomsandhotels.com www.thomascooksport.com
> > >
> > > This email is confidential, may be legally privileged, and is for
> > > the intended recipient only. Access, disclosure, copying,
> > > distribution or reliance on any of it by anyone else is prohibited
> > > and may be a criminal offence. Please delete if obtained in error.
> > > Any views expressed in this message are those of the individual
> > > sender, except where the sender specifically states them to be
> > > the views of Thomas Cook UK Ltd.
> > >
> > > ************************************************************ ************
> > > **
> > >
> >
>

Re: Perl-Oracle DBI module

am 22.09.2005 04:21:07 von cnadler

Yeah. The only real reference in MetaLink is a forum thread where they
end up thinking it's a bug in an older release (8.1.5). There's no
indication of what Oracle version the original poster is using, so
there's no way to tell if that's the problem.

On Thu, 2005-09-22 at 00:21 +0100, Tim Bunce wrote:
> On Wed, Sep 21, 2005 at 06:00:48AM -0500, Cliff Nadler wrote:
> > oerr ora 24322
> > 24322, 00000, "unable to delete an initialized mutex"
> > // *Cause: An attempt to delete an initialized mutex failed.
> > // *Action: Contact customer support.
>
> Umm. Even if that's actually what OCIInitialize is complaining about
> it's hardly helpful. Oh well, thanks anyway.
>
> Tim.
>
> > On Wed, 2005-09-21 at 10:18 +0100, Tim Bunce wrote:
> > > On Tue, Sep 20, 2005 at 07:18:25PM -0700, Mitchell, Louise M wrote:
> > > > Oracle has some environment variables that are critical, such as
> > > > ORACLE_HOME, NLS_LANG, etc. It appears that these are not set for the
> > > > user that is doing the install. Check with your Oracle DBA if you're
> > > > not familiar with these.
> > >
> > > And, out of idle curiosity, can someone tell me what the command
> > >
> > > oerr ORA 24322
> > >
> > > says? (I don't have access to an Oracle system right now.)
> > >
> > > I'm just guessing that maybe the error code from OCIInitialize is
> > > actually an oracle standard error number...
> > >
> > > Tim.
> > >
> > > > -----Original Message-----
> > > > From: Trivedi, Dhirendra [mailto:Dhirendra.Trivedi@Thomascook.com]
> > > > Sent: Tuesday, September 20, 2005 8:07 AM
> > > > To: dbi-users@perl.org
> > > > Subject: Perl-Oracle DBI module
> > > >
> > > > Hi,
> > > >
> > > > Trying to install Oracle Driver for Perl I get the error message
> > > >
> > > > UNKNOWN OCI STATUS 24322) OCIInitialize. Check ORACLE_HOME and NLS
> > > > settings etc. at t/general.t line 21
> > > >
> > > > Are you able to advise a work around for this ?
> > > >
> > > > t/base..............ok
> > > > t/general...........DBI->connect failed: (UNKNOWN OCI STATUS 24322)
> > > > OCIInitialize. Check ORACLE_HOME and NLS settings etc. at t/general.t
> > > > line 21 Unable to connect to Oracle ((UNKNOWN OCI STATUS 24322)
> > > > OCIInitialize. Check ORACLE_HOME and NLS set tings etc.) Tests skiped.
> > > > skipping test on this platform
> > > > t/long..............Unable to connect to Oracle ((UNKNOWN OCI STATUS
> > > > 24322) OCIInitialize. Check ORA CLE_HOME and NLS settings etc.) Tests
> > > > skiped.
> > > > skipping test on this platform
> > > > t/plsql.............Unable to connect to Oracle ((UNKNOWN OCI STATUS
> > > > 24322) OCIInitialize. Check ORA CLE_HOME and NLS settings etc.) Tests
> > > > skiped.
> > > > skipping test on this platform
> > > > t/reauth............skipping test on this platform All tests successful,
> > > > 4 tests skipped.
> > > >
> > > > Files=5, Tests=5, 1 wallclock secs ( 1.20 cusr + 0.27 csys = 1.47
> > > > CPU)
> > > > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
> > > > -I/usr/local/lib/perl5/5.00503/aix -I
> > > > /usr/local/lib/perl5/5.00503 test.pl
> > > > Oraperl test application $Revision: 1.2 $
> > > >
> > > > Oraperl emulation interface version 1.39 DBD::Oracle 1.06 using OCI8 by
> > > > Tim Bunce DBI 1.10 by Tim Bunce
> > > >
> > > > ata sources:
> > > > dbi:Oracle:CATDB
> > > > dbi:Oracle:EIBTC1
> > > > dbi:Oracle:eibtc1
> > > > dbi:Oracle:extproc_connection_data
> > > > dbi:Oracle:grommit_catdb
> > > > dbi:Oracle:grommit_eibtc1
> > > > dbi:Oracle:grommit_nolog
> > > > dbi:Oracle:tsmrman
> > > > dbi:Oracle:wallace_eibtc1
> > > >
> > > >
> > > > Connecting
> > > > to 'eibtc1' (from command line, else uses ORACLE_SID or TWO_TASK -
> > > > recommended) as 'scott/tiger@eibtc1' (via ORACLE_USERID env var or
> > > > default - recommend name/passwd@dbname) (ORACLE_SID='EIBTC1',
> > > > TWO_TASK='')
> > > > ora_login: 24322: (UNKNOWN OCI STATUS 24322) OCIInitialize. Check
> > > > ORACLE_HOME and NLS settings etc.
> > > >
> > > > Generally set TWO_TASK or ORACLE_SID but not both at the same time.
> > > > Try to connect to the database using an oracle tool like sqlplus only if
> > > > that works should you suspect problems with DBD::Oracle.
> > > > Try leaving dbname value empty and set dbuser to name/passwd@dbname.
> > > >
> > > > Test aborted.
> > > > make: 1254-004 The error code from the last command is 255.
> > > >
> > > >
> > > > Stop.
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Regards
> > > > Dhirendra Trivedi
> > > > Tel: 01733 417828
> > > > Mob: 07733411458
> > > >
> > > >
> > > >
> > > > ************************************************************ ************
> > > > Thomas Cook - The ultimate expert in leisure travel, visit us at
> > > >
> > > > www.thomascook.com or tune in to Thomas Cook TV on Sky
> > > > Digital Channel 645 or ntl:home channel 857 or visit us at...
> > > >
> > > > www.jmc.com www.tcsignature.com www.style-holidays.co.uk
> > > > www.neilson.co.uk www.club18-30.com www.flythomascook.com
> > > > www.flexibletrips.com www.sunset-holidays.com
> > > > www.roomsandhotels.com www.thomascooksport.com
> > > >
> > > > This email is confidential, may be legally privileged, and is for
> > > > the intended recipient only. Access, disclosure, copying,
> > > > distribution or reliance on any of it by anyone else is prohibited
> > > > and may be a criminal offence. Please delete if obtained in error.
> > > > Any views expressed in this message are those of the individual
> > > > sender, except where the sender specifically states them to be
> > > > the views of Thomas Cook UK Ltd.
> > > >
> > > > ************************************************************ ************
> > > > **
> > > >
> > >
> >
>