ChinaUnix.net
相关文章推荐:

ora06512 nologging

oracle的nologging何时生效 与 批量insert加载数据速度转自:http://www.blogjava.net/caizh2009/articles/306531.html 一 非归档模式下 D:>sqlplus "/ as sysdba" 数据库版本为9.2.0.1.0 SQL*Plus: Release 9.2.0.1.0 - Production on 星期一 8月 14 10:20:39 2006 Copyright (c) 1982, 2002, oracle Corporation. All rights reserved. 连接到: oracle9i Enterprise Edition Release 9.2.0.1.0 - Production With the ...

by liyihongcug - Oracle - 2011-10-14 11:23:33 阅读(1532) 回复(0)

相关讨论

如果一个索引为nologging,是否仅在rebuild index和create index的时候nologging会起作用,这个时候不生成redo log,在平时进行insert或者update时需要更新索引时,还是会对索引更新的动作生成redo log 请大家指点

by fxhnkf - Oracle - 2007-10-27 17:14:21 阅读(1962) 回复(1)

哪位知道nologging详细用法?在SQL语句中都加上NOLOGING了,可是有些有效,有些不起作用

by yu_mingming - Oracle - 2003-11-14 09:42:44 阅读(1286) 回复(0)

到数据时出错 打开游标时出错!错误代码为-1555ora-015 55: snapshot too old: rollback segment number 12 with name "RBS

by shishy - Oracle - 2004-04-20 15:27:30 阅读(1021) 回复(0)

--==================================================

by g_hk - Oracle - 2011-12-22 08:54:06 阅读(1128) 回复(0)

其实nologging与表模式,插入模式,数据库运行模式(archived/unarchived)都有很大的关系:

  总结如下:

  注意append是一种hint;

  一般我们可以这样来使用

  insert /*+append+/ into mytable values(1,'alan');

  数据库在归档模式下...

by snowtty - Oracle - 2011-12-21 08:44:01 阅读(1575) 回复(0)

rt,数据量大,不想产生日志。

by imlane - Oracle - 2004-09-20 14:29:46 阅读(1124) 回复(1)

由于需要经常做大量的数据导入工作,非日志方式可能速度会比较快,但不知道如何在导入数据前实现该方法,请不吝赐教,谢谢

by cruis - Oracle - 2004-08-20 15:34:30 阅读(1169) 回复(4)

http://blog.chinaunix.net/u/20078/article_31545.html http://www.puschitz.com/Installingoracle9i.shtml http://www.oracle-db.com/oracle_cn/news-list-10001 http://www.oracle.com/technology/global/cn/pub/articles/smiley_10gdb_install.html http://www.puschitz.com/Installingoracle9i.shtml http://www.ixdba.net/article/JiQunJiShu/ http://www.dbanotes.net/ http://www.eygle.com/ http://w...

by cnhawk386 - Linux文档专区 - 2008-03-27 10:21:53 阅读(634) 回复(0)

ora-6502大家遇到过吗?在网上找到太多相关这方面的评论,不过没看到正确的解决办法,不知各位大侠有没有建议,多谢.

by fenzhy - Oracle - 2008-01-17 12:56:52 阅读(3208) 回复(3)

ora-01026 multiple buffers of size >; 4000 in the bind list Cause More than one long buffer in the bind list. Action Change the buffer size to be less than 4000 for the bind variable bound to a normal column. 但是不直达要在哪里改这个缓存 哪位知道的告知一下啊

by spirit312 - Oracle - 2004-08-19 17:23:30 阅读(1107) 回复(1)