<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>infull.org &#187; Oracle</title>
	<atom:link href="http://infull.org/blog/tag/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://infull.org/blog</link>
	<description>the future is here</description>
	<lastBuildDate>Tue, 27 Jul 2010 16:29:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ORA-28009: connection as SYS should be as SYSDBA or SYSOPER</title>
		<link>http://infull.org/blog/2009/10/ora-28009-connection-as-sys-should-be-as-sysdba-or-sysoper/</link>
		<comments>http://infull.org/blog/2009/10/ora-28009-connection-as-sys-should-be-as-sysdba-or-sysoper/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 05:06:09 +0000</pubDate>
		<dc:creator>Rafael Kellermann Streit</dc:creator>
				<category><![CDATA[Dicas]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://infull.org/blog/?p=1006</guid>
		<description><![CDATA[SharePorque este erro acontece? Acontece porque o parâmetro O7_DICTIONARY_ACCESSIBILITY está configurado como FALSE. Agora vamos ao que interessa, como resolver: Conecte-se como SYSDBA SQL&#62; conn / as sysdba Connected Agora vamos configurar aquele parâmetro para TRUE SQL&#62; ALTER SYSTEM SET &#8230; <a href="http://infull.org/blog/2009/10/ora-28009-connection-as-sys-should-be-as-sysdba-or-sysoper/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button-right"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://infull.org/blog/2009/10/ora-28009-connection-as-sys-should-be-as-sysdba-or-sysoper/";
			tweetmeme_source = "tweetmeme";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div><div class="socialize-in-button-right"><a name="fb_share" type="box_count" share_url="http://infull.org/blog/2009/10/ora-28009-connection-as-sys-should-be-as-sysdba-or-sysoper/" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div></div><p><strong>Porque este erro acontece?</strong></p>
<p>Acontece porque o parâmetro <em>O7_DICTIONARY_ACCESSIBILITY</em> está configurado como <em>FALSE.</em></p>
<p><strong>Agora vamos ao que interessa, como resolver:</strong></p>
<ul>
<li><strong>Conecte-se como SYSDBA</strong></li>
</ul>
<p>SQL&gt; conn / as sysdba<br />
Connected</p>
<ul>
<li><strong>Agora vamos configurar aquele parâmetro para TRUE</strong></li>
</ul>
<p>SQL&gt; ALTER SYSTEM SET O7_DICTIONARY_ACCESSIBILITY=TRUE scope=spfile;<br />
System altered.</p>
<p>Agora você pode fechar o DB e abrir novamente, e logar-se como SYS ( SQL&gt; connect sys/passwd@sv ).</p>
]]></content:encoded>
			<wfw:commentRss>http://infull.org/blog/2009/10/ora-28009-connection-as-sys-should-be-as-sysdba-or-sysoper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</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! -->