<?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: Disabling 3 attempts while logging to SQL Plus in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-3-attempts-while-logging-to-sql-plus/m-p/2822743#M940232</link>
    <description>If you change the profile in the database you disable the User in the database so nobody can login with this user.&lt;BR /&gt;&lt;BR /&gt;Leaving sqlplus after three attempts does not disable the user in the database.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
    <pubDate>Thu, 10 Oct 2002 08:25:47 GMT</pubDate>
    <dc:creator>Christian Gebhardt</dc:creator>
    <dc:date>2002-10-10T08:25:47Z</dc:date>
    <item>
      <title>Disabling 3 attempts while logging to SQL Plus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-3-attempts-while-logging-to-sql-plus/m-p/2822740#M940229</link>
      <description>Hi Friends,&lt;BR /&gt;&lt;BR /&gt;When we first login to SQL Plus, it gives three attempts to login. I would like to disable it and set it to 1 attempt only. Will appreciate to know the way I can do this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sanjay</description>
      <pubDate>Thu, 10 Oct 2002 05:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-3-attempts-while-logging-to-sql-plus/m-p/2822740#M940229</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2002-10-10T05:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling 3 attempts while logging to SQL Plus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-3-attempts-while-logging-to-sql-plus/m-p/2822741#M940230</link>
      <description>The default profile is called the 'default'&lt;BR /&gt;So you can just do a &lt;BR /&gt;sql&amp;gt;alter profile default limit failed_login_attempts 6;&lt;BR /&gt;sql&amp;gt;alter user &lt;USERNAME&gt; profile default&lt;BR /&gt;&lt;BR /&gt;you can test this by creating a new profile instead of modifying the default one by&lt;BR /&gt;SQL&amp;gt; create profile prod_limit&lt;BR /&gt;limit failed_login_attempts 6;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; create user abc identified by abcd&lt;BR /&gt;default tablespace &lt;TABLESPACE_NAME&gt; temporary tablespace &lt;TEMP tablespace_name=""&gt;;&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; grant create session to abc;&lt;BR /&gt;SQL&amp;gt; alter user abc profile prod_limit;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;/TEMP&gt;&lt;/TABLESPACE_NAME&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Thu, 10 Oct 2002 08:17:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-3-attempts-while-logging-to-sql-plus/m-p/2822741#M940230</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-10-10T08:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling 3 attempts while logging to SQL Plus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-3-attempts-while-logging-to-sql-plus/m-p/2822742#M940231</link>
      <description>Why ? Every User can type sqlplus again and has one more change.&lt;BR /&gt;&lt;BR /&gt;As I know these three attempts are compiled in the sqlplus-binary, so there is no easy way to leave sqlplus after one attempt.&lt;BR /&gt;&lt;BR /&gt;In a script you can use&lt;BR /&gt;&lt;BR /&gt;sqlplus &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;user/passwd&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;then you have only one attempt.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 10 Oct 2002 08:22:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-3-attempts-while-logging-to-sql-plus/m-p/2822742#M940231</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2002-10-10T08:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling 3 attempts while logging to SQL Plus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-3-attempts-while-logging-to-sql-plus/m-p/2822743#M940232</link>
      <description>If you change the profile in the database you disable the User in the database so nobody can login with this user.&lt;BR /&gt;&lt;BR /&gt;Leaving sqlplus after three attempts does not disable the user in the database.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 10 Oct 2002 08:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-3-attempts-while-logging-to-sql-plus/m-p/2822743#M940232</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2002-10-10T08:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling 3 attempts while logging to SQL Plus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-3-attempts-while-logging-to-sql-plus/m-p/2822744#M940233</link>
      <description>Hello TG &amp;amp; Everyone,&lt;BR /&gt;Is there a way I can make one attempt the default for every user?&lt;BR /&gt;~Sanjay</description>
      <pubDate>Thu, 10 Oct 2002 22:07:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-3-attempts-while-logging-to-sql-plus/m-p/2822744#M940233</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2002-10-10T22:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling 3 attempts while logging to SQL Plus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-3-attempts-while-logging-to-sql-plus/m-p/2822745#M940234</link>
      <description>Hi Sanjay,&lt;BR /&gt;&lt;BR /&gt;This is referred as BUG-381695 by Oracle... a request for enhancement was requested by Oracle but it was rejected ... You can refer oracle sites to find details about this bug ..&lt;BR /&gt;&lt;BR /&gt;There is no direct solution to achive this ...&lt;BR /&gt;&lt;BR /&gt;U can try this:&lt;BR /&gt;&lt;BR /&gt;Make users connect to the database using procedures/passing parameters ... when the first connections fails with the password passed as parameter, use WHENEVER SQL ERROR Exception and close the connection ... &lt;BR /&gt;&lt;BR /&gt;this approach may be suitable for batch jobs like things but for every sqlplus connection by user you may not achieve the results ....&lt;BR /&gt;&lt;BR /&gt;Look in the oracle sites for more info ...&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;-bala-&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Oct 2002 00:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-3-attempts-while-logging-to-sql-plus/m-p/2822745#M940234</guid>
      <dc:creator>Bala_8</dc:creator>
      <dc:date>2002-10-11T00:23:01Z</dc:date>
    </item>
  </channel>
</rss>

