Search results for "DBD::Oracle"

DBD::Oracle - Oracle database driver for the DBI module River stage one • 5 direct dependents • 5 total dependents

DBD::Oracle is a Perl module which works with the DBI module to provide access to Oracle databases. This documentation describes driver specific behaviour and restrictions. It is not supposed to be used as the only reference for the user. In any case...

ZARQUON/DBD-Oracle-1.83 - 17 Jan 2022 02:16:57 UTC - Search in distribution

dbd-oracle-timeout.pod - test timing out DBD-Oracle operations with Sys::SigAction River stage two • 13 direct dependents • 26 total dependents

If you are implementing a real-time service, your software must be both responsive, and well behaved from a resource utilization perspective. It is imperative that no operation take a long time to complete, and that resources are quickly freed, so th...

LBAXTER/Sys-SigAction-0.23 - 11 Sep 2016 01:18:45 UTC - Search in distribution

DBIx::DBSchema::DBD::Oracle - Oracle native driver for DBIx::DBSchema River stage two • 4 direct dependents • 13 total dependents

This module implements a Oracle-native driver for DBIx::DBSchema....

IVAN/DBIx-DBSchema-0.47 - 07 Sep 2022 23:42:13 UTC - Search in distribution

Data::ObjectDriver::Driver::DBD::Oracle - Oracle Driver for Data::ObjectDriver River stage one • 4 direct dependents • 9 total dependents

This module overrides methods of the Data::ObjectDriver::Driver::DBD module with Oracle specific implementation....

SIXAPART/Data-ObjectDriver-0.22 - 01 Feb 2023 05:19:05 UTC - Search in distribution

lib/DBIx/Skinny/DBD/Oracle.pm River stage two • 7 direct dependents • 12 total dependents

NEKOKAK/DBIx-Skinny-0.0742 - 20 Sep 2011 16:39:37 UTC - Search in distribution

DBIx::SQLEngine::Driver::Oracle - Support DBD::Oracle and DBD::ODBC/Oracle River stage one • 1 direct dependent • 1 total dependent

This package provides a subclass of DBIx::SQLEngine which compensates for Oracle's idiosyncrasies. About Driver Subclasses You do not need to use this package directly; when you connect to a database, the SQLEngine object is automatically re-blessed ...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC - Search in distribution

DBIx::AnyDBD - DBD independent class River stage one • 1 direct dependent • 2 total dependents

NHORNE/DBIx-AnyDBD-2.03 - 14 Nov 2020 01:57:45 UTC - Search in distribution

ExtProc - Perl interface to the Oracle Perl External Procedure Library River stage zero No dependents

The ExtProc module provides functions for interacting with the calling Oracle database from extproc_perl scripts....

JHORWITZ/extproc_perl-2.51 - 11 Aug 2006 13:33:26 UTC - Search in distribution

orac_Oracle - the Oracle module to the Orac tool River stage zero No dependents

This code is a database object that can be created by the Orac tool. It inherits from orac_Base, which has all the basic data and methods. Some of those are called from here, some are overridden, most are inherited and used as is....

ANDYDUNC/Orac-alpha-1.2.6 - 17 Oct 2001 20:55:54 UTC - Search in distribution

DBD::Solid - DBD driver to access Solid database River stage zero No dependents

This module is the low level driver to access the Solid database using the DBI interface. Please refer to the DBI documentation for using it....

JSLAGEL/DBD-Solid-0.20a - 13 Oct 2001 21:14:43 UTC - Search in distribution

xbcp - Bulk copy for Sybase or Oracle River stage zero No dependents

xbcp will load data to a table from a file, or extract data from a table to a file. If a server is provided, the database type is assumed to be Sybase. If no server but a database is provided, then the default database type is Oracle. Otherwise the s...

DOUGW/DBIx-BulkUtil-0.05 - 14 Jul 2016 17:10:31 UTC - Search in distribution
  • DBIx::BulkUtil - Sybase/SybaseIQ/Oracle bulk load and other utilities

JSprite - Modified version of Sprite to manipulate text delimited flat-files as databases using SQL emulating Oracle. The remaining documentation is based on Sprite. River stage zero No dependents

Here is a simple database where the fields are delimited by double-colons: PLAYER=VARCHAR2(16)::YEARS=NUMBER::POINTS=NUMBER::REBOUNDS=NUMBER::ASSISTS=NUMBER::Championships=NUMBER ... Larry Bird::13::25::11::7::3 Michael Jordan::14::29::6::5::5 Magic ...

TURNERJW/DBD-Sprite-6.12 - 05 Feb 2019 07:23:16 UTC - Search in distribution
  • DBD::Sprite - Perl extension for DBI, providing database emmulation via flat files.

XBase::FAQ - Frequently asked questions about the XBase.pm/DBD::XBase modules River stage one • 4 direct dependents • 6 total dependents

This is a list of questions people asked since the module has been announced in fall 1997, and my answers to them....

JANPAZ/DBD-XBase-1.08 - 16 Jan 2017 09:50:34 UTC - Search in distribution

DBD::DBMaker - DBD driver to access DBMaker database River stage zero No dependents

This module is the low-level driver to access the DBMaker database using the DBI interface. Please refer to the DBI documentation for using it....

DBMAKER/DBD-DBMaker-0.13 - 05 Nov 1999 06:19:10 UTC - Search in distribution

DBI - Database independent interface for Perl River stage four • 940 direct dependents • 2088 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution

LRpt - Perl extension for comparing and reporting results of database selects River stage zero No dependents

LRpt (LReport) is a set of tools for database row sets comparison and reporting. The core logic operates on *csv* files, however, LReport also provides tools for converting select results to *csv* files....

PKALUSKI/LRpt_0.16 - 03 Oct 2006 18:26:34 UTC - Search in distribution

Oraperl - [DEPRECATED] Perl access to Oracle databases for old oraperl scripts River stage zero No dependents

NOTE: the use of *Oraperl* is deprecated in favor of DBD::Oracle, and currently exist only as a backward compatible interface for this module. Oraperl is an extension to Perl which allows access to Oracle databases. The original oraperl was a Perl 4 ...

PYTHIAN/Oraperl-1.51 - 03 May 2013 19:55:15 UTC - Search in distribution

perlfaq8 - System Interaction River stage zero No dependents

This section of the Perl FAQ covers questions involving operating system interaction. Topics include interprocess communication (IPC), control over the user-interface (keyboard, screen and pointing devices), and most anything else not related to data...

ETHER/perlfaq-5.20210520 - 20 May 2021 04:17:26 UTC - Search in distribution

dbsh - Database shell like file manager over database River stage zero No dependents

dbsh using DBIx::SystemCatalog (currently supported basicly all current DBD drivers, some better support for PostgreSQL and quite well support for Oracle) for managing database like file manager....

MILSO/dbsh-0.01 - 18 Jan 2002 14:37:25 UTC - Search in distribution
147 results (0.08 seconds)