| Twitter | Del.icio.us | Comments (3) | | Edit

Comments Powered by Disqus

留言评论 | Comments (3)

imp exp sqlldr 有个叫做 singletask 模式 relink的方式据说可以增加执行速度。不过没有unix机器测试。
Fenng用过吗?

看上去是某种特定平台才有.据说会消耗更多内存.

To perform a single-task export, you must use the expst executable instead of just exp. You will probably need to create the executable first, as follows.
cd $ORACLE_HOME/rdbms/lib
make -f ins_rdbms.mk singletask

If you are intending the single-task executables to be used by a user other than oracle, then you will need to set the setuid bits as follows.
chmod 4511 $ORACLE_HOME/bin/*st

From Here :http://www.ixora.com.au/q+a/recovery.htm

现在的新版本上还支持么?这个不太清楚

我用direct path的OCI写了个程序发现没有直接用sqlldr的direct方式快。。。而且测试发现oracle关于direct path方式的一个demo也没有他的sqlldr快。。。那位有经验帮我一下。。。感激涕零。。。
可以发邮件:[email protected]...

相关文章

关于本文

这篇文章由 Fenng 于 January 20, 2005 2:29 PM 发布.

上一篇:What's New in PostgreSQL 8.0.

下一篇:用 Sql*Plus 创建批量文件改名的脚本.

回到 首页 查看最近发表的文章或者查看所有 归档文章.