Look DBMS_ROWID package

select rowid,DBMS_ROWID.ROWID_ROW_NUMBER(rowid) from table_name

Best wishes!