Share

DDL::Oracle

File Release Notes and Changelog

Release Name: 0.28

Notes:
Standard Perl installation:

Unpack.

perl Makefile.PL
make
make test
make install

See the README file for reporting problems.


Changes: Wrong defrag.pl file was included in Release 0.27 (sorry). The changes since Release 0.24 are: DDL::Oracle has been updated to produce DDL for Oracle 7.3 and 8.0 databases for the following: TABLES INDEXES TABLESPACES It also has added the following DDL statements (for versions 7.3, 8.0 and 8i): CREATE SNAPSHOT CREATE SNAPSHOT LOG CREATE MATERIALIZED VIEW CREATE MATERIALIZED VIEW LOG Program defrag.pl now does an ANALYZE TABLE/INDEX after the import for objects which were previously analyzed. It also has been revised to handle tables containing '$' in their names. Some changes for robustness have been made, such as verifying that log directories are writeable before file creation. And a few bugs were squashed.