what to do ?
am 16.08.2006 11:17:07 von deepika.balu
--=_alternative 0033022D652571CC_=
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"
Hi,
i have oci installed in my system ,i am trying to connect oracle client to
oracle server using perl coding , since i dont have dbd-oracle in my
system , i am trying to install it , and when i try to execute perl
makefile .pl command , it says to check for the following files
D:/oracle/ora92\oci\include\oratypes.h
D:/oracle/ora92\oci\lib\MSVC\.lib
but it is not available in my system , only these are available
D:/oracle/ora92\oci\include\oramts.h
D:/oracle/ora92\oci\lib\MSVC\oramts.lib
what to do ?
*************************************
Regards & Thanks
B.Deepika Devi
Polaris Software Lab Limited
34 IT Highway, Navalur
Chennai-603103, INDIA
Phone - 91-044-27435001 Extn - 6452
Mobile - 98414-57347
This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately. You are also hereby notified that any use, any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this e-mail message, contents or its attachment other than by its intended recipient/s is strictly prohibited.
Visit us at http://www.polaris.co.in
--=_alternative 0033022D652571CC_=--
RE: what to do ?
am 16.08.2006 13:34:55 von Ron.Reidy
Did you install the Oracle client (not too sure what you mean when you
say you installed oic)?
What Perl module are you trying to install?
-----Original Message-----
From: deepika.balu@polaris.co.in [mailto:deepika.balu@polaris.co.in]=20
Sent: Wednesday, August 16, 2006 3:17 AM
To: dbi-users@perl.org
Subject: what to do ?
Hi,
i have oci installed in my system ,i am trying to connect oracle client
to=20
oracle server using perl coding , since i dont have dbd-oracle in my=20
system , i am trying to install it , and when i try to execute perl=20
makefile .pl command , it says to check for the following files
D:/oracle/ora92\oci\include\oratypes.h
D:/oracle/ora92\oci\lib\MSVC\.lib
but it is not available in my system , only these are available
=20
D:/oracle/ora92\oci\include\oramts.h
D:/oracle/ora92\oci\lib\MSVC\oramts.lib
what to do ?
*************************************
Regards & Thanks
B.Deepika Devi
Polaris Software Lab Limited
34 IT Highway, Navalur
Chennai-603103, INDIA
Phone - 91-044-27435001 Extn - 6452
Mobile - 98414-57347
This e-Mail may contain proprietary and confidential information and is
sent for the intended recipient(s) only. If by an addressing or
transmission error this mail has been misdirected to you, you are
requested to delete this mail immediately. You are also hereby notified
that any use, any form of reproduction, dissemination, copying,
disclosure, modification, distribution and/or publication of this e-mail
message, contents or its attachment other than by its intended
recipient/s is strictly prohibited.
Visit us at http://www.polaris.co.in
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: what to do ?
am 16.08.2006 19:38:58 von Peter.Loo
Hi Ron,
Here are the results of sqlplus and Perl DBI connections:
SQLPLUS CONNECTION:
===================3D
$ sqlplus MY_ID@INSTANCE_NOT_IN_TNSNAMES_FILE
SQL*Plus: Release 9.2.0.4.0 - Production on Wed Aug 16 10:26:54 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Enter password:=20
Connected to:
Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - 64bit
Production
With the Partitioning, OLAP and Data Mining options
SQL> =20
PERL DBI CONNECTION:
====================
#!/usr/bin/perl -w
use DBI;
my $dbh =3D DBI->connect("dbi:Oracle:INSTANCE_NOT_IN_TNSNAMES_FILE",
"MY_ID", "MY_PASSWORD", { RaiseError =3D> 1 });
$dbh->disconnect();
exit;
$ ./testCon.pl
Segmentation Fault(coredump)
Thanks.
=20
Peter
-----Original Message-----
From: Reidy, Ron [mailto:Ron.Reidy@arraybiopharma.com]=20
Sent: Wednesday, August 16, 2006 4:35 AM
To: deepika.balu@polaris.co.in; dbi-users@perl.org
Subject: RE: what to do ?
Did you install the Oracle client (not too sure what you mean when you
say you installed oic)?
What Perl module are you trying to install?
-----Original Message-----
From: deepika.balu@polaris.co.in [mailto:deepika.balu@polaris.co.in]
Sent: Wednesday, August 16, 2006 3:17 AM
To: dbi-users@perl.org
Subject: what to do ?
Hi,
i have oci installed in my system ,i am trying to connect oracle client
to oracle server using perl coding , since i dont have dbd-oracle in my
system , i am trying to install it , and when i try to execute perl
makefile .pl command , it says to check for the following files
D:/oracle/ora92\oci\include\oratypes.h
D:/oracle/ora92\oci\lib\MSVC\.lib
but it is not available in my system , only these are available
=20
D:/oracle/ora92\oci\include\oramts.h
D:/oracle/ora92\oci\lib\MSVC\oramts.lib
what to do ?
*************************************
Regards & Thanks
B.Deepika Devi
Polaris Software Lab Limited
34 IT Highway, Navalur
Chennai-603103, INDIA
Phone - 91-044-27435001 Extn - 6452
Mobile - 98414-57347
This e-Mail may contain proprietary and confidential information and is
sent for the intended recipient(s) only. If by an addressing or
transmission error this mail has been misdirected to you, you are
requested to delete this mail immediately. You are also hereby notified
that any use, any form of reproduction, dissemination, copying,
disclosure, modification, distribution and/or publication of this e-mail
message, contents or its attachment other than by its intended
recipient/s is strictly prohibited.
Visit us at http://www.polaris.co.in
This electronic message transmission is a PRIVATE communication which
contains information which may be confidential or privileged. The
information is intended to be for the use of the individual or entity
named above. If you are not the intended recipient, please be aware that
any disclosure, copying, distribution 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.
This E-mail message is for the sole use of the intended recipient(s) and
may contain confidential and privileged information. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not
the intended recipient, please contact the sender by reply E-mail, and
destroy all copies of the original message.
RE: what to do ?
am 16.08.2006 19:49:23 von Peter.Loo
Oops! Sorry folks. I replied to the wrong thread. I will resend.
=20
Peter
-----Original Message-----
From: Loo, Peter # PHX [mailto:Peter.Loo@source.wolterskluwer.com]=20
Sent: Wednesday, August 16, 2006 10:39 AM
To: Reidy, Ron; deepika.balu@polaris.co.in; dbi-users@perl.org
Subject: RE: what to do ?
Hi Ron,
Here are the results of sqlplus and Perl DBI connections:
SQLPLUS CONNECTION:
===================3D
$ sqlplus MY_ID@INSTANCE_NOT_IN_TNSNAMES_FILE
SQL*Plus: Release 9.2.0.4.0 - Production on Wed Aug 16 10:26:54 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Enter password:=20
Connected to:
Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - 64bit
Production With the Partitioning, OLAP and Data Mining options
SQL> =20
PERL DBI CONNECTION:
====================
#!/usr/bin/perl -w
use DBI;
my $dbh =3D DBI->connect("dbi:Oracle:INSTANCE_NOT_IN_TNSNAMES_FILE",
"MY_ID", "MY_PASSWORD", { RaiseError =3D> 1 });
$dbh->disconnect();
exit;
$ ./testCon.pl
Segmentation Fault(coredump)
Thanks.
=20
Peter
-----Original Message-----
From: Reidy, Ron [mailto:Ron.Reidy@arraybiopharma.com]
Sent: Wednesday, August 16, 2006 4:35 AM
To: deepika.balu@polaris.co.in; dbi-users@perl.org
Subject: RE: what to do ?
Did you install the Oracle client (not too sure what you mean when you
say you installed oic)?
What Perl module are you trying to install?
-----Original Message-----
From: deepika.balu@polaris.co.in [mailto:deepika.balu@polaris.co.in]
Sent: Wednesday, August 16, 2006 3:17 AM
To: dbi-users@perl.org
Subject: what to do ?
Hi,
i have oci installed in my system ,i am trying to connect oracle client
to oracle server using perl coding , since i dont have dbd-oracle in my
system , i am trying to install it , and when i try to execute perl
makefile .pl command , it says to check for the following files
D:/oracle/ora92\oci\include\oratypes.h
D:/oracle/ora92\oci\lib\MSVC\.lib
but it is not available in my system , only these are available
=20
D:/oracle/ora92\oci\include\oramts.h
D:/oracle/ora92\oci\lib\MSVC\oramts.lib
what to do ?
*************************************
Regards & Thanks
B.Deepika Devi
Polaris Software Lab Limited
34 IT Highway, Navalur
Chennai-603103, INDIA
Phone - 91-044-27435001 Extn - 6452
Mobile - 98414-57347
This e-Mail may contain proprietary and confidential information and is
sent for the intended recipient(s) only. If by an addressing or
transmission error this mail has been misdirected to you, you are
requested to delete this mail immediately. You are also hereby notified
that any use, any form of reproduction, dissemination, copying,
disclosure, modification, distribution and/or publication of this e-mail
message, contents or its attachment other than by its intended
recipient/s is strictly prohibited.
Visit us at http://www.polaris.co.in
This electronic message transmission is a PRIVATE communication which
contains information which may be confidential or privileged. The
information is intended to be for the use of the individual or entity
named above. If you are not the intended recipient, please be aware that
any disclosure, copying, distribution 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.
This E-mail message is for the sole use of the intended recipient(s) and
may contain confidential and privileged information. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not
the intended recipient, please contact the sender by reply E-mail, and
destroy all copies of the original message.
This E-mail message is for the sole use of the intended recipient(s) and
may contain confidential and privileged information. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not
the intended recipient, please contact the sender by reply E-mail, and
destroy all copies of the original message.