473,750 Members | 2,447 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem in installing DBD::ORACLE PACKAGE

36 New Member
Hello All,
I have problem in installing DBD::ORACLE package.

Please can any one have experience in installing DBD::ORACLE package.

please give me some hints to install this DBD::ORACLE packages.

shafi
Jan 28 '08 #1
9 4305
numberwhun
3,509 Recognized Expert Moderator Specialist
Hello All,
I have problem in installing DBD::ORACLE package.

Please can any one have experience in installing DBD::ORACLE package.

please give me some hints to install this DBD::ORACLE packages.

shafi
Well, how are you trying to install it and what errors are you getting? Without that, we cannot tell you what is happening.

Regards,

Jeff
Jan 28 '08 #2
mdshafi01
36 New Member
Hello ,
First I have extracted the .gz file contents into one folder.
Then from that folder I am trying to execute this command so I am getting this error.

Perl MakeFile.pl

Error

While executing the perl Makefile.PL is getting executed and the make is failing with the following error.

# make

cp Oracle.pm blib/lib/DBD/Oracle.pm

cp mkta.pl blib/lib/DBD/mkta.pl

cp oraperl.ph blib/lib/oraperl.ph

cp dbdimp.h blib/arch/auto/DBD/Oracle/dbdimp.h

cp ocitrace.h blib/arch/auto/DBD/Oracle/ocitrace.h

cp Oraperl.pm blib/lib/Oraperl.pm

cp Oracle.h blib/arch/auto/DBD/Oracle/Oracle.h

cp mk.pm blib/arch/auto/DBD/Oracle/mk.pm

cp lib/DBD/Oracle/GetInfo.pm blib/lib/DBD/Oracle/GetInfo.pm

/usr/bin/perl -p -e "s/~DRIVER~/Oracle/g" /opt/perl_32/lib/site_perl/5.8.8/PA-RISC1.1-thread-multi/auto/DBI/Driver.xst > Oracle.xsi

/usr/bin/perl /opt/perl_32/lib/5.8.8/ExtUtils/xsubpp -typemap /opt/perl_32/lib/5.8.8/ExtUtils/typemap -typemap typemap Oracle.xs > Oracle.xsc && mv Oracle.xsc Oracle.c

cc -c -I/opt/app/oracle/product/9.2.0.6/rdbms/demo -I. -I/opt/app/oracle/product/9.2.0.6/precomp/public -I/opt/app/oracle/product/9.2.0.6/rdbms/public -I/opt/app/oracle/product/9.2.0.6/rdbms/demo -I/opt/app/oracle/product/9.2.0.6/plsql/public -I/opt/app/oracle/product/9.2.0.6/network/public -I/opt/perl_32/lib/site_perl/5.8.8/PA-RISC1.1-thread-multi/auto/DBI -D_POSIX_C_SOURC E=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwa rnings +Z -DUSE_SITECUSTOM IZE -DNO_HASH_SEED -D_LARGEFILE_SOU RCE -D_FILE_OFFSET_B ITS=64 -fast +Onolimit +Opromote_indir ect_calls +DAportable +DS2.0 -DVERSION=\"1.20 \" -DXS_VERSION=\"1 .20\" +Z "-I/opt/perl_32/lib/5.8.8/PA-RISC1.1-thread-multi/CORE" -DUTF8_SUPPORT -DNEW_OCI_INIT -DORA_OCI_VERSIO N=\"9.2.0.6\" Oracle.c

cpp: "Oracle.h", line 37: error 4036: Can't open include file 'oci.h'.

cpp: "Oracle.h", line 39: error 4036: Can't open include file 'ocidfn.h'.

cpp: "Oracle.h", line 40: error 4036: Can't open include file 'orid.h'.

cpp: "Oracle.h", line 41: error 4036: Can't open include file 'ori.h'.

*** Error exit code 1



Stop.

#

Please tell give me some hints to complete this installation.

shafi
Jan 29 '08 #3
mdshafi01
36 New Member
Hello all,

while installing DBD::ORACLE package in machine. I am getting following errorl


I am using this command to install this package.

ppm install DBD-Oracle.ppd

