Liquibase Enterprise was formerly known as Datical DB.
Testing Oracle Connections
This command-line script helps you test normal, TNSNAMES, SSL, and LDAP connections to Oracle databases.
It reports on the following:
Use of environment variables to locate configuration files
Location of configuration files
tnsping results when the connection is tested
JDBC driver URL, version, and connection test
Running the OraConnect.groovy Test Script
Important
We strongly recommend that you use the OraConnect.groovy test script to validate your Oracle database connections BEFORE attempting to use the connection for Datical DB operations (package, forecast, deploy).
The OraConnect.groovy test script checks the inter-dependencies in Oracle database connections. It tests for the presence, settings, and relationships of environment variables, configuration files, and DbDef configuration.
In a command window, go to your Datical DB project directory.
Run the OraConnect.groovy script. Use a project step (DbDef) name as a parameter.
hammer groovy OraConnect.groovy <DaticalDBDefName>
Note
The command and parameters are case-sensitive.
Sample Output for TNSNAMES Connections
Sample Output for LDAP Connections