... SQL>> select t.i, o.subobject_name from t_partitioned t, all_objects o ST> 2 where dbms_rowid.rowid_object(t.rowid) = o.object_id; ... ST>