There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

DBIx::DBSchema::DBD::Oracle - Oracle native driver for DBIx::DBSchema

SYNOPSIS

use DBI; use DBIx::DBSchema;

$dbh = DBI->connect('dbi:Oracle:tns_service_name', 'user','pass'); $schema = new_native DBIx::DBSchema $dbh;

DESCRIPTION

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

AUTHOR

Daniel Hanks <hanksdc@about-inc.com>