首页 > 其他 > 详细

为某一个table的所有列添加补充日志的命令

时间:2015-04-14 19:45:03      阅读:207      评论:0      收藏:0      [点我收藏+]
GGSCI (gg321) 47> exit
[oracle@gg321 ggs]$ sqlplus / as sysdba

SQL*Plus: Release 10.2.0.4.0 - Production on Sun Apr 19 14:50:10 2015

Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.



Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options


SQL> SQL> SQL>
SQL>
SQL>
SQL>
SQL>
SQL> ALTER TABLE USERA.TABA   ADD SUPPLEMENTAL LOG DATA (ALL) COLUMNS;

Table altered.

SQL> exit

 

 参考文章:

 Add Trandata / ORA-00054: resource busy and acquire with NOWAIT (Doc ID 1554364.1)

为某一个table的所有列添加补充日志的命令

原文:http://blog.csdn.net/msdnchina/article/details/45046261

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!