<?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: Oracle : Changed Password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979342#M921983</link>
    <description>hi mb,&lt;BR /&gt;&lt;BR /&gt;1. 85228.999 is a Metalink document.&lt;BR /&gt;[Brian, please allow me answer this question]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. You cannot run a procedure "directly" using SQLPLUS. You need to "PLSQL" it or use "exec"&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt; begin&lt;BR /&gt;   password;&lt;BR /&gt; end;&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;  exec password&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3. The may be effectively some changes with the different releases of SQLPLUS.&lt;BR /&gt;If you see the SQLPLUS Quick Reference Guide, you will find that password is a SQLPLUS reserved word.&lt;BR /&gt;&lt;BR /&gt;SYNTAX:&lt;BR /&gt;&lt;BR /&gt;PASSW[ORD] [username]&lt;BR /&gt;Allows you to change a password without echoing the password on the terminal.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;Regards&lt;BR /&gt;Yogeeraj</description>
    <pubDate>Thu, 22 May 2003 03:13:16 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2003-05-22T03:13:16Z</dc:date>
    <item>
      <title>Oracle : Changed Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979337#M921978</link>
      <description>Senario :&lt;BR /&gt;&lt;BR /&gt;Database :Oracle Database 8.1.7&lt;BR /&gt;o/S      : AIX 4&lt;BR /&gt;Client   :SQL Plus 8.0.5 running on window NT.&lt;BR /&gt;&lt;BR /&gt;Problem :&lt;BR /&gt;&lt;BR /&gt;A user connected to database using SQL Plus 8.0.5 and want to change password.&lt;BR /&gt;&lt;BR /&gt;Below are how user changed password :&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; password&lt;BR /&gt;Changing password for AHFELDMA&lt;BR /&gt;Old password: **********&lt;BR /&gt;Operating System error occurred&lt;BR /&gt;Password unchanged&lt;BR /&gt;SQL&amp;gt; &lt;BR /&gt;&lt;BR /&gt;uhm!! Got error.&lt;BR /&gt;&lt;BR /&gt;I do some testing I installed a client SQLPLUS 8.1.7 and do the same:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; password&lt;BR /&gt;Changing password for xxxx&lt;BR /&gt;SQL&amp;gt; &lt;BR /&gt;&lt;BR /&gt;Amazingly no problem.&lt;BR /&gt;&lt;BR /&gt;I so further testing.I installed SQLPLUS 3.3 . And try to changed my password.Even worst,I got error &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;UNKNOWN COMMAND...&lt;BR /&gt;&lt;BR /&gt;Question 1)&lt;BR /&gt;  use password command to change user password?Thisis weird...I never use this , normally we use " alter user xxx identified by "xxx" ".Using password this is something new.Is it a default function from oracle 8.1.7 OR some smart guy(who already left the company) create a procedure(or whatever ) to enable user to changed password using password.&lt;BR /&gt;&lt;BR /&gt;Question 2)&lt;BR /&gt;   What???? What is the different using SQLPLUS 8.1.7 or 8.0.5 ... I'm really confuse...Being a good DBA,I strongly told my user that SQL PLUS client nothing to do with this problem.Now obviously I'm wrong...heheheh ashamed...&lt;BR /&gt;&lt;BR /&gt;Shed some light please.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;still learning,&lt;BR /&gt;mB&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 May 2003 23:24:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979337#M921978</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-05-21T23:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle : Changed Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979338#M921979</link>
      <description>As far as I know you can not change the OS password from sqlplus.  An OS error such as the database connection for the sqlplus session most likely caused that error.&lt;BR /&gt;&lt;BR /&gt;Your questions.&lt;BR /&gt;&lt;BR /&gt;1) The prompt could have been caused by the expiration of the ORACLE password, not the OS password. The OS command to change passwords is passwd, not password.  It is possible that the user shelled out of sqlplus and typed passwd.  I know its possible to shell out to the OS in sqlplus.&lt;BR /&gt;&lt;BR /&gt;2) sqlplus 8.0.5 is fine for connecting.  It would be better if you had a standardized client distributed.  This issue was not caused by the OS and I doubt the sqlplus client was involved, unless thats why the database session terminated.&lt;BR /&gt;&lt;BR /&gt;There should be something in the alert logs in this case.</description>
      <pubDate>Thu, 22 May 2003 00:25:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979338#M921979</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-22T00:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle : Changed Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979339#M921980</link>
      <description>Ok, I tested this on a few systems.  For me an 8.0.6 client connecting to a 8.1.7 database (both HP-UX) works fine, and the "password" function works normally.  &lt;BR /&gt;&lt;BR /&gt;There is a note in Metalink that says that 8.0.5 and 8.1.5 have bug associated with the password command.  &lt;BR /&gt;&lt;BR /&gt;I saw your note in Metalink.  I think that the Doc ID you should look at is 85228.999.  This appears to run parallel to your problem.  From what I can tell, the "password" function is used for when the password security has been enabled with the utlpwdmg.sql script.  Otherwise, as far as I can tell, the users can use "alter user" to change passwords.  &lt;BR /&gt;&lt;BR /&gt;A simple fix to get around this is to do one of two things to the script.  You can change the "old_password varchar2" to "old_password varchar2 default ''" or set the "IS NULL" that is talked about in the Doc ID above.  This will force the users to use password to change it, although it will disallow clients on 8.0.5 and 8.1.5 from working due to the bugs associated with those versions.  (This was supposed to be fixed in 8.0.6, 8.1.6, 8.1.7, and 9i).  &lt;BR /&gt;&lt;BR /&gt;Hope this helps.  Post back if you have any questions.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 22 May 2003 00:28:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979339#M921980</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2003-05-22T00:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle : Changed Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979340#M921981</link>
      <description>Ignore the simple fix.  I tested it on 8.0.6, and it did not work.  &lt;BR /&gt;&lt;BR /&gt;The next simple fix (tested, I swear) is:&lt;BR /&gt;&lt;BR /&gt;change "IF old_password = '' THEN" to &lt;BR /&gt;"IF old_password = '' or old_password is null THEN"&lt;BR /&gt;&lt;BR /&gt;This will make it so that "alter user" cannot be used at all (DBA's as well unless you want to code a workaround into the script (not hard)).  All users will be forced to use the password function (note the warning about 8.0.5 above).&lt;BR /&gt;&lt;BR /&gt;Sorry for the mixup. &lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 22 May 2003 00:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979340#M921981</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2003-05-22T00:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle : Changed Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979341#M921982</link>
      <description>SEP-Thanks for the posting.The password is for Oracle not for Unix.And yes Unix is using passwd.APpreciate your reply.&lt;BR /&gt;&lt;BR /&gt;Brian-I try to look for the Doc ID 85228.999.&lt;BR /&gt;Is it in Metalink or ITResourcecenter.Appreciate if you could give me the link.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Thu, 22 May 2003 00:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979341#M921982</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-05-22T00:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle : Changed Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979342#M921983</link>
      <description>hi mb,&lt;BR /&gt;&lt;BR /&gt;1. 85228.999 is a Metalink document.&lt;BR /&gt;[Brian, please allow me answer this question]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. You cannot run a procedure "directly" using SQLPLUS. You need to "PLSQL" it or use "exec"&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt; begin&lt;BR /&gt;   password;&lt;BR /&gt; end;&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;  exec password&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3. The may be effectively some changes with the different releases of SQLPLUS.&lt;BR /&gt;If you see the SQLPLUS Quick Reference Guide, you will find that password is a SQLPLUS reserved word.&lt;BR /&gt;&lt;BR /&gt;SYNTAX:&lt;BR /&gt;&lt;BR /&gt;PASSW[ORD] [username]&lt;BR /&gt;Allows you to change a password without echoing the password on the terminal.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;Regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Thu, 22 May 2003 03:13:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979342#M921983</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-05-22T03:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle : Changed Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979343#M921984</link>
      <description>This is a bug with 8.0.5.&lt;BR /&gt;&lt;BR /&gt;check the attachment</description>
      <pubDate>Thu, 22 May 2003 03:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979343#M921984</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-05-22T03:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle : Changed Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979344#M921985</link>
      <description>Sifu Yoogeraj,&lt;BR /&gt;  I do a search on metalink using 85228.999 .But no result.APpreciate if you could sent me the link.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Thu, 22 May 2003 04:10:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979344#M921985</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-05-22T04:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle : Changed Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979345#M921986</link>
      <description>ok,&lt;BR /&gt;&lt;BR /&gt;let me help you find it rather than foolishly sending you this note! &lt;BR /&gt;&lt;BR /&gt;Steps:&lt;BR /&gt;1. login to metalink.oracle.com&lt;BR /&gt;2. click on the "advanced"&lt;BR /&gt;3. Keywords, enter: "85228.999"&lt;BR /&gt;4. Click on the radio button "Doc ID"&lt;BR /&gt;5. Click "Search"&lt;BR /&gt;&lt;BR /&gt;You should get the document!&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;Please revert if you still don't get it. (i will have to post it then)&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Thu, 22 May 2003 04:19:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979345#M921986</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-05-22T04:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle : Changed Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979346#M921987</link>
      <description>10 point for cifu yogeraj...&lt;BR /&gt;&lt;BR /&gt;Thanks...Closing the thread...&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB&lt;BR /&gt;&lt;BR /&gt;p/s: cifu mean guru in Chinese...</description>
      <pubDate>Thu, 22 May 2003 04:26:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-changed-password/m-p/2979346#M921987</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-05-22T04:26:18Z</dc:date>
    </item>
  </channel>
</rss>

