ROWID表 Rowid table
Rowid table ROWID表
TABLE ACCESS BY ROWID 通过ROWID的表存取
l ROWID 记录的唯一标识
logical rowid 逻辑ROWID
restricted rowid 受限ROWID
SQL> create materialized view log on fact with rowid, sequence (aid, num);
实体化视图日志已创建。
Alternative SQL syntax, such as the use of ROWNUM and ROWID is now supported.
现在支持其他的sql语法,例如可以使用ROWNUM和ROWID。
A: Local indexes do not store the 2-byte partition identifier in the rowid of each key record.
A:本地索引不在每个键记录的rowid中存储2字节分区标识符。
应用推荐