Adaptive Database Installation Toolkit (ADBIT)
This tool provides a simple utility to manage the
installation of Database Objects that are developed as part of an Oracle
Database Development project.
Features
- It is based solely on UNIX shell scripts, and makes use of
standard Oracle utilities such as SQL Plus and SQL Loader.
- It is easily configurable through the use of simple ASCII based
Configuration files.
- Generates Unique Log files for each installation iteration
- Provides Un-Installation capability
- Provides re-start capability
- Provides release Management capability
- Grouping of files into “Components” that can be activated as and
when required
- Multi Schema support
- Parameter based script invocation – reducing requirement to edit
specific scripts for different physical environments/builds
- Password/File-existence checking and dry-run capability
- Uses Net8 to communicate to install database, facilitating remote
installs on Servers or PC’s
- Does not require installation of Perl of
other connectivity modules
- DBA User is required to perform installation tasks (such as
creating users, grants etc) but is configurable. Default is SYS, can be
change via new install_settings.cfg file. Any
user can be used as long as they have DBA role.
- Oracle Passwords etc are not displayed in UNIX "ps" list whilst installer executes
- Supports Multiple projects via separate
configuration files.
- Physical Oracle
objects, such as schema, passwords, tablespaces
etc. are abstracted out of install_files.cfg and
are mapped to logical names via install_settings.cfg
and install_pw.cfg
- Concurrent
installations of multiple products ( into seperate schema's/instances), in parallel, from single
installation.
Project
Homepage
