<?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: EXP错误逐个击溃</title>
	<atom:link href="http://www.dbform.com/html/2007/309.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dbform.com/html/2007/309.html</link>
	<description>面朝大海，春暖花开</description>
	<lastBuildDate>Fri, 12 Mar 2010 16:38:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: david</title>
		<link>http://www.dbform.com/html/2007/309.html/comment-page-1#comment-18865</link>
		<dc:creator>david</dc:creator>
		<pubDate>Fri, 18 Apr 2008 09:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbform.com/archives/309#comment-18865</guid>
		<description>太好了，刚刚解决我的一个问题。

别人装的数据，字符集缺省是 WE8ISO8859P1 ，没有改成 ZHS16GBK.
当时赶时间，没有重建数据库，直接修改prop$表，将字符集改为ZHS16GBK。
然后建表、insert数据，一切正常。。。直到今天要exp出数据。

报错：
即将导出指定的用户...
. 正在导出 pre-schema 过程对象和操作
. 正在导出用户 PLATFORM 的外部函数库名称
. 导出 PUBLIC 类型同义词
EXP-00008: 遇到 ORACLE 错误 6552
ORA-06552: PL/SQL: Compilation unit analysis terminated
ORA-06553: PLS-553: character set name is not recognized
EXP-00000: 导出终止失败


