Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Software Downloads

Go to https://software.datical.com to download files.

Notifications

...

Issue ID

Description

DAT-9810

Fixed the slow query retrieval of constraint info for cross schema foreign keys.

DAT-9245

Fixed the issue that prevented sqlfile / JDBC rowcount output when a comment was located before the insert statement.

DAT-8424

DAT-11748

Fixed the issue that caused the Auto-Synonym changeset fail error. Users can use CREATE OR REPLACE as a synonym that was previously created for autoSynonymForObjects.

DAT-11748

You can now manually create a DATICAL_SPERRORLOG table to capture output for scripts executed using sqlplus during deployment.

DAT-11453

Fixed the issue that caused rollback to fail if it contained both rerunnable and non-rerunnable Changesets, but the non-re-runnable Changesets were complete.

DAT-11384

Fixed the deploy failure that occurred when attempting to deploy CREATE or ALTER SQL statements using createFunction.

DAT-11383

Fixed the forecast error that occurred when createFunction DDL had CREATE OR ALTER SQL statements.

DAT-11318

Fixed the issue that caused rollback SQL to not be empty when it should have been.

DAT-10709

Fixed the DefaultSchemaName issue that caused rollback to fail.

DAT-10056

The warning that appears during packaging when the two new backup files are not found is updated to state: There are no privileges to be restored in this step.

DAT-9246

Fixed the issue that caused the rowcount for sqlfile / JDBC to not appear in MERGE statements.

DAT-8238

Fixed the out of memory error that occurred with large scripts.

DAT-11828

Restored the MSVCR120.dll in the instantclient directory.

DAT-11637

The full stack trace that occurs when connection to the DMC DB is not available is suppressed for Packager and Rollback. This indicates to the user that both Packager and Rollback executed successfully.

...

Expand
titleExpand for DMC update instructions
  1. Go to software.datical.com, download and copy the datical-service-unix-8_1_317-master.sh file to your existing DMC server.

  2. Run the installer with the following command and enter your existing OS user as the admin user and admin group:

Code Block
/home/datical> sudo bash /datical-service-unix-8_1_317-master.sh
  1. Enter the directory of the previous DMC installation when prompted for an install location.

The installer will update your installation and restart affected DMC services. You can begin using the new version of the DMC immediately.

Info

If you have manually changed the java version used by DMC, you will need to restore DMC’s default version of Java (11.0.8) before any time that you upgrade DMC. Move or copy Java 11.0.8 from the /opt/datical/old_jre directory back to the /opt/datical/jre directory prior to starting your DMC upgrade. DMC expects Java version 11.0.8 to be in the /opt/datical/jre directory for the DMC upgrade process to be successful. After your DMC upgrade is complete, you can change to a different 11.x java version again. For more information, see How to Change the Java version for DMC. This link is especially important if you are using v7.18 or later.

...