Skip to content

Releases: oehrlis/oradba

Minor Release Update

21 Aug 07:58
Compare
Choose a tag to compare

Added

Minor Release Update

21 Aug 07:57
Compare
Choose a tag to compare

Added

Minor Release Update

13 Dec 14:21
Compare
Choose a tag to compare

Added

  • Add a script saua_report.sql to run all show / report queries for unified audit in one script. Depending on the amount of audit data, this script can run for a relatively long time.

Changed

  • add SPOOL to all show script for Oracle Unified Audit

Minor Release Update

13 Dec 13:31
Compare
Choose a tag to compare

Added

  • add a generic password verify function cssec_pwverify.sql The password strength and complexity can be configured by the internal variables at create time
  • Script sssec_pwverify_test.sql to verify the custom password verify function. List of passwords to be tested have to added to the script / varchar2 array

Minor Release Update

11 Dec 05:43
Compare
Choose a tag to compare

Added

  • add script csenc_swkeystore_backup.sql to create a TDE software keystore backup using DBMS_SCHEDULER
  • add script ssenc_swkeystore_backup.sql to show TDE software keystore backup schedules created with csenc_swkeystore_backup.sql
  • add script dsenc_swkeystore_backup.sql to delete TDE software keystore backup schedules created with csenc_swkeystore_backup.sql

Changed

  • rename file isenc_tde_pdbiso_syskm.sql to isenc_tde_pdbiso_keyadmin.sql
  • add add grant privileges for key management to isenc_tde_pdbiso_prepare.sql

Minor Release Update

30 Aug 19:46
Compare
Choose a tag to compare

Added

  • add script isenc_tde_pdbiso_prepare.sql to prepare a PDB environment for isolated mode
  • add script isenc_tde_pdbiso_syskm.sql to configure PDB software keystore as SYSKM

Changed

  • update documentation for new scripts

Bugfix Release due to wrong filenames in 1.1.0

30 Aug 14:00
Compare
Choose a tag to compare

Minor Bugfix Release due to wrong filenames in 1.1.0

Fixed

  • fix name for the files from idenc_tde.sql, idenc_tde_pdbuni.sql,
    idenc_tde_pdbiso.sql to isenc_tde.sql, isenc_tde_pdbuni.sql,
    isenc_tde_pdbiso.sql

Minor Release Update for TDE

30 Aug 13:47
Compare
Choose a tag to compare

Minor release update for the TDE configuration scripts.

Added

  • add script idenc_wroot.sql to initialize init.ora parameter WALLET_ROOT for
    TDE with software keystore.
  • add script csenc_master.sql to create master encryption key for TDE.
    Configured keystore must be set before hand e.g., with csenc_swkeystore.sql.
    Works for CDB as well PDB.
  • add script csenc_swkeystore.sql to create TDE software keystore and master
    encryption key in CDB$ROOT in the WALLET_ROOT directory.
  • add script ddenc_wroot.sql to reset init.ora parameter WALLET_ROOT for TDE.
    This script should run in CDB$ROOT. A manual restart of the database is
    mandatory to activate WALLET_ROOT
  • add script idenc_lostkey.sql to set hidden parameter _db_discard_lost_masterkey
    to force discard of lost master keys
  • add script idenc_tde_pdbiso.sql to initialize TDE in a PDB in isolation mode
    i.e., with a dedicated wallet in WALLET_ROOT for this pdb. The CDB must be
    configured for TDE beforehand. This scripts does use several other scripts to
    enable TDE and it also includes restart of the pdb.
  • add script idenc_tde_pdbuni.sql to initialize TDE in a PDB in united mode
    i.e., with a common wallet of the CDB in WALLET_ROOT. The CDB must be
    configured for TDE beforehand. This scripts does use several other scripts to
    enable TDE and it also includes restart of the pdb.
  • add script idenc_tde.sql to initialize TDE for a single tenant or container
    database. This scripts does use several other scripts to enable TDE and it
    also includes restart of the database.
  • add script ssenc_info to show information about the TDE Configuration.

Changed

  • update README.md with information for latest scripts.

Minor Release Update

30 Aug 18:53
Compare
Choose a tag to compare

Added

  • add delete TDE script dsenc_tde.sql
  • add a force TDE setup script isenc_tde_force.sql which explicitly discard
    lost master key handles.
  • add a force TDE setup script isenc_tde_pdbiso_force.sql which explicitly
    discard lost master key handles.
  • add a force TDE setup script isenc_tde_pdbuni_force.sql which explicitly
    discard lost master key handles.

Changed

  • remove prompt csenc_master.sql
  • simplify commands and remove one db startup force in csenc_swkeystore.sql
  • simplify commands and remove one db startup force in isenc_tde.sql
  • simplify commands and remove one db startup force in isenc_tde_pdbiso.sql
  • move legacy scripts back to sql folder

Major Release for SQL Audit Toolbox

29 Aug 04:35
Compare
Choose a tag to compare

Build new major release after official releasing the SQL toolbox for simplified Oracle Unified Audit Data Analysis. See blog post on oradba.ch

Added

  • Readme for SQL Toolbox for simplified Oracle Unified Audit Data Analysis
  • add latest version (v3.4.8) of TNS scripts

Changed

  • Adjust script names according naming convention
  • Clean up file headers