Thanks for your help.
I use the URL: jdbc:oracle:thin@//my-ipaddress/tora11g2 to connect Oracle DB and it works.
Another thing is that the Oracle driver is also required by kylo-services or 'ClassNotFound' execption will be thrown, so I put a copy of ojdbc8.jar to /opt/kylo/kylo-services/lib
If it's a correct operation, maybe we should highlight it at
http://kylo.readthedocs.io/en/v0.8.3/how-to-guides/KyloDatasources.html?highlight=oracleI created a Feed to import a table from Oracle DB to Hive. But after click the Feed in the 'Feeds' page, the browser goes into 'Feed Details' page and the page hangs at 'Loading Feed'
status. I can't even disable the Feed because I want to delete the Feed and import it again.
I want to delete the Feed manually, does anyone know how to do that e.g. which table should I drop in mysql and Hive?
Can we move the 'disable' and 'delete' function to the 'Feeds' page? So user can disable and delete the Feed even they see the error like this.