<?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: ORA-01031: insufficient privileges in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01031-insufficient-privileges/m-p/3878020#M771489</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;can you please try to run the following:&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; connect / as sysdba&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Thu, 12 Oct 2006 07:41:33 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2006-10-12T07:41:33Z</dc:date>
    <item>
      <title>ORA-01031: insufficient privileges</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01031-insufficient-privileges/m-p/3878018#M771487</link>
      <description>Hello,&lt;BR /&gt;Could anyone please help me to figure out this problem.&lt;BR /&gt;Oracle Dabase: 10.1.0.5.0&lt;BR /&gt;OS: Windows 2000&lt;BR /&gt; &lt;BR /&gt;I have created the password file and tried to logon to the database as SYSDBA. But I got the following error. &lt;BR /&gt;The OS account is in ORA_DBA group. I think that it does not really matter if I want to use Password File Authentication to logon to the database.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!!!&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;C:\&amp;gt;set oracle_sid=ora101&lt;BR /&gt;C:\&amp;gt;sqlplus /nolog&lt;BR /&gt;SQL&amp;gt; connect sys/password as sysdba&lt;BR /&gt;ERROR:&lt;BR /&gt;ORA-01031: insufficient privileges&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; connect system/password&lt;BR /&gt;Connected.&lt;BR /&gt;SQL&amp;gt; select name,value from v$parameter where name = 'remote_login_passwordfile';&lt;BR /&gt;NAME&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;VALUE&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;remote_login_passwordfile&lt;BR /&gt;EXCLUSIVE&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select * from v$pwfile_users;&lt;BR /&gt;USERNAME                       SYSDB SYSOP&lt;BR /&gt;------------------------------ ----- -----&lt;BR /&gt;SYS                            TRUE  TRUE&lt;BR /&gt; &lt;BR /&gt;SQL&amp;gt; connect sys/password as sysdba&lt;BR /&gt;ERROR:&lt;BR /&gt;ORA-01031: insufficient privileges&lt;BR /&gt;&lt;BR /&gt;Warning: You are no longer connected to ORACLE.</description>
      <pubDate>Tue, 10 Oct 2006 15:46:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01031-insufficient-privileges/m-p/3878018#M771487</guid>
      <dc:creator>GeorgeLee</dc:creator>
      <dc:date>2006-10-10T15:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01031: insufficient privileges</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01031-insufficient-privileges/m-p/3878019#M771488</link>
      <description>Check that $ORACLE_SID is set to the correct SID, (including capitalization),&lt;BR /&gt;   and does not have any typos:&lt;BR /&gt; &lt;BR /&gt;   % echo %ORACLE_SID%&lt;BR /&gt;&lt;BR /&gt;e.g. set ORACLE_SID=ORA101&lt;BR /&gt;&lt;BR /&gt;check your service on windows:&lt;BR /&gt;net start | find "Ora"&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;On Windows NT, if you are able to connect internally but then startup fails&lt;BR /&gt;   for some reason, successive connect internal attempts might prompt for a&lt;BR /&gt;   password. You may also receive errors such as:&lt;BR /&gt;&lt;BR /&gt;   ORA-12705: invalid or unknown NLS parameter value specified&lt;BR /&gt;   ORA-01012: not logged on&lt;BR /&gt;   LCC-00161: Oracle error (possible syntax error)&lt;BR /&gt;   ORA-01031: insufficient privileges&lt;BR /&gt;&lt;BR /&gt;Then do:&lt;BR /&gt;net stop OracleHome&lt;SID&gt;&lt;BR /&gt;and net start &lt;BR /&gt;and check the log if it has started properly&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;/SID&gt;</description>
      <pubDate>Wed, 11 Oct 2006 03:54:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01031-insufficient-privileges/m-p/3878019#M771488</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2006-10-11T03:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01031: insufficient privileges</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01031-insufficient-privileges/m-p/3878020#M771489</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;can you please try to run the following:&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; connect / as sysdba&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 12 Oct 2006 07:41:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01031-insufficient-privileges/m-p/3878020#M771489</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-10-12T07:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01031: insufficient privileges</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01031-insufficient-privileges/m-p/3878021#M771490</link>
      <description>Could it be,&lt;BR /&gt;&lt;BR /&gt;that you are using a Local Server Login and the group membership in ORA_DBA is a domain/AD-account or vice versa ?&lt;BR /&gt;&lt;BR /&gt;Did you set a password using orapwd ?&lt;BR /&gt;&lt;BR /&gt;Volker&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Oct 2006 13:34:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01031-insufficient-privileges/m-p/3878021#M771490</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2006-10-12T13:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01031: insufficient privileges</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01031-insufficient-privileges/m-p/3878022#M771491</link>
      <description>As you assign points, please keep in mind the scale that applies: &lt;BR /&gt;&lt;BR /&gt;N/A: The answer was simply a point of clarification to my original question &lt;BR /&gt;&lt;BR /&gt;1-3: The answer didn't really help answer my question but thanks for your assistance! &lt;BR /&gt;&lt;BR /&gt;4-7: The answer helped with a portion of my question, but I still need some additional help. &lt;BR /&gt;&lt;BR /&gt;8-10: The answer has solved my problem completely! Now I'm a happy camper! &lt;BR /&gt;&lt;BR /&gt;If you have questions about the Points System, please look for more information in the Support Forums FAQs.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Nov 2006 05:33:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01031-insufficient-privileges/m-p/3878022#M771491</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2006-11-06T05:33:56Z</dc:date>
    </item>
  </channel>
</rss>

