What is ROWID?

What is ROWID?

View Answers

November 20, 2010 at 12:45 PM

Hi,

ROWID is a pseudo column attached to each row of a table. It is 18 characters long, blockno, rownumber are the components of ROWID. The ROWID class is a representation of the Oracle ROWID datatype. It is intended to be immutable. The user should not try to change its contents once it is constructed.

Thanks,









Related Tutorials/Questions & Answers:
Advertisements