nologging问题

[复制链接]
查看11 | 回复4 | 2005-10-30 17:05:33 | 显示全部楼层 |阅读模式
Oracle9i,使用归档模式,但使用Alter Table XXX nologgin,提示更改成功,但实际的Redolog中仍保存有该表的重作日记,也可以正常用Recorver恢复!nologgin实际并没有起作用。哪位高手能指点指点!
回复

使用道具 举报

千问 | 2005-10-30 17:05:33 | 显示全部楼层
哪位高手知道用什么命令可插入新数据,但不产生日记?数据太多了!100M的日记文件只要不到二十分钟就满了!
只一个表!
回复

使用道具 举报

千问 | 2005-10-30 17:05:33 | 显示全部楼层
关注
回复

使用道具 举报

千问 | 2005-10-30 17:05:33 | 显示全部楼层
alter table nnnn LOGGING|NOLOGGING:
Specify whether subsequent Direct Loader (SQL*Loader) and direct-path INSERT operations against a nonpartitioned table, table partition, all partitions of a partitioned table, or all subpartitions of a partition will be logged (LOGGING) or not logged (NOLOGGING) in the redo log file.
回复

使用道具 举报

千问 | 2005-10-30 17:05:33 | 显示全部楼层
Alter table xxx nologging;
属性只在成批数据库操作时有效,对其他一般的DML操作还是会写日志的
成批操作是指:
SQL*LOAD,IMPORT,等操作
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行