为什么“生成 DB DOC”在 SQL Developer 中用闪回数据填充我的文件系统
SQL Developer:2.1.1.64
当我在表上生成数据库文档时,我的文件系统中充满了 _Flashback.html 等文件。
我怎样才能防止这种情况发生?
到底谁可能会对作为数据库文档一部分的这些数据感兴趣?
恕我直言,这不应包含在“DB Doc”中
显示此数据:
Operation VERSIONS_XID VERSIONS_STARTSCN VERSIONS_ENDSCN ROW_ID NOW_SCN
Original null null null oracle.sql.ROWID@10c59ca 77837230355
Original null null null oracle.sql.ROWID@1dae16a 77837230355
Original null null null oracle.sql.ROWID@104fb34 77837230355
Original null null null oracle.sql.ROWID@81371 77837230355
Original null null null oracle.sql.ROWID@349826 77837230355
问候, 抢
SQL Developer : 2.1.1.64
When I generate DB doc on my tables my file system fills up with files like _Flashback.html.
How can I prevent this?
Who on earth might be interested in this data as part of a database documentation?
IMHO this should not be included in 'DB Doc'
This data is displayed :
Operation VERSIONS_XID VERSIONS_STARTSCN VERSIONS_ENDSCN ROW_ID NOW_SCN
Original null null null oracle.sql.ROWID@10c59ca 77837230355
Original null null null oracle.sql.ROWID@1dae16a 77837230355
Original null null null oracle.sql.ROWID@104fb34 77837230355
Original null null null oracle.sql.ROWID@81371 77837230355
Original null null null oracle.sql.ROWID@349826 77837230355
Regards,
Rob
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个公认的错误,应该在下一版本中修复。我现在只是删除它们,但是它们可能很大(GB)。
https://forums.oracle.com/forums/thread.jspa ?messageID=10215086&tstart=0
“ Bug 13683879:3.1EA3:论坛:生成数据库文档不应包含表闪回数据
已修复并将在下一版本中发布。
布赖恩·杰弗里斯
SQL 开发团队”
This is an acknowledged bug that should be fixed in the next release. I simply delete them for now but, they can be large (GBs).
https://forums.oracle.com/forums/thread.jspa?messageID=10215086&tstart=0
" Bug 13683879: 3.1EA3: FORUM: GENERATE DB DOC SHOULD NOT INCLUDE TABLE FLASHBACK DATA
Fixed and will be in next release.
Brian Jeffries
SQL Developer Team"