Releases: method5/method5
v9.4.0
9.4.0
- Add support for Amazon RDS databases.
- Fixed bugs to allow RAC master database. (Pinned RAC scheduler jobs to node for pipes, change trigger to look for all possible hosts.)
- Changed helper jobs to use '%' for targets.
- Added cleanup_unused_m5_links_job so that unused links get removed.
- Enable 12.2 queries without the TABLE operator. (Changed M5_PURGE_SQL_FROM_SHARED_POOL to also purge statements without the TABLE operator.)
- Small cleanup, formatting changes, and fixes to upgrade.md, security.md, readme.md, administer_method5.md, and install_method5.md.
v9.3.2
Version 9.3.2 fixes bugs, mostly for 18c compatibility.
v9.2.4
Version 9.2.4 fixes a privilege bug with the remote installation script.
v9.2.2
Version 9.2.2 fixes some more bugs and further simplifies the installation process. The main bug fixes were related to 10g password hashes, multitenant databases, and running OS commands.
- Fixed 10g hashes for databases where SEC_CASE_SENSITIVE_LOGON=FALSE.
- Simplify prerequisite checks and check SYS.USER$.PASSWORD for 10g hash.
- Default M5_USER.ORACLE_USERNAME to null.
- Changed /usr/bin to /bin and improved create_os_directory exception handling.
- Restrict database and host name size and values with constraints.
- Improve default rows to support container names and DB_DOMAIN.
- Made one of the 4 sample rows in M5_DATABASE match the master database, and made one to better test weird names.
- Fixed problems with multitenant master database. Finding the "database name" is surprisingly difficult.
- Added note about Method5 currently only tested on PDBs, not CDBs.
v9.2.0
Version 9.2.0 adds support for DB_DOMAIN on the master server, and further simplifies and cleans up the installation process.
v9.1.1
Version 9.1.1 fixes a few bugs and simplifies the installation.
v9.0.4
Version 9 allows precise privilege controls. You can now safely let developers, junior DBAs, analysts, and other teams use Method5. See the bottom of security.md for details on how to configure Method5 users.
This should resolve the main concerns raised during the 2017 East Coast Oracle user conference.
v8.8.4
Reverting commit to wrong branch.