Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Use Oracle as DB for Data profiler Reports

Hi,
I am trying to set Oracle database (instead of HSQL) as the default database to store data regarding my reports. I am using a login ID which has permissions to create table. But I am getting an error "In creating database it has not enough privilege, please modify the privilege for this user". PFA screen shot of the same.
Does the user login ID require permissions to create database? Does this mean the information will be stored within a new schema in the Oracle database?
Please let me know what other privileges the user ID needs to have to accomplish the above successfully.
Thanks!
Mythili

Labels (2)
15 Replies
Anonymous
Not applicable
Author

Sebastiao,
So in which schema will the tables be created. Will TDQ be creating a new schema?
Thanks!
Mythili
Sebastiao_Qlik
Employee
Employee

No, TDQ will not create a new schema. You must enter an existing schema name in which you want to see the tables in the preference page.
You may create a user called "tdq" and the tables and views will be created in this schema if the user "hr" has the appropriate permissions.
Anonymous
Not applicable
Author

Sebastiao,
We grated the 3 privileges mentioned above to our functional ID and now we are able to use Oracle as the reporting DB. Thank You!
Is there any document which can give us more details regarding the way the data is stored in the multiple TDQ_* tables which are now created in Oracle? This would throw some light on what can be expected in the various tables and how effectively we can utilize that data.
Thanks!
Mythili
Sebastiao_Qlik
Employee
Employee

great!
yes, you can read the appendix in the Talend Data Quality user guide. It contains a description of the datamart structure.
_AnonymousUser
Specialist III
Specialist III

Sebastiao,
I have another follow-up question on this thread, once the datamart structure is initialized then can we drop the elevated privileges given to user ID (CSMARTVOL) i.e. drop
"create any table"
"unlimited tablespace"
And go back to original privileges? Please refer to link below for the original privileges
http://www.talendforge.org/forum/postgallery.php?pid=55640&filename=roles_and_privileges.JPG
Thanks,
-Arun
Sebastiao_Qlik
Employee
Employee

As long as you do not upgrade your studio, I guess that you should be able to drop these privileges.
Let me know if you have an issue by doing this.