I am trying to create a DB connection to oracle.
When I create a DBConnection and try to connect to oracle with a executeSQL processor I get a class not found exception
org.apache.nifi.processor.exception.ProcessException: org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class ' oracle.jdbc.driver.OracleDriver'
What am I doing wrong?