I am new to Perl and I work in a Linux OEL 5x server. I am trying to configure the Perl DB modules for Oracle connectivity (DBD and DBI modules). Can anyone help me out in the installation procedure?
I had tried CPAN didn't really worked out.
Any help would be appreciated.
Hi all,
I've recently started receiving this error via email:
Subject: The perl module GD::Graph could not be installed.
Code:
This module is required by cPanel, and the system may not function correctly until it is installed, and functional. Below is the results of the auto-install attempt:
Test Run
==============
Can't load '/usr/local/lib/perl5/site_perl/5.8.8/x86_64-li
We've got a system running RHEL6, x64. We are using a local installation of apache 2.2.22 from source. we serve primarily:
mod_perl applications (with a local installation of perl 5.16.0)
tomcat applications proxied with mod_jk
All of this talks to an Oracle backend.
We are having issues with Oracle becoming unresponsive.
Hello,
I installed on my ubuntu 8.04.4 the oracle instant client 10.2.0.4.0 and that installation worked correctly as I can connect the oracle instances.
I've setup a handful of CentOS 5.6 servers with Oracle 11gR2 and not run into this particular problem, but I have hit a wall with CentOS 6.3 and auto-starting Oracle. Not sure if this is related to the newer release of CentOS or me having a PEBKAC moment, but I need a hand.
I've got a working install of Oracle 11gR2 on CentOS 6.3. It runs and is functional.
I am running RHEL 6 server. I have installed XAMPP on it. I have problems with enabling oci8 extension for it. My oracle database is installed in /ur/lib/oracle/ folder. All files including libclntsh.so is located in /usr/lib/oracle/client64/lib/ folder. But when I run /opt/lampp/lampp oci8 it asks me path for oracle instant client. I enter /usr/lib/oracle/client64/lib/.
ello,
Could you give me some advices on the systemd service and the script it starts which in turn run oracle.
I hv no idea why the systemd service will ruin the oracle listener. whenever I start the listener this way, it shows "support no service."
if i run the 'lsnrctl start' and 'dbstart' manually, it has no problem.
I'm trying to make a script in perl which can check for updates to sun/oracle's java jdk.
I'm a little stuck here since I cant download the file if I dont visit their download page and accept the OTN license.
But I do have a cookie which i can use to grab the file using wget.
Code:
wget --no-cookies --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2Ftechnetwork%2Fjava%2Fjavas
i installed the oracle express edition database via the rpm from their site ... "oracle-xe-10.2.0.1-1.0.i386.rpm"
but my system is a fedora11 x86_64 machine