<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Privilege required in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/Privilege-required/m-p/2276650#M3190</link>
    <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Could this be it needed the privilege to create the Talend DQ Mart in the first place?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;This was the case, in the Talend client despite 
&lt;B&gt;not &lt;/B&gt;being able to create the necessary sequence in the first place (i.e. when I pressed the DQuality-&amp;gt;Report-&amp;gt;Database settings-&amp;gt; Check button) the message back 
&lt;B&gt;reported no errors&lt;/B&gt; and said the database was well formed. &amp;nbsp;However it hadn't built the necessary sequence as it didn't have access.
&lt;BR /&gt;To correct this we had to drop all the tables and views, assign the create privilege permissions and then recreate the DQ Mart DQuality-&amp;gt;Report-&amp;gt;Database settings-&amp;gt; Check button.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Dan</description>
    <pubDate>Tue, 22 Mar 2016 16:56:17 GMT</pubDate>
    <dc:creator>danped</dc:creator>
    <dc:date>2016-03-22T16:56:17Z</dc:date>
    <item>
      <title>Privilege required</title>
      <link>https://community.qlik.com/t5/Data-Quality/Privilege-required/m-p/2276647#M3187</link>
      <description>Hi, 
&lt;BR /&gt;I have raised this as a question with talend support also. &amp;nbsp;We are using Talend 5.6.2&amp;nbsp; 
&lt;BR /&gt;We have an oracle database where our Talend DQ Data Mart is being stored. I have set up a connection and created the schema using our database user called TAL_DQP. However when I try to execute a job to store the results in the Oracle database I receive the following error (the full log is attached, the relevant error is below). 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;: org.hibernate.util.JDBCExceptionReporter - ORA-02289: sequence does not exist&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;: org.talend.dq.persistence.DatabasePersistence - org.hibernate.exception.SQLGrammarException: could not get next sequence value&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;Can anyone please confirm what oracle privileges are required by the account used to execute Talend DQ reports please?</description>
      <pubDate>Sat, 16 Nov 2024 10:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Privilege-required/m-p/2276647#M3187</guid>
      <dc:creator>danped</dc:creator>
      <dc:date>2024-11-16T10:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Privilege required</title>
      <link>https://community.qlik.com/t5/Data-Quality/Privilege-required/m-p/2276648#M3188</link>
      <description>* create tables&lt;BR /&gt;* create views&lt;BR /&gt;* create sequences&lt;BR /&gt;should be included.</description>
      <pubDate>Tue, 22 Mar 2016 13:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Privilege-required/m-p/2276648#M3188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-22T13:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Privilege required</title>
      <link>https://community.qlik.com/t5/Data-Quality/Privilege-required/m-p/2276649#M3189</link>
      <description>Hi,&lt;BR /&gt;Thanks for this response. It looks like TAL_DQP didn't have this privilege. However we have now added it (see below) and the problem persists. &amp;nbsp;&lt;BR /&gt;Could this be it needed the privilege to create the Talend DQ Mart in the first place? (Although I would expect it would have thrown an error at this point) Also the error message appears to relate to a sequence which isn't there, not a lack of privilege to create.&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;SQL&amp;gt; conn / as sysdba&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;Connected.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;SQL&amp;gt; grant create sequence to TAL_DQP;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;Grant succeeded.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;SQL&amp;gt; conn TAL_DQP/******&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;ERROR:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;ORA-28002: the password will expire within 3 days&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;Connected.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;SQL&amp;gt; create sequence xx;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;Sequence created.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;SQL&amp;gt; conn / as sysdba&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;Connected.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;SQL&amp;gt; alter user TAL_DQP identified by ***** account unlock;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;User altered.&lt;/FONT&gt;&amp;nbsp;</description>
      <pubDate>Tue, 22 Mar 2016 15:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Privilege-required/m-p/2276649#M3189</guid>
      <dc:creator>danped</dc:creator>
      <dc:date>2016-03-22T15:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Privilege required</title>
      <link>https://community.qlik.com/t5/Data-Quality/Privilege-required/m-p/2276650#M3190</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Could this be it needed the privilege to create the Talend DQ Mart in the first place?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;This was the case, in the Talend client despite 
&lt;B&gt;not &lt;/B&gt;being able to create the necessary sequence in the first place (i.e. when I pressed the DQuality-&amp;gt;Report-&amp;gt;Database settings-&amp;gt; Check button) the message back 
&lt;B&gt;reported no errors&lt;/B&gt; and said the database was well formed. &amp;nbsp;However it hadn't built the necessary sequence as it didn't have access.
&lt;BR /&gt;To correct this we had to drop all the tables and views, assign the create privilege permissions and then recreate the DQ Mart DQuality-&amp;gt;Report-&amp;gt;Database settings-&amp;gt; Check button.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Dan</description>
      <pubDate>Tue, 22 Mar 2016 16:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Privilege-required/m-p/2276650#M3190</guid>
      <dc:creator>danped</dc:creator>
      <dc:date>2016-03-22T16:56:17Z</dc:date>
    </item>
  </channel>
</rss>

