<?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 Change Oracle user password !! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/change-oracle-user-password/m-p/2745682#M944367</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;If the oracle accounts do not "identified externally" therefore not using native operating system password to login oracle.  How can the user change their password??  They need to issue "alter user &lt;USERNAME&gt; identified by &lt;PASSWORD&gt;;" to change their password !!&lt;BR /&gt;&lt;BR /&gt;From the security point of view, is that granting "alter user" privilege to the normal user will allow them not only can change his/her password but also the others??  If yes, any other alternative solution to this issue.&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;&lt;BR /&gt;Chris,&lt;/PASSWORD&gt;&lt;/USERNAME&gt;</description>
    <pubDate>Sun, 16 Jun 2002 15:44:41 GMT</pubDate>
    <dc:creator>Chris Fung</dc:creator>
    <dc:date>2002-06-16T15:44:41Z</dc:date>
    <item>
      <title>Change Oracle user password !!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-oracle-user-password/m-p/2745682#M944367</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;If the oracle accounts do not "identified externally" therefore not using native operating system password to login oracle.  How can the user change their password??  They need to issue "alter user &lt;USERNAME&gt; identified by &lt;PASSWORD&gt;;" to change their password !!&lt;BR /&gt;&lt;BR /&gt;From the security point of view, is that granting "alter user" privilege to the normal user will allow them not only can change his/her password but also the others??  If yes, any other alternative solution to this issue.&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;&lt;BR /&gt;Chris,&lt;/PASSWORD&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Sun, 16 Jun 2002 15:44:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-oracle-user-password/m-p/2745682#M944367</guid>
      <dc:creator>Chris Fung</dc:creator>
      <dc:date>2002-06-16T15:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change Oracle user password !!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-oracle-user-password/m-p/2745683#M944368</link>
      <description>A regular user (ted) can change his own password but if he attempts to 'alter user fred identified by cookie;' he will get an 'insufficient privilege' error from sqlplus.&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Jun 2002 18:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-oracle-user-password/m-p/2745683#M944368</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-06-16T18:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Change Oracle user password !!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-oracle-user-password/m-p/2745684#M944369</link>
      <description>With oracle 8i, the user can use password command to change the password.&lt;BR /&gt;&lt;BR /&gt;Yes, if you grant alter user privilege, that user can change other users passwords also .&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;AR</description>
      <pubDate>Sun, 16 Jun 2002 18:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-oracle-user-password/m-p/2745684#M944369</guid>
      <dc:creator>Aashish Raj</dc:creator>
      <dc:date>2002-06-16T18:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Change Oracle user password !!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-oracle-user-password/m-p/2745685#M944370</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;if you are using Oracle 8i, you can create a procedure and grant execute on the procedure to users that are allowed to change password.&lt;BR /&gt;&lt;BR /&gt;In the procedure you would use "execute_immediate(&lt;STATEMENT&gt;)" to run the appropriate 'alter user $U identified by values ''$P''';&lt;BR /&gt;This applies to normal users.&lt;BR /&gt;&lt;BR /&gt;Then for your superusers, you just grant them the "alter user" privilege if you want.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;yogeeraj&lt;/STATEMENT&gt;</description>
      <pubDate>Mon, 17 Jun 2002 04:16:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-oracle-user-password/m-p/2745685#M944370</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-06-17T04:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change Oracle user password !!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-oracle-user-password/m-p/2745686#M944371</link>
      <description>Hi Chris,&lt;BR /&gt;Any user with a 'CONNECT' privilege can change his/her password i.e. issue the 'ALTER USER &lt;HIM&gt; identified by &lt;PASSWD&gt;.&lt;BR /&gt;&lt;BR /&gt;To enable changing other users authorization/resource privilege, the 'ALTER USER' privilege is required.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shirish&lt;/PASSWD&gt;&lt;/HIM&gt;</description>
      <pubDate>Mon, 17 Jun 2002 04:34:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-oracle-user-password/m-p/2745686#M944371</guid>
      <dc:creator>Shirish Joshi</dc:creator>
      <dc:date>2002-06-17T04:34:02Z</dc:date>
    </item>
  </channel>
</rss>

