Find ROW from ROWID
Hi Experts,
I am not able to find the exact row using the rowid for table on exadata.
ROWID is as below.
Outout from DBMS_ROWID.ROWID_CREATE
RET_ROWID
------------------
AAAlLhAAaAAAACEAAA
AAAlLhAAaAAAACEAAB
AAAlLhAAaAAAACEAAC
AAAlLhAAaAAAACEAAD
AAAlLhAAaAAAACEAAE
AAAlLhAAaAAAACEAAF
AAAlLhAAaAAAACEAAG
ROWID from table : -
*BAaAAIcTVkVFX0VTVF9NRVRIT0RfQVRUUv4
*BAaAAIcTVkVFX1BST0NFU1NfUkVRVUVTVP4
*BAaAAIcQVkVFX1BST0NfQ09OVEVYVP4
*BAaAAIcSVkVFX1NDQUxJTkdfTUVUSE9E/g
*BAaAAIcXVkVFX1NDQUxJTkdfTUVUSE9EX0FUVFL+
*BAaAAIcMVkVFX1NWQ19BVFRS/g
*BAaAAIcMVkVFX1ZBTF9SVUxF/g
*BAaAAIcRVkVFX1ZBTF9SVUxFX0FUVFL+
*BAaAAIcQV0VBVEhFUl9MT0NBVElPTv4
*BAaAAIcKV09SS19RVUVVRf4
Please guide how to match the row id between table output and dbms_rowid.rowid_create.
Regards