0

I tried to connect to an Oracle server using Apache Nifi's jdbc oracle driver, but I need the precise fields to setup the processor. Help me to sort out this issue :

enter image description here

Barbaros Özhan
  • 59,113
  • 10
  • 31
  • 55

1 Answers1

1

Put ojdbc6.jar or ojdbc8.jar inside lib directory of NiFi and add DBCPConnectionPool Controller Service properties as below.

If you don't have access to lib then use a custom location to keep JDBC jar, just make sure that NiFi has permissions to access this location.

enter image description here

Vikramsinh Shinde
  • 2,742
  • 2
  • 23
  • 29
  • 1
    No need to obscure the ip, host name, DB user etc., you can rather use generic naming styles everybody can encounter everywhere... – Barbaros Özhan Jul 07 '22 at 10:57