DBIx::Compare::Oracle - Compare Oracle database content


DBIx-Compare documentation  | view source Contained in the DBIx-Compare distribution.

Index


NAME

Top

DBIx::Compare::Oracle - Compare Oracle database content

SYNOPSIS

Top

	use DBIx::Compare::Oracle;

	my $oDB_Comparison = db_comparison->new($dbh1,$dbh2);
	$oDB_Comparison->compare;
	$oDB_Comparison->deep_compare;




DESCRIPTION

Top

DBIx::Compare::Oracle takes two Oracle database handles and performs comparisons of their table content. See DBIx::Compare for more information.

SEE ALSO

Top

DBIx::Compare

AUTHOR

Top

Christopher Jones, Gynaecological Cancer Research Laboratories, UCL EGA Institute for Women's Health, University College London.

c.jones@ucl.ac.uk

COPYRIGHT AND LICENSE

Top


DBIx-Compare documentation  | view source Contained in the DBIx-Compare distribution.