Are there plans to allow TM1 to use a JDBC driver to get to Oracle?
An incoming Oracle timestamp object causes data to stop loading.
The ODBC Driver's "Bind TIMESTAMP to DATE" option doesn't seem to work, and the workaround appears to be to modify the SQL to include a "cast(myTimestampCol as date) as myDateCol".
Using JDBC to get to Oracle
-
- Posts: 34
- Joined: Fri Feb 28, 2014 2:21 am
- OLAP Product: TM1
- Version: 10.1.0
- Excel Version: 2010
Re: Using JDBC to get to Oracle
I also wonder if there is any native JDBC connector to Oracle DB could be used in TM1 10.2.2. 

- jim wood
- Site Admin
- Posts: 3958
- Joined: Wed May 14, 2008 1:51 pm
- OLAP Product: TM1
- Version: PA 2.0.7
- Excel Version: Office 365
- Location: 37 East 18th Street New York
- Contact:
Re: Using JDBC to get to Oracle
Have either of you raised it as an enhancement request with IBM? I am sure if you do it'll get a few votes. Although keep in mind that TM1 does not have any native connection drivers. It only uses ODBC drivers installed on it's server. Have you tried to install a JDBC driver at all and connect using TM1?
Jim.
Jim.
Struggling through the quagmire of life to reach the other side of who knows where.
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
-
- Site Admin
- Posts: 1458
- Joined: Wed May 28, 2008 9:09 am
Re: Using JDBC to get to Oracle
Cognos BI supports JDBC so you should be able to build a package in BI and use that as a data source in TM1. Does beg the question why, when Oracle ODBC drivers are available and work.
-
- MVP
- Posts: 264
- Joined: Mon Nov 03, 2014 8:23 pm
- OLAP Product: TM1
- Version: 9.5.2 10.1 10.2 PA2
- Excel Version: 2016
Re: Using JDBC to get to Oracle
Since the TM1 server isn't written in Java and there are other language independent connectors to Oracle, I doubt IBM would have any interest in this. If you really wanted to connect TM1 to Oracle via JDBC, you could look at writing your own java extension to pull data from a JDBC datasource.