<?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>DBAlife &#187; compatible</title>
	<atom:link href="http://www.dbalife.com/archives/tag/compatible/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dbalife.com</link>
	<description>网站系统架构实践</description>
	<lastBuildDate>Wed, 27 Jul 2011 09:57:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>compatible参数</title>
		<link>http://www.dbalife.com/archives/271.html</link>
		<comments>http://www.dbalife.com/archives/271.html#comments</comments>
		<pubDate>Wed, 01 Jul 2009 17:16:01 +0000</pubDate>
		<dc:creator>skywalker</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[数据库管理]]></category>
		<category><![CDATA[compatible]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[ora-01130]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.dbalife.com/?p=271</guid>
		<description><![CDATA[用rman复制数据库时，遇到ORA-01130错误，如下： RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: Duplicate Db 命令 (在 07/02/2009 00:40:44 上) 失败 RMAN-06136: 来自辅助数据库的 ORACLE 错误: ORA-01503: CREATE CONTROLFILE 失败 ORA-01130: 数据库文件版本 10.2.0.1.0 与 ORACLE 版本 10.2.0.0.0 不兼容 ORA-01110: 数据文件 1: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\AUXILIARY\SYSTEM01.DBF' 这是因为auxiliary库的compatible参数被设定为默认值10.2.0： SQL&#62; alter system set compatible='10.2.0.1.0' scope=spfile; 系统已更改。 然后重启数据库即可。 Related posts: windows平台上的LRM-00116 RMAN TAG参数的禁区 Oracle 10g [...]
Related posts:<ol>
<li><a href='http://www.dbalife.com/archives/269.html' rel='bookmark' title='windows平台上的LRM-00116'>windows平台上的LRM-00116</a></li>
<li><a href='http://www.dbalife.com/archives/192.html' rel='bookmark' title='RMAN TAG参数的禁区'>RMAN TAG参数的禁区</a></li>
<li><a href='http://www.dbalife.com/archives/261.html' rel='bookmark' title='Oracle 10g 手动建库'>Oracle 10g 手动建库</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>用rman复制数据库时，遇到ORA-01130错误，如下：</p>
<p>RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============<br />
RMAN-00571: ===========================================================<br />
RMAN-03002: Duplicate Db 命令 (在 07/02/2009 00:40:44 上) 失败<br />
RMAN-06136: 来自辅助数据库的 ORACLE 错误: ORA-01503: CREATE CONTROLFILE 失败<br />
ORA-01130: 数据库文件版本 10.2.0.1.0 与 ORACLE 版本 10.2.0.0.0 不兼容<br />
ORA-01110: 数据文件 1: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\AUXILIARY\SYSTEM01.DBF'</p>
<p>这是因为auxiliary库的compatible参数被设定为默认值10.2.0：</p>
<p>SQL&gt; alter system set compatible='10.2.0.1.0' scope=spfile;<br />
系统已更改。</p>
<p>然后重启数据库即可。</p>
<p>Related posts:<ol>
<li><a href='http://www.dbalife.com/archives/269.html' rel='bookmark' title='windows平台上的LRM-00116'>windows平台上的LRM-00116</a></li>
<li><a href='http://www.dbalife.com/archives/192.html' rel='bookmark' title='RMAN TAG参数的禁区'>RMAN TAG参数的禁区</a></li>
<li><a href='http://www.dbalife.com/archives/261.html' rel='bookmark' title='Oracle 10g 手动建库'>Oracle 10g 手动建库</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbalife.com/archives/271.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

