https://github.com/oferchen/cx_oracledbatools
cx_OracleDBATools
https://github.com/oferchen/cx_oracledbatools
Last synced: over 1 year ago
JSON representation
cx_OracleDBATools
- Host: GitHub
- URL: https://github.com/oferchen/cx_oracledbatools
- Owner: oferchen
- License: other
- Created: 2021-03-03T09:23:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T09:38:04.000Z (over 5 years ago)
- Last Synced: 2025-01-05T04:16:11.480Z (over 1 year ago)
- Language: Python
- Size: 40 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- Changelog: HISTORY.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
cx_OracleDBATools
-----------------
This project 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. Each of these scripts is self documented by the --help or -h
option. Additional documentation can be found in the file
cx_OracleDBATools.html.
This project depends on the cx_PyGenLib, cx_Logging and cx_Oracle projects.
These must be installed before using these scripts if you are running from
source. If you are using the binary version, these projects can be safely
ignored. The binary versions of these tools were built with cx_Freeze. These
projects can be found at
cx_Freeze at http://cx-freeze.sourceforge.net
cx_Logging at http://cx-logging.sourceforge.net
cx_Oracle at http://cx-oracle.sourceforge.net
cx_PyGenLib at http://cx-pygenlib.sourceforge.net
This project is released under a free software license. See LICENSE.txt for
more details.