<?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: Questions on privies and roles on user in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/questions-on-privies-and-roles-on-user/m-p/5068376#M735022</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;Granting the DBA role would be too much. You can simply, create the user and grant the following roles:&lt;BR /&gt;create session,&lt;BR /&gt;create table&lt;BR /&gt;&lt;BR /&gt;Since, the user is the schema owner, inherently select, insert, update, delete privileges are allowed.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Wed, 12 Sep 2007 05:36:45 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2007-09-12T05:36:45Z</dc:date>
    <item>
      <title>Questions on privies and roles on user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/questions-on-privies-and-roles-on-user/m-p/5068375#M735021</link>
      <description>I need to create another user with it's own schema, this user needs to be able to create tables, delete, etc in his own schema.&lt;BR /&gt;&lt;BR /&gt;Would giving him the dba roll do this, and only in his schema? Or what privies would I give.</description>
      <pubDate>Tue, 11 Sep 2007 16:53:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/questions-on-privies-and-roles-on-user/m-p/5068375#M735021</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2007-09-11T16:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on privies and roles on user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/questions-on-privies-and-roles-on-user/m-p/5068376#M735022</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Granting the DBA role would be too much. You can simply, create the user and grant the following roles:&lt;BR /&gt;create session,&lt;BR /&gt;create table&lt;BR /&gt;&lt;BR /&gt;Since, the user is the schema owner, inherently select, insert, update, delete privileges are allowed.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 12 Sep 2007 05:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/questions-on-privies-and-roles-on-user/m-p/5068376#M735022</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-09-12T05:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on privies and roles on user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/questions-on-privies-and-roles-on-user/m-p/5068377#M735023</link>
      <description>What does "with Admin Option" mean?</description>
      <pubDate>Wed, 12 Sep 2007 07:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/questions-on-privies-and-roles-on-user/m-p/5068377#M735023</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2007-09-12T07:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on privies and roles on user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/questions-on-privies-and-roles-on-user/m-p/5068378#M735024</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you grant a privilege the "with Admin option" then it means that the user can then grant that privilege to other users.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Wed, 12 Sep 2007 08:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/questions-on-privies-and-roles-on-user/m-p/5068378#M735024</guid>
      <dc:creator>Peter Leddy_1</dc:creator>
      <dc:date>2007-09-12T08:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on privies and roles on user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/questions-on-privies-and-roles-on-user/m-p/5068379#M735025</link>
      <description>&lt;!--!*#--&gt;Here's the official explanation from the Oracle documentation.&lt;BR /&gt;&lt;BR /&gt;A user or role that is granted a privilege or role, which specifies the WITH ADMIN OPTION clause, has several expanded capabilities:&lt;BR /&gt;&lt;BR /&gt;    *&lt;BR /&gt;&lt;BR /&gt;      The grantee can grant or revoke the system privilege or role to or from any user or other role in the database. Users cannot revoke a role from themselves.&lt;BR /&gt;    *&lt;BR /&gt;&lt;BR /&gt;      The grantee can further grant the system privilege or role with the ADMIN OPTION.&lt;BR /&gt;    *&lt;BR /&gt;&lt;BR /&gt;      The grantee of a role can alter or drop the role.&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Sep 2007 08:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/questions-on-privies-and-roles-on-user/m-p/5068379#M735025</guid>
      <dc:creator>Peter Leddy_1</dc:creator>
      <dc:date>2007-09-12T08:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on privies and roles on user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/questions-on-privies-and-roles-on-user/m-p/5068380#M735026</link>
      <description>Appreciate the help</description>
      <pubDate>Wed, 12 Sep 2007 08:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/questions-on-privies-and-roles-on-user/m-p/5068380#M735026</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2007-09-12T08:02:57Z</dc:date>
    </item>
  </channel>
</rss>

