eyazan commented on issue #5542:
URL: https://github.com/apache/hop/issues/5542#issuecomment-3105864901
In hop-web:2.12.0 version, we can already use the JDBC drivers when we put
them under the relevant folder like below,
COPY ./mssql-jdbc-12.8.1.jre8.jar
/usr/local/tomcat/plugins/databases/mssqlnative/lib/
COPY ./ojdbc8.jar /usr/local/tomcat/plugins/databases/oracle/lib/
COPY ./postgresql-42.7.4.jar
/usr/local/tomcat/plugins/databases/postgresql/lib/
In versions 2.13.0 and 2.14.0, postgres and mssql works correctly when the
drivers are put the relevent folder like below,
COPY ./mssql-jdbc-12.8.1.jre8.jar
/usr/local/tomcat/plugins/databases/mssqlnative/
COPY ./postgresql-42.7.4.jar /usr/local/tomcat/plugins/databases/postgresql/
But when I put the driver for oracle as show below, the error occurs when
tried to database connection, “No driver installed”
COPY ./ojdbc8.jar /usr/local/tomcat/plugins/databases/oracle/
NOTE: Tried different driver like ojdbc11.jar and ojdbc17.jar
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]