Skip to content

Releases: oehrlis/oudbase

Minor Release Update

28 Feb 08:46
Compare
Choose a tag to compare

Changed

  • Update default Patch IDs to Oracle January Critical Patch Advisory

Minor Release Update

04 May 08:50
Compare
Choose a tag to compare

Fixed

  • update installation script to update oudenv.conf with oudenv.conf.new if
    just the comment is different. If the file itself differs a info message during
    installation inform about additional manual steps. e.g. use diff to check the file.

Minor Bugfix Release

04 May 08:17
Compare
Choose a tag to compare

Fixed

  • Repair broken build / package issue with base64 encoding
  • change encoding to OpenSSL based e.g. openssl base64

Full Changelog: v3.4.6...v3.4.7

Minor Bugfix Release

03 Apr 09:05
Compare
Choose a tag to compare

Fixed

  • Fix issue with undefined variable in oudenv.sh and wrong order
  • change mode of test_scripts.sh to 755

Minor Bugfix Release

03 Apr 04:45
Compare
Choose a tag to compare

Fixed

  • Fix issue with undefined variable in oudenv.sh
  • Handle error when oud_backup.sh is executed on a system without OUD instance,
    e.g. when no instances are defined / found.
  • Handle error when oud_export.sh is executed on a system without OUD instance,
    e.g. when no instances are defined / found.

Minor Bugfix Update

31 Mar 13:18
Compare
Choose a tag to compare

Fixed

  • Issue with nounset either disable it or catch return values
  • Fix issue with chsum file for tvdldap.tgz

Minor Patch Update

31 Mar 12:28
Compare
Choose a tag to compare

Changed

  • update build to generate a tvdldap.tgz file

Fixed

  • Issue with errexit either disable it or catch return values

Minor bugfix

30 Mar 20:27
Compare
Choose a tag to compare

Fixed

  • Issue with errexit either disable it or catch return values

Minor Release Update

30 Mar 13:14
Compare
Choose a tag to compare

Added

  • add a first draft version of tool test scripts test_script.sh and test_unit.sh
    These files are currently beta and not yet stable.

Changed

  • Update a few doc's and comments

Fixed

  • fix issues when run tools in a clean environment. Add default values
  • fix adhoc source of environment
  • fix issue related with nounset, errexit and pipefail

Minor Release Update

29 Mar 20:45
Compare
Choose a tag to compare

Added

  • add initialize all replication script 30_initialize_all.sh

Fixed

  • Fix a few issues in 52_remove_unavailable.sh
  • Fix issue with wrong / missing ORACLE_SID on OUD environments
  • fix issue where check of existing net service names does not work. Add bind
    parameter to function net_service_exists and fix scripts tns_modify.sh,
    tns_add.sh and tns_load.sh. If available they now check existing
    net service names with the corresponding bind values.
  • Remove ORACLE_SID in tns_dump.sh