NAME

DBIx::HTMLView::OracleDB - interface for Oracle databases through DBI

SYNOPSIS

use DBIx::HTMLView; my $dbi=my $dbi=OracleDB("DBI:Oracle:HTMLViewTester", "", "", Table ('Test', Id('id'), Str('testf'))); my $list=$dbi->tab('Test')->list();

DESCRIPTION

This is a customized DB object for Oracle databases. Most methods are inherited from the superclass: DBIx::HTMLView::DB -- only those that are specific to Oracle are overridden.

METHODS