<?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: Solving ORA-1031 while connecting as &#8220;/ as sysdba&#8221; :</title>
	<atom:link href="http://askdba.org/weblog/2008/05/ora-1031-as-sysdba/feed/" rel="self" type="application/rss+xml" />
	<link>http://askdba.org/weblog/2008/05/ora-1031-as-sysdba/</link>
	<description>Writing About Our Experiences With Oracle Databases</description>
	<lastBuildDate>Fri, 05 Mar 2010 10:24:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Saurabh Sood</title>
		<link>http://askdba.org/weblog/2008/05/ora-1031-as-sysdba/comment-page-1/#comment-2880</link>
		<dc:creator>Saurabh Sood</dc:creator>
		<pubDate>Tue, 12 May 2009 04:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=42#comment-2880</guid>
		<description>Hi Raju,

Thanks for adding your input here.

The case you are facing is specific to SPARC 64 bits platform where upgrading to 10.2 
caused problems.

You would be interested in looking at Doc ID: 335684.1

Cheers!!!
Saurabh Sood</description>
		<content:encoded><![CDATA[<p>Hi Raju,</p>
<p>Thanks for adding your input here.</p>
<p>The case you are facing is specific to SPARC 64 bits platform where upgrading to 10.2<br />
caused problems.</p>
<p>You would be interested in looking at Doc ID: 335684.1</p>
<p>Cheers!!!<br />
Saurabh Sood</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raju</title>
		<link>http://askdba.org/weblog/2008/05/ora-1031-as-sysdba/comment-page-1/#comment-2877</link>
		<dc:creator>Raju</dc:creator>
		<pubDate>Mon, 11 May 2009 21:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=42#comment-2877</guid>
		<description>For solaris 64 bit we can try the following thing also.

&gt; rm config.o
    &gt; make -f ins_rdbms.mk config.o ioracle
we may get the following error

/usr/ccs/bin/as -P -K PIC -o config.o config.s
    /usr/ccs/bin/as: &quot;config.s&quot;, line 12: error: cannot use v9 instructions in a non -v9 target binary
    /usr/ccs/bin/as: &quot;config.s&quot;, line 14:  error: cannot use v9 instructions in a non-v9 target binary
    *** Error code 1
    make: Fatal error: Command failed for target `config.o&#039;

 Entry in the &quot;env_rdbms.mk&quot; file is wrong.

Solution
Follow below steps:

1.Modify env_rdbms.mk file to reflect following:
    From : KPIC_OPTION=-K PIC
    To :   KPIC_OPTION=-xarch=v9 -K PIC
2. rm config.o
3.make -f ins_rdbms.mk config.o ioracle
4. Now connect as
sqlplus &quot;/ as sysdba&quot;

Receiving Ora-1031 While Connecting As Sysdba After 10.2 Install 
Doc ID:  353050.1</description>
		<content:encoded><![CDATA[<p>For solaris 64 bit we can try the following thing also.</p>
<p>&gt; rm config.o<br />
    &gt; make -f ins_rdbms.mk config.o ioracle<br />
we may get the following error</p>
<p>/usr/ccs/bin/as -P -K PIC -o config.o config.s<br />
    /usr/ccs/bin/as: &#8220;config.s&#8221;, line 12: error: cannot use v9 instructions in a non -v9 target binary<br />
    /usr/ccs/bin/as: &#8220;config.s&#8221;, line 14:  error: cannot use v9 instructions in a non-v9 target binary<br />
    *** Error code 1<br />
    make: Fatal error: Command failed for target `config.o&#8217;</p>
<p> Entry in the &#8220;env_rdbms.mk&#8221; file is wrong.</p>
<p>Solution<br />
Follow below steps:</p>
<p>1.Modify env_rdbms.mk file to reflect following:<br />
    From : KPIC_OPTION=-K PIC<br />
    To :   KPIC_OPTION=-xarch=v9 -K PIC<br />
2. rm config.o<br />
3.make -f ins_rdbms.mk config.o ioracle<br />
4. Now connect as<br />
sqlplus &#8220;/ as sysdba&#8221;</p>
<p>Receiving Ora-1031 While Connecting As Sysdba After 10.2 Install<br />
Doc ID:  353050.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh Sood</title>
		<link>http://askdba.org/weblog/2008/05/ora-1031-as-sysdba/comment-page-1/#comment-2564</link>
		<dc:creator>Saurabh Sood</dc:creator>
		<pubDate>Fri, 24 Apr 2009 04:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=42#comment-2564</guid>
		<description>Glad to know that this helped you.

Cheers!!!!!!!!!
Saurabh Sood</description>
		<content:encoded><![CDATA[<p>Glad to know that this helped you.</p>
<p>Cheers!!!!!!!!!<br />
Saurabh Sood</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Logan Ramasamy</title>
		<link>http://askdba.org/weblog/2008/05/ora-1031-as-sysdba/comment-page-1/#comment-2559</link>
		<dc:creator>Logan Ramasamy</dc:creator>
		<pubDate>Thu, 23 Apr 2009 21:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=42#comment-2559</guid>
		<description>Amit,

You are right on the mark. I could solve my problem because of your clear cut step by step instructions. Thanks a bunch -- Logan</description>
		<content:encoded><![CDATA[<p>Amit,</p>
<p>You are right on the mark. I could solve my problem because of your clear cut step by step instructions. Thanks a bunch &#8212; Logan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
