Christopher Jones > DBIx-Compare > DBIx::Compare::Oracle

Download:
DBIx-Compare-1.7.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View/Report Bugs
Module Version: 1.1   Source  

NAME ^

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

SYNOPSIS ^

        use DBIx::Compare::Oracle;

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

DESCRIPTION ^

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

SEE ALSO ^

DBIx::Compare

AUTHOR ^

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

c.jones@ucl.ac.uk

COPYRIGHT AND LICENSE ^

Copyright 2008 by Christopher Jones, University College London

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

syntax highlighting: