Oracle RDBMS ROWID values contain information necessary to locate a row.
The general format is:
ROWID
Oracle RDBMS assigns each row in each table with a unique ROWID to identify the row in the table but ROWID values are not necessarily unique within a database.
Example 1:
SELECT ROWID FROM DUAL;
returns:
AB45FAOO....