oracle perl modules on centos5?

Installation and support for Oracle DB on CentOS.
Post Reply
joeblow
Posts: 14
Joined: 2009/09/18 13:51:22

oracle perl modules on centos5?

Post by joeblow » 2010/02/09 22:03:37

So, we're having oracle shoved down our throat whether we want it or not. 10g if it matters. I'm trying to get my workstation set up so I can use perl to access the oracle data. Googling various sites, it seems I need DBD::Oracle module. However:

$ yum search oracle
Loaded plugins: fastestmirror, priorities

1968 packages excluded due to repository priority protections
=============================== Matched: oracle ================================
bugzilla.noarch : Bug tracking system
gallery2.noarch : Customizable photo gallery web site
isns-utils.x86_64 : The iSNS daemon and utility programs
mono-data-oracle.x86_64 : Oracle database connectivity for Mono
nagios-plugins-oracle.x86_64 : Nagios Plugin - check_oracle
perl-DDL-Oracle.noarch : DDL generator for Oracle databases
php-adodb.noarch : Portable Database Library for PHP
postgis.x86_64 : Geographic Information Systems Extensions to PostgreSQL
python-shove.noarch : Common object storage frontend
python-sqlalchemy.noarch : SQL toolkit and object relational mapper for Python
rds-tools.x86_64 : RDS support tools
rubygem-rails.noarch : Web-application framework
seekwatcher.noarch : Utility for visualizing block layer IO patterns and
: performance
synbak.noarch : Universal backup system
$

No joy from the usual yum repositories. What now?

Thanks!

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

oracle perl modules on centos5?

Post by pschaff » 2010/02/10 01:37:27

I'm not having any better luck with yum:[code]
[root@poq1 ~]# yum --noplugins --enablerepo \* --disablerepo \*-source --disablerepo \*debuginfo --disablerepo c5-media search dbd oracle
Excluding Packages from Red Hat Enterprise Linux 5 - x86_64 - ATrpms testing
Finished
Excluding Packages from CentOS-5 - Plus
Finished
Excluding Packages from Extra Packages for Enterprise Linux 5 - x86_64
Finished
Excluding Packages from Red Hat Enterprise 5 - RPMforge.net - dag
Finished
=================================================== Matched: dbd ===================================================
apr-util-freetds.x86_64 : APR utility library FreeTDS DBD driver
apr-util-mysql.x86_64 : APR utility library MySQL DBD driver
apr-util-odbc.x86_64 : APR utility library ODBC DBD driver
apr-util-pgsql.x86_64 : APR utility library PostgreSQL DBD driver
apr-util-sqlite.x86_64 : APR utility library SQLite DBD driver
dhcdbd.x86_64 : DHCP D-BUS daemon (dhcdbd) controls dhclient sessions with D-BUS, stores and presents DHCP options.
libdbi.i386 : Database Independent Abstraction Layer for C
libdbi.x86_64 : Database Independent Abstraction Layer for C
libdbi-dbd-mysql.x86_64 : MySQL plugin for libdbi
libdbi-dbd-pgsql.x86_64 : PostgreSQL plugin for libdbi
libdbi-drivers.x86_64 : Database-specific drivers for libdbi
libdvdplay.x86_64 : Portable abstraction library for DVD menus support
perl-AnyData.noarch : Easy access to data in many formats
perl-Apache-DBILogin.noarch : Authenticates and authorizes via a DBI connection
perl-DBD-AnyData.noarch : Interface to data in many formats and from many sources
perl-DBD-CSV.noarch : DBI driver for CSV files
perl-DBD-Chart.noarch : DBI driver abstraction for Rendering Charts and Graphs
perl-DBD-File.noarch : Base class for writing DBI drivers for plain files
perl-DBD-LDAP.noarch : SQL/Perl DBI interface to Ldap databases
perl-DBD-Mock.noarch : Mock database driver for testing
perl-DBD-Multi.noarch : Failover and Load Balancing of DBI Handles
perl-DBD-MySQL.x86_64 : A MySQL interface for perl
perl-DBD-MySQL-debuginfo.x86_64 : Debug information for package perl-DBD-MySQL
perl-DBD-ODBC.x86_64 : Perl DBD module for interfacing with ODBC databases
perl-DBD-Pg.x86_64 : DBI PostgreSQL interface
perl-DBD-Pg.i386 : A PostgreSQL interface for perl
perl-DBD-Pg-debuginfo.x86_64 : Debug information for package perl-DBD-Pg
perl-DBD-PgLite.noarch : PostgreSQL emulation mode for SQLite
perl-DBD-PgPP.noarch : Perl module provides a pure Perl PostgreSQL driver for DBI
perl-DBD-SQLite.x86_64 : Small fast embedded SQL database engine
perl-DBD-SQLite2.x86_64 : Perl module that implements a self contained RDBMS in a DBI Driver (sqlite 2.x)
perl-DBD-XBase.noarch : DBI driver for XBase compatible database files
perl-DBD-mysql.x86_64 : Perl module that implements a MySQL driver for DBI
perl-DBIx-AnyDBD.noarch : DBD independant class
perl-DBIx-Cursor.noarch : Easy DBI-access to a single table
perl-SQL-Statement.noarch : SQL parsing and processing engine

================================================= Matched: oracle ==================================================
bugzilla.noarch : Bug tracking system
gallery2.noarch : Customizable photo gallery web site
ibatis-toplink-stubs.noarch : Oracle Toplink Stubs from ibatis
isns-utils.x86_64 : The iSNS daemon and utility programs
kmod-ocfs2.x86_64 : ocfs2 kernel module(s)
kmod-ocfs2-xen.x86_64 : ocfs2 kernel module(s)
mono-data-oracle.x86_64 : Oracle database connectivity for Mono
mono-data-oracle.i386 : Oracle database connectivity for Mono
mono-data-oracle.i686 : Oracle database connectivity for Mono
nagios-plugins-oracle.x86_64 : Nagios Plugin - check_oracle
perl-DDL-Oracle.noarch : DDL generator for Oracle databases
php-ZendFramework-Db-Adapter-Oracle.noarch : Zend Framework database adapter for Oracle
php-adodb.noarch : Portable Database Library for PHP
php-ezc-DatabaseSchema.noarch : A set of classes that allow you to use information from a database schema
postgis.x86_64 : Geographic Information Systems Extensions to PostgreSQL
python-shove.noarch : Common object storage frontend
python-sqlalchemy.noarch : SQL toolkit and object relational mapper for Python
rds-tools.x86_64 : RDS support tools
rubygem-rails.noarch : Web-application framework
seekwatcher.noarch : Utility for visualizing block layer IO patterns and performance
synbak.noarch : Universal backup system
tjdo.noarch : Triactive JDO
[/code]
How about a google on[code]"DBD::Oracle" site:centos.org[/code]?

Post Reply