Datatypes (1) : ROWID and UROWID
Oracle uses a ROWID datatype to store the address (rowid) of every row in the database.
Physical rowids store the addresses of rows in ordinary tables (excluding index-organized tables),
clustered tables, table partitions and subpartitions, indexes, and index partitions and
subpartitions.
Logical rowids store the addresses of rows in index-organized tables.
A single datatype called the universal rowid, or UROWID, supports both logical and physical rowids,
as well as rowids of foreign tables such as non-Oracle tables accessed through a gateway.
A column of the UROWID datatype can store all kinds of rowids. The value of the COMPATIBLE
initialization parameter must be set to 8.1 or higher to use UROWID columns.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-983289/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle中的Rowid和UrowidOracle
- Oracle ROWID-1Oracle
- PLSQL Language Reference-PL/SQL資料型別-SQL資料型別-ROWID和UROWID變數SQL資料型別變數
- 文件筆記--Datatypes筆記
- ORA-00600: [qerrmObnd1], [932], [ORA-00932: inconsistent datatypes
- 【ROWID】Oracle rowid說明Oracle
- Using Byte and Char with Character Datatypes
- oracle rowidOracle
- dbms_rowid之dbms_rowid.rowid_info儲存過程使用(in out)儲存過程
- ROWID簡介
- ROWID詳解
- ORACLE ROWID (zt)Oracle
- 【優化】COUNT(1)、COUNT(*)、COUNT(常量)、COUNT(主鍵)、COUNT(ROWID)等優化
- [Elasticsearch Reference 2x] Mapping - Field datatypesElasticsearchAPP
- 轉---DBMS_ROWID.ROWID_CREATE來解決壞塊
- oracle常用包之dbms_rowid oracle rowid含義分析Oracle
- inconsistent datatypes: expected - got CLOB錯誤一例Go
- MySQL中的_rowidMySql
- oracle rowid詳解Oracle
- Oracle rowid 詳解Oracle
- Oracle ROWID-2Oracle
- oracle rowid (轉載)Oracle
- oracle rowid 的含義Oracle
- Oracle中rowid的用法Oracle
- 【oracle中rowid的用法】Oracle
- rowid一點總結
- B-tree Indexes on UROWID Columns for Heap- and Index-Organized Tables (235)IndexZed
- 索引ROWID轉換函式索引函式
- 關於rowid的應用
- rowid和rownum的區別
- rowid 以及資料儲存
- 從rowid操作相同記錄
- rowid的一點總結!
- 翻譯:《實用的Python程式設計》02_01_DatatypesPython程式設計
- mysql 5.7 _rowid虛列之一MySql
- 淺談Rowid中的行號
- SQLite資料庫中rowid使用SQLite資料庫
- Oracle 透過rowid秒優SQLOracleSQL