Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

What is SYS.RMTAB$ table ?

2776362Sep 25 2013 — edited Oct 7 2013

Hi,

I have noticed that when I move a partition with the ONLINE clause on Oracle 12c, an object SYS_JOURNAL_% (where % corresponds to the ID of the object involved by the online operation) is generated by Oracle. It is to log changes made during the move operation and are applied on the partition once it is moved.

It comes with an other temp table SYS_RMTAB$$_H%. The % corresponds to a column of the tale SYS.RMTAB$.

I am not able to find the description of this table in Oracle Reference documentation. Can anyone tell me where to find details of system tables ?

Thanks

This post has been answered by 2776362 on Oct 7 2013
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 4 2013
Added on Sep 25 2013
3 comments
1,560 views