Skip to content
Snippets Groups Projects
Commit 77d9fa46 authored by Nicole Lu's avatar Nicole Lu
Browse files

Merge branch 'Add-jdbc-connector-setup' into 'master'

INPLATFORM-698: Add ojdbc driver

See merge request !46
parents 3985e668 7d7d0288
No related branches found
No related tags found
1 merge request!46INPLATFORM-698: Add ojdbc driver
......@@ -76,11 +76,15 @@ RUN mkdir -p ~/databases && \
mkdir -p $INFA_HOME/apps/OpsInsightsDataCollector/logs && \
mkdir -p $INFA_HOME/apps/process-engine/logs && \
mkdir -p $INFA_HOME/apps/Data_Integration_Server/ext/drivers && \
mkdir -p $INFA_HOME/apps/agentcore/conf
mkdir -p $INFA_HOME/apps/agentcore/conf && \
mkdir -p $INFA_HOME/apps/process-engine/ext
# Install MySQL driver required by MySQL connector. https://docs.informatica.com/integration-cloud/cloud-data-integration-connectors/current-version/mysql-connector/introduction-to-mysql-connector/administration-of-mysql-connector/installing-mysql-jdbc-driver.html
# Install MySQL driver required by MySQL connector for Cloud Data Integration. https://docs.informatica.com/integration-cloud/cloud-data-integration-connectors/current-version/mysql-connector/introduction-to-mysql-connector/administration-of-mysql-connector/installing-mysql-jdbc-driver.html
COPY drivers/mysql-connector-java-8.0.12.jar $INFA_HOME/apps/Data_Integration_Server/ext/drivers
# Install Oracle JDBC driver required by JDBC connector for Cloud Application Integration. https://docs.informatica.com/integration-cloud/cloud-application-integration/current-version/jdbc-connector-guide/introduction-to-jdbc-connector/administration-of-jdbc-connector.html
COPY drivers/ojdbc7.jar $INFA_HOME/apps/process-engine/ext
# Create placeholder executables for Tableau connector so that they have the correct permissions.
# The Tableau connector requires these executables, but it does not have the permissions to execute them, by default.
# https://network.informatica.com/onlinehelp/IICS/prod/CDI/en/index.htm#page/cloud-data-integration-tableau-v3-connector/Administration_of_Tableau_V3_Connector.html
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment