Skip to Main Content

SQL & PL/SQL

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!

identifying partition using dbms_rowid

1932140Apr 27 2018 — edited Apr 28 2018

Hi

I've had a look at the 2 answers mentioned in a previous post.

For the second option, using dbms_rowid, what if I do not know the column name (which in the previous post is ID), but do have the value that the table is partitioned ranged by, (for example date).

Is there a way to identify the partition object in such a case?

I appreciate that using dbms_xmlgen with xmltable will assist in identifying a partition, as is used in this post , however I wanted to know if there was a way to identify the partition using dbms_rowid without having a column name.

This post has been answered by Jonathan Lewis on Apr 27 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2018
Added on Apr 27 2018
16 comments
1,837 views