TM1 data upload to Oracle DWH

Post Reply
rbriegoos
Posts: 2
Joined: Tue Dec 10, 2013 8:36 am
OLAP Product: TM1
Version: 10.2
Excel Version: 2010

TM1 data upload to Oracle DWH

Post by rbriegoos »

Can anyone tell me which rights in a DWH Oracle Schema are needed to upload data from TM1 with a TI process?
I am not a database expert, but assume/ hope that you do not need DBA rights to upload data.
User avatar
qml
MVP
Posts: 1098
Joined: Mon Feb 01, 2010 1:01 pm
OLAP Product: TM1 / Planning Analytics
Version: 2.0.9 and all previous
Excel Version: 2007 - 2016
Location: London, UK, Europe

Re: TM1 data upload to Oracle DWH

Post by qml »

Depending on what exact SQL queries you want to run you will need one or more of the following privileges granted on the table(s) in question: INSERT, UPDATE, DELETE.
Kamil Arendt
declanr
MVP
Posts: 1831
Joined: Mon Dec 05, 2011 11:51 am
OLAP Product: Cognos TM1
Version: PA2.0 and most of the old ones
Excel Version: All of em
Location: Manchester, United Kingdom
Contact:

Re: TM1 data upload to Oracle DWH

Post by declanr »

In my experience DBAs (understandably) don't like anyone who is not "a database expert" loading directly into the tables since there is too much room to mess things up.
You may be better off looking at providing an output from TM1 and then letting the DBAs initiate a "pull."
Declan Rodger
User avatar
macsir
MVP
Posts: 785
Joined: Wed May 30, 2012 6:50 am
OLAP Product: TM1
Version: PAL 2.0.9
Excel Version: Office 365
Contact:

Re: TM1 data upload to Oracle DWH

Post by macsir »

Dump your cube into CSV file and ask your DB Developer to use Oracle SQL loader to import it into Oracle. It should be pretty quick.
In TM1,the answer is always yes though sometimes with a but....
http://tm1sir.blogspot.com.au/
Post Reply