cx_OracleDBATools contains a number of Python scripts that handle Oracle DBA tasks in a cross-platform manner. These scripts are intended to work the same way on all platforms and hide the complexities involved in managing Oracle databases on Windows.
| Tags | Database Utilities |
|---|---|
| Licenses | Python |
| Operating Systems | OS Independent |
| Implementation | Python |
Recent releases


Release Notes: This release adds support for Oracle 11.x and drops support for Oracle 8.x. A new script was added to enable exporting the parameter file. Several other bugs were squashed and further testing performed on 64-bit Windows and Linux platforms.


Release Notes: This release adds support for performing online backups and cloning of Oracle databases, support for Oracle 11g, and less complex configuration on Windows. This is the first release with documentation as well.


Release Notes: This release add the option --replace-existing to CloneDB in order to support cloning a database on top of another one. It fixes a number of small bugs.


Release Notes: Support was added for Oracle 10g. Options were added to RestoreDB to get more information about the backups made by BackupDB. BackupDB can now specify a different level of compression if desired. CreateDB can now handle user defined replacement variables for the templates init.ora and create.sql.


Release Notes: This release adds several new tools for cloning, backing up, and restoring databases, and adds new options to existing tools.