Re: Oracle JDBC storage plugin

2019-01-10 Thread Jean-Claude Cote
I did not fix the issue. I only confirmed that retrieving the tables will not work with the current code. I've reported the issue https://issues.apache.org/jira/browse/DRILL-6966 On Wed, Jan 9, 2019 at 1:34 AM Pritesh Maker wrote: > Hi jc > > Yes, please do open a bug and link the PR for the fix

Re: Oracle JDBC storage plugin

2019-01-08 Thread Pritesh Maker
Hi jc Yes, please do open a bug and link the PR for the fix you have made. Thanks, Pritesh On Mon, Jan 7, 2019 at 12:44 PM Jean-Claude Cote wrote: > I have made some fixes to the JDBC storage plugin in order to make it work > with an Oracle database. I can now obtain the table names. As stated

Re: Oracle JDBC storage plugin

2019-01-07 Thread Jean-Claude Cote
I have made some fixes to the JDBC storage plugin in order to make it work with an Oracle database. I can now obtain the table names. As stated in my previous email the JDBC API is not properly used in the case of an Oracle engine. I'm now able to obtain the table names but I don't really understa

Oracle JDBC storage plugin

2018-12-19 Thread Jean-Claude Cote
I've configured drill to use an JDBC storage plugin. My connection string is for an Oracle database. I have included the Oracle JDBC driver to my drill deployment. The connection is established correctly. However the storage plugin fails to retrieve the schema of the database. The JDBC API provid