<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Troubleshooting ORA-01031: insufficient privileges Error.</title>
	<atom:link href="http://www.dbuggr.com/smallwei/troubleshooting-ora-01031-insufficient-privileges-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com/smallwei/troubleshooting-ora-01031-insufficient-privileges-error/</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:13:48 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: smallwei</title>
		<link>http://www.dbuggr.com/smallwei/troubleshooting-ora-01031-insufficient-privileges-error/comment-page-1/#comment-268</link>
		<dc:creator>smallwei</dc:creator>
		<pubDate>Fri, 06 Nov 2009 19:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/troubleshooting-ora-01031-insufficient-privileges-error/#comment-268</guid>
		<description>Here is the official Oracle explanation regarding ORA-01031:

&lt;blockquote&gt;ORA-01031: insufficient privileges

Cause: An attempt was made to change the current username or password without the appropriate privilege. This error also occurs if attempting to install a database without the necessary operating system privileges. When Trusted Oracle is configure in DBMS MAC, this error may occur if the user was granted the necessary privilege at a higher label than the current login.

Action: Ask the database administrator to perform the operation or grant the required privileges. For Trusted Oracle users getting this error although granted the the appropriate privilege at a higher label, ask the database administrator to regrant the privilege at the appropriate label. &lt;/blockquote&gt;


There are two possible areas to look at.

&lt;strong&gt;1. Operating System:&lt;/strong&gt;
In Windows, install Oracle software and database as Administrator or as a group member of Administrators Group. The user also needs to belong to ORA_DBA group. Open the Groups folder under Local Users and Groups on the Computer Management console.
Expand the Computer Management window and read the descriptions of the Administrators and ORA_DBA groups. The ORA_DBA group description says: &quot;Members can connect to the Oracle database as a DBA without a password.&quot; Add the user to the group.

You can also use the following command to add user to ORA_DBA group:

&lt;code&gt;C:\&gt; net localgroup ora_dba rene /add&lt;/code&gt;

&lt;strong&gt;2. Oracle database:&lt;/strong&gt;
In most cases, the user receiving this error lacks a privilege to create an object (such as a table, view, procedure ... etc). Use the following command in sqlplus to add privilege:

&lt;code&gt;GRANT create table TO appadm;
-- This will grant &quot;create table&quot; privilege to appadm user&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Here is the official Oracle explanation regarding ORA-01031:</p>
<blockquote><p>ORA-01031: insufficient privileges</p>
<p>Cause: An attempt was made to change the current username or password without the appropriate privilege. This error also occurs if attempting to install a database without the necessary operating system privileges. When Trusted Oracle is configure in DBMS MAC, this error may occur if the user was granted the necessary privilege at a higher label than the current login.</p>
<p>Action: Ask the database administrator to perform the operation or grant the required privileges. For Trusted Oracle users getting this error although granted the the appropriate privilege at a higher label, ask the database administrator to regrant the privilege at the appropriate label. </p></blockquote>
<p>There are two possible areas to look at.</p>
<p><strong>1. Operating System:</strong><br />
In Windows, install Oracle software and database as Administrator or as a group member of Administrators Group. The user also needs to belong to ORA_DBA group. Open the Groups folder under Local Users and Groups on the Computer Management console.<br />
Expand the Computer Management window and read the descriptions of the Administrators and ORA_DBA groups. The ORA_DBA group description says: &#8220;Members can connect to the Oracle database as a DBA without a password.&#8221; Add the user to the group.</p>
<p>You can also use the following command to add user to ORA_DBA group:</p>
<p><code>C:\&gt; net localgroup ora_dba rene /add</code></p>
<p><strong>2. Oracle database:</strong><br />
In most cases, the user receiving this error lacks a privilege to create an object (such as a table, view, procedure &#8230; etc). Use the following command in sqlplus to add privilege:</p>
<p><pre><code>GRANT create table TO appadm;
-- This will grant &quot;create table&quot; privilege to appadm user</code></pre></p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
