<?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: Send Multiple Grants tDBRow (Oracle) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Send-Multiple-Grants-tDBRow-Oracle/m-p/2311902#M82903</link>
    <description>&lt;P&gt;No ,as I have several users to GRANT, so I was looking to do them all in one tDBRow and I don't want to use the ALL function as I don't need all 11 GRANTS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I would need the following as an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GRANT ALTER ON \"SQUARE\".\""+context.table+"\" TO \"OAX_USER\" ;&lt;/P&gt;&lt;P&gt;GRANT DELETE ON \"SQUARE\".\""+context.table+"\" TO \"OAX_USER\" ;&lt;/P&gt;&lt;P&gt;GRANT INSERT ON \"SQUARE\".\""+context.table+"\" TO \"OAX_USER\" ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which doesn't work?&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jul 2022 13:28:10 GMT</pubDate>
    <dc:creator>RVeitch_84</dc:creator>
    <dc:date>2022-07-11T13:28:10Z</dc:date>
    <item>
      <title>Send Multiple Grants tDBRow (Oracle)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Multiple-Grants-tDBRow-Oracle/m-p/2311900#M82901</link>
      <description>&lt;P&gt;I'm trying to send multple grant via a single tDBRow , here is a sample of my query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;GRANT ALTER ON \"SQUARE\".\""+context.table+"\" TO \"OAX_USER\" ;&lt;/P&gt;&lt;P&gt;GRANT DELETE ON \"SQUARE\".\""+context.table+"\" TO \"OAX_USER\" ;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I send one it works fine without the ; at the end?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GRANT ALTER ON \"SQUARE\".\""+context.table+"\" TO \"OAX_USER\" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;But I need to do 23 grants?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appricated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Multiple-Grants-tDBRow-Oracle/m-p/2311900#M82901</guid>
      <dc:creator>RVeitch_84</dc:creator>
      <dc:date>2024-11-15T22:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Send Multiple Grants tDBRow (Oracle)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Multiple-Grants-tDBRow-Oracle/m-p/2311901#M82902</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm not sure if the below statement match your requirement?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GRANT ALL ON \"SQUARE\".\""+context.table+"\" TO \"OAX_USER\" ;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 01:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Multiple-Grants-tDBRow-Oracle/m-p/2311901#M82902</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-11T01:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Send Multiple Grants tDBRow (Oracle)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Multiple-Grants-tDBRow-Oracle/m-p/2311902#M82903</link>
      <description>&lt;P&gt;No ,as I have several users to GRANT, so I was looking to do them all in one tDBRow and I don't want to use the ALL function as I don't need all 11 GRANTS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I would need the following as an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GRANT ALTER ON \"SQUARE\".\""+context.table+"\" TO \"OAX_USER\" ;&lt;/P&gt;&lt;P&gt;GRANT DELETE ON \"SQUARE\".\""+context.table+"\" TO \"OAX_USER\" ;&lt;/P&gt;&lt;P&gt;GRANT INSERT ON \"SQUARE\".\""+context.table+"\" TO \"OAX_USER\" ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which doesn't work?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 13:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Multiple-Grants-tDBRow-Oracle/m-p/2311902#M82903</guid>
      <dc:creator>RVeitch_84</dc:creator>
      <dc:date>2022-07-11T13:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Send Multiple Grants tDBRow (Oracle)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Multiple-Grants-tDBRow-Oracle/m-p/2311903#M82904</link>
      <description>&lt;P&gt;I figured it out:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GRANT READ,INDEX,SELECT ON \"SQUARE\".\""+context.table_Locations+"\" TO \"2_USER\",\"2$OAC\"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Works!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 15:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Multiple-Grants-tDBRow-Oracle/m-p/2311903#M82904</guid>
      <dc:creator>RVeitch_84</dc:creator>
      <dc:date>2022-07-11T15:10:06Z</dc:date>
    </item>
  </channel>
</rss>