This is my DBD-Oracle.ppd
<?xml version="1.0" encoding="UTF-8"?>
<SOFTPKG NAME="DBD-Oracle" VERSION="1,12,0 ,0">
<IMPLEMENTATION >
<CODEBASE HREF="MSWin32-x86-multi-thread\DBD-Oracle.tar.gz" />
<ARCHITECTURE NAME="MSWin32-x86-multi-thread" />
<OS NAME="MSWin32" />
</IMPLEMENTATION>
<ABSTRACT>Oracl e database driver for the DBI module</ABSTRACT>
<AUTHOR>Tim Bunce (dbi-users@perl.org) </AUTHOR>
<TITLE>DBD-Oracle</TITLE>
</SOFTPKG>

Error I am gettig is :

ppm install failed: PPD does not contain code to install in this platform.

please help me in solving this issue.

shafi
Jan 29 '08 #4
numberwhun
3,509 Recognized Expert Moderator Specialist
First, I would check and ensure the the files that it is complaining are missing are actually not there.

Question, I noticed you are building the module by hand. Is there a reason you aren't using the CPAN interface to install the module? It would be loads easier and save you this headache.

Regards,

Jeff
Jan 29 '08 #5
numberwhun
3,509 Recognized Expert Moderator Specialist
Hello all,

while installing DBD::ORACLE package in machine. I am getting following errorl


I am using this command to install this package.

ppm install DBD-Oracle.ppd

This is my DBD-Oracle.ppd
<?xml version="1.0" encoding="UTF-8"?>
<SOFTPKG NAME="DBD-Oracle" VERSION="1,12,0 ,0">
<IMPLEMENTATION >
<CODEBASE HREF="MSWin32-x86-multi-thread\DBD-Oracle.tar.gz" />
<ARCHITECTURE NAME="MSWin32-x86-multi-thread" />
<OS NAME="MSWin32" />
</IMPLEMENTATION>
<ABSTRACT>Oracl e database driver for the DBI module</ABSTRACT>
<AUTHOR>Tim Bunce (dbi-users@perl.org) </AUTHOR>
<TITLE>DBD-Oracle</TITLE>
</SOFTPKG>

Error I am gettig is :

ppm install failed: PPD does not contain code to install in this platform.

please help me in solving this issue.

shafi
Ok, it looks like you have abandoned the manual build of this module and decided to use PPM. Since this is the SAME issue as before, just different error, I am going to merge the two threads together.

In the future, if you are working on the same problem, but change your attack method to the problem, please keep the thread together and do not split it off into seperate threads.

Regards,

MODERATOR
Jan 29 '08 #6
mdshafi01
36 New Member
What is this CPAN interface. From where i can receive this CPAN interface to install perl packages.

Please give me some details setps and instructions which are should be followed to complete this task.

shafi

First, I would check and ensure the the files that it is complaining are missing are actually not there.

Question, I noticed you are building the module by hand. Is there a reason you aren't using the CPAN interface to install the module? It would be loads easier and save you this headache.

Regards,

Jeff
Feb 4 '08 #7
numberwhun
3,509 Recognized Expert Moderator Specialist
What is this CPAN interface. From where i can receive this CPAN interface to install perl packages.

Please give me some details setps and instructions which are should be followed to complete this task.

shafi
The CPAN interface is part of Perl. If you are using linux/unix then type the following at the command line:

Expand|Select|Wrap|Line Numbers
  1. perl -MCPAN -e shell
  2.  
That will put you into the CPAN shell. From there, if you have never run it, you will have to configure it so that it is setup. Just follow the on screen instructions.

To install a module, after you have completed the initial cpan setup, you would just type:

install <module::name >

For instance, it is recommended, after you complete the cpan setup, to install the cpan bundle to get the latest version. You would do that by issuing the command:

install Bundle::CPAN

Regards,

Jeff
Feb 4 '08 #8
mdshafi01
36 New Member
Please some one help me installing this.
shafi
Feb 5 '08 #9
mdshafi01
36 New Member
THIS ERROR I AM GETTIGN WHEN I TRY TO INSTALL
Running Mkbootstrap for DBD::Oracle ()

chmod 644 Oracle.bs

rm -f blib/arch/auto/DBD/Oracle/Oracle.so

/usr/bin/ld -Wl,+b"/opt/app/oracle/product/9.2.0/lib32:/opt/app/oracle/product/9.2.0/rdbms/lib32" -b +vnocompatwarni ngs -L/usr/lib/hpux32 Oracle.o dbdimp.o oci8.o -L/opt/app/oracle/product/9.2.0/rdbms/lib32/ -L/opt/app/oracle/product/9.2.0/lib32/ -lclntsh `cat /opt/app/oracle/product/9.2.0/lib32/ldflags` -lm -o blib/arch/auto/DBD/Oracle/Oracle.so

