ROWIDTONCHAR(x) Converts the ROWID x to an NVARCHAR2 string.
ROWIDTONCHAR(x)
ROWID
NVARCHAR2
SQL> select RowIDToNChar(chartorowid('AAABABAADAAAAAPAAA')) from dual; ROWIDTONCHAR(CHART ------------------ AAABABAADAAAAAPAAA SQL>