Using com.databricks:databricks-jdbc:2.6.36 inside oracle stored proc

Ujeen
New Contributor

Hi dear Databricks community,

We tried to use databricks-jdbc inside oracle store procedure to load something from hive. However Oracle marked databricks-jdbc invalid because some classes (for example  com.databricks.client.jdbc42.internal.io.netty.util.internal.logging.Log4JLoggerFactory) are importing non-existent package: 

import com.databricks.client.jdbc42.internal.apache.log4j.Logger;

if this was done intentionally inside databricks jdbc lib is it possible to make oracle load that jar still anyhow ?

Thank you 

Sincerely Yours, Eugene