ld: Unrecognized argument: -Wl,+b/opt/app/oracle/product/9.2.0/lib32:/opt/app/oracle/product/9.2.0/rdbms/lib32

Fatal error.

*** Error exit code 1
Feb 5 '08 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

1
8465
by: rawii | last post by:
I am running on a Sun box and am trying to install the perl tools to connect to Oracle. When I try to install the DBD::Oracle module, I get the following. Please help.. What does is mean and how can I fix it? 33% make Skip blib/lib/DBD/Oracle.pm (unchanged) Skip blib/arch/auto/DBD/Oracle/Oracle.h (unchanged) Skip blib/arch/auto/DBD/Oracle/dbdimp.h (unchanged)
3
2765
by: MJ23 | last post by:
Dear all, I have treid to install Oracle 8.1.7 enterprise on Linux Redhat 8 and 9 version. However, both of the linux version has the same problem. It said cannot initialize VM or say waiting for VM initialize but wait for very long long time but has no response. I have tried gcc-java, Sun microsystem JDK2 and IBM java. However, all of them are not work. Can anyone help me what I have done incorrectly or anything missing as I have...
4
2177
by: MJ23 | last post by:
Dear all, I have treid to install Oracle 8.1.7 enterprise on Linux Redhat 8 and 9 version. However, both of the linux version has the same problem. It said cannot initialize VM or say waiting for VM initialize but wait for very long long time but has no response. I have tried gcc-java, Sun microsystem JDK2 and IBM java. However, all of them are not work. Can anyone help me what I have done incorrectly or anything missing as I have...
1
5040
by: J Goldman | last post by:
I am trying to install Oracle 9i (9.2.0.1, 32 bit) on Windows XP Pro (version 2002, SP 1, Intel P3), but I get an error claiming that Oracle requires Service Pack 1 or greater, which it thinks my system does not have. In reality, my system does have service pack 1 and the install doesn't seem to recognize that. I even tried installing Service Pack 1a, with no difference. How can I convince the Oracle install that I do have service pack...
2
9184
by: Cherrish Vaidiyan | last post by:
Hello all, A warm Xmas greetings to all. I have a small problem with starting up the database. Here my strategy. I have installed Oracle 9i R 2 on Red Hat 9. i created two database on this system. And the two datasbe is working perfectly. Now i needed another RH9 system to work on Oracle 9i. So I was guided to copy the oracle home folder and that the oracle will be up for work. I even got such a response from Google Group. I copied...
1
3811
by: Diana | last post by:
Hi All, I am suddenly in a position where I need to learn to be my own Oralce DBA. I have limited experience with Oracle and haven't ever performed an install on my own. Recently someone installed Oracle 9.2 on an HP for me to use. He choose the "Software Only" option on the 9i Database Configuration Screen during install. So that it only installed the software and did not create a database.
0
2376
by: Kevin McDaniel | last post by:
Has anyone ever heard of installing Oracle 9.2 on an Alpha OpenVMS box without using OUI? I know the Installation Guide says that ORACLEINS no longer exists, but I'm being told that it is STILL possible to install Oracle without using OUI. If ORACLEINS is not available, and you can't use an X-Windows based environment, how can you get around the java pieces? Even if you're not using OpenVMS and you know the answer, I'm still interested...
3
2808
by: OracletoPerl | last post by:
hi to all can anyone help me out in getting DBD::Oracle for windows.. i am currently using oracle 9i and active perl state 5.8.8..
1
5919
by: Tafungwa Takaindisa | last post by:
I am installing Oracle 9.2.0.1.0 on AIX 5.3 , the installation goes through but the linking fails @ 63% showing error msg: Error invoking target install of makefile /u01/app/oracle/product/9.2.0.5/sqlplus/lib/ins_sqlplus.mk I checked the install log and the cause is shown as: ld: 0706-006 Cannot find or open library file: -l m ld:open(): A file or directory in the path name does not exist. make: 1254-004 The error code from...
0
9584
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9397
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9344
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8264
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6810
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6081
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4716
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2807
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2226
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.