按照楼主的步骤，解决了问题。
太感谢了！</description>
		<content:encoded><![CDATA[<p>太好了，刚刚解决我的一个问题。</p>
<p>别人装的数据，字符集缺省是 WE8ISO8859P1 ，没有改成 ZHS16GBK.<br />
当时赶时间，没有重建数据库，直接修改prop$表，将字符集改为ZHS16GBK。<br />
然后建表、insert数据，一切正常。。。直到今天要exp出数据。</p>
<p>报错：<br />
即将导出指定的用户&#8230;<br />
. 正在导出 pre-schema 过程对象和操作<br />
. 正在导出用户 PLATFORM 的外部函数库名称<br />
. 导出 PUBLIC 类型同义词<br />
EXP-00008: 遇到 ORACLE 错误 6552<br />
ORA-06552: PL/SQL: Compilation unit analysis terminated<br />
ORA-06553: PLS-553: character set name is not recognized<br />
EXP-00000: 导出终止失败</p>
<p>按照楼主的步骤，解决了问题。<br />
太感谢了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamus</title>
		<link>http://www.dbform.com/html/2007/309.html/comment-page-1#comment-17245</link>
		<dc:creator>kamus</dc:creator>
		<pubDate>Thu, 08 Nov 2007 17:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbform.com/archives/309#comment-17245</guid>
		<description>没有贴全？没看到导出的报错。
另外Compress extents设置成no</description>
		<content:encoded><![CDATA[<p>没有贴全？没看到导出的报错。<br />
另外Compress extents设置成no</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linuxcrazy</title>
		<link>http://www.dbform.com/html/2007/309.html/comment-page-1#comment-17242</link>
		<dc:creator>linuxcrazy</dc:creator>
		<pubDate>Thu, 08 Nov 2007 07:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbform.com/archives/309#comment-17242</guid>
		<description>导出时的输出：
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Produc
tion
With the Partitioning, OLAP and Data Mining options
Enter array fetch buffer size: 4096 &gt;

Export file: EXPDAT.DMP &gt; d:\a.dmp

(1)E(ntire database), (2)U(sers), or (3)T(ables): (2)U &gt; U

Export grants (yes/no): yes &gt;

Export table data (yes/no): yes &gt;

Compress extents (yes/no): yes &gt;

Export done in UTF8 character set and AL16UTF16 NCHAR character set
server uses AL32UTF8 character set (possible charset conversion)

About to export specified users ...
User to be exported: (RETURN to quit) &gt;</description>
		<content:encoded><![CDATA[<p>导出时的输出：<br />
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 &#8211; Produc<br />
tion<br />
With the Partitioning, OLAP and Data Mining options<br />
Enter array fetch buffer size: 4096 &gt;</p>
<p>Export file: EXPDAT.DMP &gt; d:\a.dmp</p>
<p>(1)E(ntire database), (2)U(sers), or (3)T(ables): (2)U &gt; U</p>
<p>Export grants (yes/no): yes &gt;</p>
<p>Export table data (yes/no): yes &gt;</p>
<p>Compress extents (yes/no): yes &gt;</p>
<p>Export done in UTF8 character set and AL16UTF16 NCHAR character set<br />
server uses AL32UTF8 character set (possible charset conversion)</p>
<p>About to export specified users &#8230;<br />
User to be exported: (RETURN to quit) &gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linuxcrazy</title>
		<link>http://www.dbform.com/html/2007/309.html/comment-page-1#comment-17241</link>
		<dc:creator>linuxcrazy</dc:creator>
		<pubDate>Thu, 08 Nov 2007 07:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbform.com/archives/309#comment-17241</guid>
		<description>NLS_LANG = AMERICAN_AMERICA.UTF8</description>
		<content:encoded><![CDATA[<p>NLS_LANG = AMERICAN_AMERICA.UTF8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamus</title>
		<link>http://www.dbform.com/html/2007/309.html/comment-page-1#comment-17211</link>
		<dc:creator>kamus</dc:creator>
		<pubDate>Mon, 05 Nov 2007 02:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbform.com/archives/309#comment-17211</guid>
		<description>@linuxcrazy
你的导出报什么错误，看你这个输入按理说应该没有什么问题，你导出时候的客户端字符集设置是UTF8？你设置成AL32UTF8试试。</description>
		<content:encoded><![CDATA[<p>@linuxcrazy<br />
你的导出报什么错误，看你这个输入按理说应该没有什么问题，你导出时候的客户端字符集设置是UTF8？你设置成AL32UTF8试试。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linuxcrazy</title>
		<link>http://www.dbform.com/html/2007/309.html/comment-page-1#comment-17176</link>
		<dc:creator>linuxcrazy</dc:creator>
		<pubDate>Sat, 03 Nov 2007 15:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbform.com/archives/309#comment-17176</guid>
		<description>帮忙看看我的，我的也导出出问题：
Export done in UTF8 character set and AL16UTF16 NCHAR character set
server uses AL32UTF8 character set (possible charset conversion)


TYPES_USED_IN        CHARACTERSET
---------------------------------------
AL32UTF8              VARCHAR2
AL16UTF16             NCLOB
AL16UTF16             NVARCHAR2
AL32UTF8              CHAR
AL32UTF8              CLOB
AL16UTF16             NCHAR</description>
		<content:encoded><![CDATA[<p>帮忙看看我的，我的也导出出问题：<br />
Export done in UTF8 character set and AL16UTF16 NCHAR character set<br />
server uses AL32UTF8 character set (possible charset conversion)</p>
<p>TYPES_USED_IN        CHARACTERSET<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
AL32UTF8              VARCHAR2<br />
AL16UTF16             NCLOB<br />
AL16UTF16             NVARCHAR2<br />
AL32UTF8              CHAR<br />
AL32UTF8              CLOB<br />
AL16UTF16             NCHAR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamus</title>
		<link>http://www.dbform.com/html/2007/309.html/comment-page-1#comment-16987</link>
		<dc:creator>kamus</dc:creator>
		<pubDate>Sat, 27 Oct 2007 09:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbform.com/archives/309#comment-16987</guid>
		<description>@kanthony 
你这个应该是没问题的

@szr
你这个问题似乎跟字符集无关。UNDEFINED是你自己命名的什么？</description>
		<content:encoded><![CDATA[<p>@kanthony<br />
你这个应该是没问题的</p>
<p>@szr<br />
你这个问题似乎跟字符集无关。UNDEFINED是你自己命名的什么？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: szr</title>
		<link>http://www.dbform.com/html/2007/309.html/comment-page-1#comment-16935</link>
		<dc:creator>szr</dc:creator>
		<pubDate>Thu, 25 Oct 2007 08:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbform.com/archives/309#comment-16935</guid>
		<description>我编译一个程序包时，报下面这个错，也能用以上方法解决吗？
错误：
93/7     PL/SQL: SQL Statement ignored

100/14   PL/SQL: ORA-06552: PL/SQL: Compilation unit analysis terminated

         ORA-06553: PLS-201: identifier &#039;UNDEFINED&#039; must be declared</description>
		<content:encoded><![CDATA[<p>我编译一个程序包时，报下面这个错，也能用以上方法解决吗？<br />
错误：<br />
93/7     PL/SQL: SQL Statement ignored</p>
<p>100/14   PL/SQL: ORA-06552: PL/SQL: Compilation unit analysis terminated</p>
<p>         ORA-06553: PLS-201: identifier &#8216;UNDEFINED&#8217; must be declared</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kanthony</title>
		<link>http://www.dbform.com/html/2007/309.html/comment-page-1#comment-16934</link>
		<dc:creator>kanthony</dc:creator>
		<pubDate>Thu, 25 Oct 2007 06:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbform.com/archives/309#comment-16934</guid>
		<description>hi there,

please check for me whether it is ok to export....

CHARACTERSET                             TYPES_USED_IN
---------------------------------------- -------------
AL16UTF16                                NCHAR
AL16UTF16                                NCLOB
AL16UTF16                                NVARCHAR2
ZHT16MSWIN950                            CHAR
ZHT16MSWIN950                            CLOB
ZHT16MSWIN950                            VARCHAR2

6 rows selected.

thanks.

Kanthony</description>
		<content:encoded><![CDATA[<p>hi there,</p>
<p>please check for me whether it is ok to export&#8230;.</p>
<p>CHARACTERSET                             TYPES_USED_IN<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;-<br />
AL16UTF16                                NCHAR<br />
AL16UTF16                                NCLOB<br />
AL16UTF16                                NVARCHAR2<br />
ZHT16MSWIN950                            CHAR<br />
ZHT16MSWIN950                            CLOB<br />
ZHT16MSWIN950                            VARCHAR2</p>
<p>6 rows selected.</p>
<p>thanks.</p>
<p>Kanthony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Software Development Guide</title>
		<link>http://www.dbform.com/html/2007/309.html/comment-page-1#comment-16767</link>
		<dc:creator>Software Development Guide</dc:creator>
		<pubDate>Wed, 10 Oct 2007 03:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbform.com/archives/309#comment-16767</guid>
		<description>&lt;strong&gt;Software Development Guide...&lt;/strong&gt;

I couldn&#039;t understand some parts of this article, but it sounds interesting...</description>
		<content:encoded><![CDATA[<p><strong>Software Development Guide&#8230;</strong></p>
<p>I couldn&#8217;t understand some parts of this article, but it sounds interesting&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
