<?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: 用OCI 8实现了sqluldr2</title>
	<atom:link href="http://www.anysql.net/tools/sqluldr2_comming.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.anysql.net/tools/sqluldr2_comming.html</link>
	<description>Oracle DBA,MySQL DBA, 数据恢复, 数据迁移, 报表软件, 性能优化, 系统监控</description>
	<lastBuildDate>Thu, 11 Mar 2010 09:00:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: anysql</title>
		<link>http://www.anysql.net/tools/sqluldr2_comming.html/comment-page-1#comment-1963</link>
		<dc:creator>anysql</dc:creator>
		<pubDate>Thu, 11 Jun 2009 22:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/%e7%94%a8oci-8%e5%ae%9e%e7%8e%b0%e4%ba%86sqluldr2.html#comment-1963</guid>
		<description>Show一下你的表结构? 我测试一下.
</description>
		<content:encoded><![CDATA[<p>Show一下你的表结构? 我测试一下.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lkdd</title>
		<link>http://www.anysql.net/tools/sqluldr2_comming.html/comment-page-1#comment-1962</link>
		<dc:creator>lkdd</dc:creator>
		<pubDate>Thu, 11 Jun 2009 20:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/%e7%94%a8oci-8%e5%ae%9e%e7%8e%b0%e4%ba%86sqluldr2.html#comment-1962</guid>
		<description>ORA-00932: 数据类型不一致: 应为 CHAR, 但却获得 BLOB
我在导出的时候报这个错。我本机windows xp  ,客户端10G,服务器也是10G，请问下这个是不能导出lob字段啊？
</description>
		<content:encoded><![CDATA[<p>ORA-00932: 数据类型不一致: 应为 CHAR, 但却获得 BLOB<br />
我在导出的时候报这个错。我本机windows xp  ,客户端10G,服务器也是10G，请问下这个是不能导出lob字段啊？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anysql</title>
		<link>http://www.anysql.net/tools/sqluldr2_comming.html/comment-page-1#comment-1961</link>
		<dc:creator>anysql</dc:creator>
		<pubDate>Wed, 01 Apr 2009 17:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/%e7%94%a8oci-8%e5%ae%9e%e7%8e%b0%e4%ba%86sqluldr2.html#comment-1961</guid>
		<description>Widnwos下fpos_t这个是一个8字节的整数，是64位的，用fsetpos来设置文件位置, 然后读取内容。
</description>
		<content:encoded><![CDATA[<p>Widnwos下fpos_t这个是一个8字节的整数，是64位的，用fsetpos来设置文件位置, 然后读取内容。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anysql</title>
		<link>http://www.anysql.net/tools/sqluldr2_comming.html/comment-page-1#comment-1960</link>
		<dc:creator>anysql</dc:creator>
		<pubDate>Wed, 01 Apr 2009 17:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/%e7%94%a8oci-8%e5%ae%9e%e7%8e%b0%e4%ba%86sqluldr2.html#comment-1960</guid>
		<description>fread参数有两个大小单位，第一个是记录长度，第二个是读取的记录数，结合起来，可以超过2GB的。
对于文本导出来说, 我只写出，应当是可以超出4GB的，我手头上没有这么大的表，应当测试一下。
为什么不用Windows的函数, 是因为这个程序还要在其他平台上编译，所以只用标准C函数。
</description>
		<content:encoded><![CDATA[<p>fread参数有两个大小单位，第一个是记录长度，第二个是读取的记录数，结合起来，可以超过2GB的。<br />
对于文本导出来说, 我只写出，应当是可以超出4GB的，我手头上没有这么大的表，应当测试一下。<br />
为什么不用Windows的函数, 是因为这个程序还要在其他平台上编译，所以只用标准C函数。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l1t</title>
		<link>http://www.anysql.net/tools/sqluldr2_comming.html/comment-page-1#comment-1959</link>
		<dc:creator>l1t</dc:creator>
		<pubDate>Wed, 01 Apr 2009 16:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/%e7%94%a8oci-8%e5%ae%9e%e7%8e%b0%e4%ba%86sqluldr2.html#comment-1959</guid>
		<description>BOOL WINAPI GetFileSizeEx(
__in   HANDLE hFile,
__out  PLARGE_INTEGER lpFileSize
);
Parameters
hFile [in]
A handle to the file. The handle must have been created with either the GENERIC_READ or GENERIC_WRITE access right. For more information, see File Security and Access Rights.
lpFileSize [out]
A pointer to a LARGE_INTEGER structure that receives the file size, in bytes.
LARGE_INTEGER Union
The LARGE_INTEGER structure is used to represent a 64-bit signed integer value.
Note  Your C compiler may support 64-bit integers natively. For example, Microsoft Visual C++ supports the __int64 sized integer type. For more information, see the documentation included with your C compiler.
Syntax
typedef union _LARGE_INTEGER {  struct {    DWORD LowPart;    LONG HighPart;  }   ;  struct {    DWORD LowPart;    LONG HighPart;  }   u;  LONGLONG QuadPart;
} LARGE_INTEGER,  *PLARGE_INTEGER;
</description>
		<content:encoded><![CDATA[<p>BOOL WINAPI GetFileSizeEx(<br />
__in   HANDLE hFile,<br />
__out  PLARGE_INTEGER lpFileSize<br />
);<br />
Parameters<br />
hFile [in]<br />
A handle to the file. The handle must have been created with either the GENERIC_READ or GENERIC_WRITE access right. For more information, see File Security and Access Rights.<br />
lpFileSize [out]<br />
A pointer to a LARGE_INTEGER structure that receives the file size, in bytes.<br />
LARGE_INTEGER Union<br />
The LARGE_INTEGER structure is used to represent a 64-bit signed integer value.<br />
Note  Your C compiler may support 64-bit integers natively. For example, Microsoft Visual C++ supports the __int64 sized integer type. For more information, see the documentation included with your C compiler.<br />
Syntax<br />
typedef union _LARGE_INTEGER {  struct {    DWORD LowPart;    LONG HighPart;  }   ;  struct {    DWORD LowPart;    LONG HighPart;  }   u;  LONGLONG QuadPart;<br />
} LARGE_INTEGER,  *PLARGE_INTEGER;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l1t</title>
		<link>http://www.anysql.net/tools/sqluldr2_comming.html/comment-page-1#comment-1958</link>
		<dc:creator>l1t</dc:creator>
		<pubDate>Wed, 01 Apr 2009 16:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/%e7%94%a8oci-8%e5%ae%9e%e7%8e%b0%e4%ba%86sqluldr2.html#comment-1958</guid>
		<description>我记错了，是4G限制
#ifndef _SIZE_T_DEFINED
typedef unsigned int size_t;
#define _SIZE_T_DEFINED
#endif
_CRTIMP size_t __cdecl fread(void *, size_t, size_t, FILE *);
访问不能超过2^32
</description>
		<content:encoded><![CDATA[<p>我记错了，是4G限制<br />
#ifndef _SIZE_T_DEFINED<br />
typedef unsigned int size_t;<br />
#define _SIZE_T_DEFINED<br />
#endif<br />
_CRTIMP size_t __cdecl fread(void *, size_t, size_t, FILE *);<br />
访问不能超过2^32</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anysql</title>
		<link>http://www.anysql.net/tools/sqluldr2_comming.html/comment-page-1#comment-1957</link>
		<dc:creator>anysql</dc:creator>
		<pubDate>Wed, 01 Apr 2009 01:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/%e7%94%a8oci-8%e5%ae%9e%e7%8e%b0%e4%ba%86sqluldr2.html#comment-1957</guid>
		<description>Windows上没有2G的限制吧?
</description>
		<content:encoded><![CDATA[<p>Windows上没有2G的限制吧?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l1t</title>
		<link>http://www.anysql.net/tools/sqluldr2_comming.html/comment-page-1#comment-1956</link>
		<dc:creator>l1t</dc:creator>
		<pubDate>Wed, 01 Apr 2009 00:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/%e7%94%a8oci-8%e5%ae%9e%e7%8e%b0%e4%ba%86sqluldr2.html#comment-1956</guid>
		<description>windows上fopen/fread有2g限制,不知道是否用CreateFIle好一些，内存映射文件有帮助吗
</description>
		<content:encoded><![CDATA[<p>windows上fopen/fread有2g限制,不知道是否用CreateFIle好一些，内存映射文件有帮助吗</p>
]]></content:encoded>
	</item>
</channel>
</rss>
