<?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: How to set permissions at the level of fields? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-set-permissions-at-the-level-of-fields/m-p/193304#M10973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, there is for example oracle have something called "Oracle Label Security" : &lt;/SPAN&gt;&lt;A href="http://www.oracle.com/us/products/database/options/label-security/overview/index.html"&gt;http://www.oracle.com/us/products/database/options/label-security/overview/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and sql server: &lt;/SPAN&gt;&lt;A href="http://sqlserverlst.codeplex.com/"&gt;http://sqlserverlst.codeplex.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what irritates me in this subject, is that "Geodatabases" should have been designed to be fully integrated with DBMS security &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;solutions and implementations. Many big organizations are storing very highly sensitive data in production "GIS Databases" and as a consequence these GIS databases should be secure !!! there is a lot of amazing security techniques that would be great and "add value" if it were implemented on Geodatabase part in terms of security and this will definitely would make the ArcSDE Geodatabase product appealing to customers to implement in big GIS Enterprise landscape systems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;vote for my idea here: &lt;/SPAN&gt;&lt;A href="https://c.na9.visual.force.com/apex/ideaView?id=087E000000059iIIAQ"&gt;https://c.na9.visual.force.com/apex/ideaView?id=087E000000059iIIAQ&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jan 2014 06:57:56 GMT</pubDate>
    <dc:creator>EmadAl-Mousa</dc:creator>
    <dc:date>2014-01-24T06:57:56Z</dc:date>
    <item>
      <title>How to set permissions at the level of fields?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-set-permissions-at-the-level-of-fields/m-p/193301#M10970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to set permissions at the level of fields?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I�??m wondering if there is a way to grant permissions at level of field of particular attribute table. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, if an attribute table of a particular feature class has two fields F1 and F2 with two users u1 and u1 who have permissions to this particular feature. Then is there a way to limit the editing permission of u1 to F1 and u2 to F2 such that, for instance, u2 can�??t edit values of F1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jan 2014 18:29:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-set-permissions-at-the-level-of-fields/m-p/193301#M10970</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2014-01-18T18:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to set permissions at the level of fields?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-set-permissions-at-the-level-of-fields/m-p/193302#M10971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is not possible with any geodatabase tool.&amp;nbsp; The security model is only supported at &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;table granularity.&amp;nbsp; If you use RDBMS tools to surpass this resolution, you risk undefined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;geodatabase behavior.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jan 2014 18:50:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-set-permissions-at-the-level-of-fields/m-p/193302#M10971</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-01-18T18:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to set permissions at the level of fields?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-set-permissions-at-the-level-of-fields/m-p/193303#M10972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is not possible with any geodatabase tool.&amp;nbsp; The security model is only supported at &lt;BR /&gt;table granularity.&amp;nbsp; If you use RDBMS tools to surpass this resolution, you risk undefined&lt;BR /&gt;geodatabase behavior.&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you Vince for the help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In general, is this possible in the non-spatial database like SQL server of Oracle?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 06:30:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-set-permissions-at-the-level-of-fields/m-p/193303#M10972</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2014-01-24T06:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to set permissions at the level of fields?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-set-permissions-at-the-level-of-fields/m-p/193304#M10973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, there is for example oracle have something called "Oracle Label Security" : &lt;/SPAN&gt;&lt;A href="http://www.oracle.com/us/products/database/options/label-security/overview/index.html"&gt;http://www.oracle.com/us/products/database/options/label-security/overview/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and sql server: &lt;/SPAN&gt;&lt;A href="http://sqlserverlst.codeplex.com/"&gt;http://sqlserverlst.codeplex.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what irritates me in this subject, is that "Geodatabases" should have been designed to be fully integrated with DBMS security &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;solutions and implementations. Many big organizations are storing very highly sensitive data in production "GIS Databases" and as a consequence these GIS databases should be secure !!! there is a lot of amazing security techniques that would be great and "add value" if it were implemented on Geodatabase part in terms of security and this will definitely would make the ArcSDE Geodatabase product appealing to customers to implement in big GIS Enterprise landscape systems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;vote for my idea here: &lt;/SPAN&gt;&lt;A href="https://c.na9.visual.force.com/apex/ideaView?id=087E000000059iIIAQ"&gt;https://c.na9.visual.force.com/apex/ideaView?id=087E000000059iIIAQ&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 06:57:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-set-permissions-at-the-level-of-fields/m-p/193304#M10973</guid>
      <dc:creator>EmadAl-Mousa</dc:creator>
      <dc:date>2014-01-24T06:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to set permissions at the level of fields?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-set-permissions-at-the-level-of-fields/m-p/193305#M10974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes, there is for example oracle have something called "Oracle Label Security" : &lt;A href="http://www.oracle.com/us/products/database/options/label-security/overview/index.html"&gt;http://www.oracle.com/us/products/database/options/label-security/overview/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and sql server: &lt;A href="http://sqlserverlst.codeplex.com/"&gt;http://sqlserverlst.codeplex.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;what irritates me in this subject, is that "Geodatabases" should have been designed to be fully integrated with DBMS security &lt;BR /&gt;solutions and implementations. Many big organizations are storing very highly sensitive data in production "GIS Databases" and as a consequence these GIS databases should be secure !!! there is a lot of amazing security techniques that would be great and "add value" if it were implemented on Geodatabase part in terms of security and this will definitely would make the ArcSDE Geodatabase product appealing to customers to implement in big GIS Enterprise landscape systems.&lt;BR /&gt;&lt;BR /&gt;vote for my idea here: &lt;A href="https://c.na9.visual.force.com/apex/ideaView?id=087E000000059iIIAQ"&gt;https://c.na9.visual.force.com/apex/ideaView?id=087E000000059iIIAQ&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Emad for the help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have voted to the idea&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 16:37:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-set-permissions-at-the-level-of-fields/m-p/193305#M10974</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2014-01-24T16:37:35Z</dc:date>
    </item>
  </channel>
</rss>

