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.
TM1 data upload to Oracle DWH
- 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
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
-
- 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
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."
You may be better off looking at providing an output from TM1 and then letting the DBAs initiate a "pull."
Declan Rodger
- 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
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.