<?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>Question Re: ASE 16 encrypted database in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/ase-16-encrypted-database/qaa-p/440992#M63252</link>
    <description>&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;There is no need for you to grant the decrypt permission to a user or group.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ankitha&lt;/P&gt;&lt;P&gt;SAP Product Support&lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2017 07:01:22 GMT</pubDate>
    <dc:creator>gopal_ankitha</dc:creator>
    <dc:date>2017-04-14T07:01:22Z</dc:date>
    <item>
      <title>ASE 16 encrypted database</title>
      <link>https://community.sap.com/t5/technology-q-a/ase-16-encrypted-database/qaq-p/440991</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;When using  the new SAP ASE 16  full encrypted database option:&lt;/P&gt;&lt;P&gt;-I assume that &lt;STRONG&gt;decrypt&lt;/STRONG&gt; permission should be granted  to  a user/group  ?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jose &lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 20:58:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ase-16-encrypted-database/qaq-p/440991</guid>
      <dc:creator>jmtorres</dc:creator>
      <dc:date>2017-04-04T20:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: ASE 16 encrypted database</title>
      <link>https://community.sap.com/t5/technology-q-a/ase-16-encrypted-database/qaa-p/440992#M63252</link>
      <description>&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;There is no need for you to grant the decrypt permission to a user or group.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ankitha&lt;/P&gt;&lt;P&gt;SAP Product Support&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 07:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ase-16-encrypted-database/qaa-p/440992#M63252</guid>
      <dc:creator>gopal_ankitha</dc:creator>
      <dc:date>2017-04-14T07:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: ASE 16 encrypted database</title>
      <link>https://community.sap.com/t5/technology-q-a/ase-16-encrypted-database/qaa-p/440993#M63253</link>
      <description>&lt;P&gt;Thank you Ankitha,&lt;/P&gt;&lt;P&gt;So how can access to data can be restricted.?&lt;/P&gt;&lt;P&gt; For example:&lt;/P&gt;&lt;P&gt;assuming db_1 is encrypted then&lt;/P&gt;&lt;P&gt;t1 has 5 cols,  cols #1 to #4 can be accessed by user_1, but col#5 not.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 13:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ase-16-encrypted-database/qaa-p/440993#M63253</guid>
      <dc:creator>jmtorres</dc:creator>
      <dc:date>2017-04-17T13:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: ASE 16 encrypted database</title>
      <link>https://community.sap.com/t5/technology-q-a/ase-16-encrypted-database/qaa-p/440994#M63254</link>
      <description>&lt;P&gt;Jose &lt;/P&gt;&lt;P&gt;Use grants for table + column or create views specific to group of users.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Column level grants :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;grant select on t1 (col#1, .... col#4)  to user_1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Using View&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Create view vw_4_user_1 as select col#1, ... col#4 from t1.&lt;/P&gt;&lt;P&gt;Then grant access to user_1 on this view.&lt;/P&gt;&lt;P&gt;Grant select on vw_4_user_1 to user_1.&lt;/P&gt;&lt;P&gt;Avinash&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 15:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ase-16-encrypted-database/qaa-p/440994#M63254</guid>
      <dc:creator>former_member89972</dc:creator>
      <dc:date>2017-04-17T15:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: ASE 16 encrypted database</title>
      <link>https://community.sap.com/t5/technology-q-a/ase-16-encrypted-database/qaa-p/440995#M63255</link>
      <description>&lt;P&gt;Thanks a lot Avinash. &lt;/P&gt;&lt;P&gt;So in the end, if I use encrypted cols option I can use both features in case needed?(db+col encryption) &lt;/P&gt;&lt;P&gt;Jose.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 16:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ase-16-encrypted-database/qaa-p/440995#M63255</guid>
      <dc:creator>jmtorres</dc:creator>
      <dc:date>2017-04-17T16:05:40Z</dc:date>
    </item>
  </channel>
</rss>

