<?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: Oracle 11g New Feature &#8211; Partition</title>
	<atom:link href="http://www.dbform.com/html/2007/317.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dbform.com/html/2007/317.html</link>
	<description>面朝大海，春暖花开</description>
	<lastBuildDate>Mon, 15 Mar 2010 05:57:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kamus</title>
		<link>http://www.dbform.com/html/2007/317.html/comment-page-1#comment-17644</link>
		<dc:creator>kamus</dc:creator>
		<pubDate>Fri, 14 Dec 2007 15:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbform.com/archives/317#comment-17644</guid>
		<description>@yxyup
已经更新了文章，直接写partition index不再被支持，现在需要写partition data_object_id</description>
		<content:encoded><![CDATA[<p>@yxyup<br />
已经更新了文章，直接写partition index不再被支持，现在需要写partition data_object_id</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yxyup</title>
		<link>http://www.dbform.com/html/2007/317.html/comment-page-1#comment-17641</link>
		<dc:creator>yxyup</dc:creator>
		<pubDate>Fri, 14 Dec 2007 10:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbform.com/archives/317#comment-17641</guid>
		<description>---测试无法通过，请指点----

SQL&gt; CREATE TABLE sys_p_tab (c1 integer, c2 integer)
  2  PARTITION BY SYSTEM
  3  (
  4  PARTITION p1 TABLESPACE users,
  5  PARTITION p2 TABLESPACE users,
  6  PARTITION p3 TABLESPACE users,
  7  PARTITION p4 TABLESPACE users
  8  );

表已创建。

SQL&gt; INSERT INTO sys_p_tab PARTITION (p1) VALUES (4,5);

已创建 1 行。

SQL&gt; INSERT INTO sys_p_tab PARTITION (2) VALUES (7,8);
INSERT INTO sys_p_tab PARTITION (2) VALUES (7,8)
                                 *
第 1 行出现错误:
ORA-14108: 非法的分区扩展表名语法

SQL&gt; select * from v$version;

BANNER
-------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
PL/SQL Release 11.1.0.6.0 - Production
CORE    11.1.0.6.0      Production
TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
NLSRTL Version 11.1.0.6.0 - Production

SQL&gt;</description>
		<content:encoded><![CDATA[<p>&#8212;测试无法通过，请指点&#8212;-</p>
<p>SQL&gt; CREATE TABLE sys_p_tab (c1 integer, c2 integer)<br />
  2  PARTITION BY SYSTEM<br />
  3  (<br />
  4  PARTITION p1 TABLESPACE users,<br />
  5  PARTITION p2 TABLESPACE users,<br />
  6  PARTITION p3 TABLESPACE users,<br />
  7  PARTITION p4 TABLESPACE users<br />
  8  );</p>
<p>表已创建。</p>
<p>SQL&gt; INSERT INTO sys_p_tab PARTITION (p1) VALUES (4,5);</p>
<p>已创建 1 行。</p>
<p>SQL&gt; INSERT INTO sys_p_tab PARTITION (2) VALUES (7,8);<br />
INSERT INTO sys_p_tab PARTITION (2) VALUES (7,8)<br />
                                 *<br />
第 1 行出现错误:<br />
ORA-14108: 非法的分区扩展表名语法</p>
<p>SQL&gt; select * from v$version;</p>
<p>BANNER<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 &#8211; Production<br />
PL/SQL Release 11.1.0.6.0 &#8211; Production<br />
CORE    11.1.0.6.0      Production<br />
TNS for 32-bit Windows: Version 11.1.0.6.0 &#8211; Production<br />
NLSRTL Version 11.1.0.6.0 &#8211; Production</p>
<p>SQL&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Zhang</title>
		<link>http://www.dbform.com/html/2007/317.html/comment-page-1#comment-15884</link>
		<dc:creator>Thomas Zhang</dc:creator>
		<pubDate>Wed, 04 Jul 2007 11:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbform.com/archives/317#comment-15884</guid>
		<description>啥时候可以下载测试呢,11号发布了是不是就可以从官方网占下了，期待</description>
		<content:encoded><![CDATA[<p>啥时候可以下载测试呢,11号发布了是不是就可以从官方网占下了，期待</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamus</title>
		<link>http://www.dbform.com/html/2007/317.html/comment-page-1#comment-15878</link>
		<dc:creator>kamus</dc:creator>
		<pubDate>Sun, 01 Jul 2007 16:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbform.com/archives/317#comment-15878</guid>
		<description>我觉得到12版本应该换个后缀了，估计再是什么什么g的就没新意了</description>
		<content:encoded><![CDATA[<p>我觉得到12版本应该换个后缀了，估计再是什么什么g的就没新意了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 玉面飞龙</title>
		<link>http://www.dbform.com/html/2007/317.html/comment-page-1#comment-15877</link>
		<dc:creator>玉面飞龙</dc:creator>
		<pubDate>Sun, 01 Jul 2007 14:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbform.com/archives/317#comment-15877</guid>
		<description>Oracle说不定已经开始搞12g了那，</description>
		<content:encoded><![CDATA[<p>Oracle说不定已经开始搞12g了那，</p>
]]></content:encoded>
	</item>
</channel>
</rss>
