Restricted Rowids
Restricted rowids use a binary representation of the physical address for each row selected. When
queried using SQL*Plus, the binary representation is converted to a VARCHAR2/hexadecimal
representation. The following query:
SELECT ROWID, last_name FROM employees
WHERE department_id = 30;
can return the following row information:
ROWID ENAME
------------------ ----------
00000DD5.0000.0001 KRISHNAN
00000DD5.0001.0001 ARBUCKLE
00000DD5.0002.0001 NGUYEN
As shown, a restricted rowid's VARCHAR2/hexadecimal representation is in a three-piece format,
block.row.file:
The data block that contains the row (block DD5 in the example). Block numbers are relative to their
datafile, not tablespace. Therefore, two rows with identical block numbers could reside in two
different datafiles of the same tablespace.
The row in the block that contains the row (rows 0, 1, 2 in the example). Row numbers of a given
block always start with 0.
The datafile that contains the row (file 1 in the example). The first datafile of every database is
always 1, and file numbers are unique within a database.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-983298/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Comparison of Logical Rowids with Physical Rowids
- BITMAP CONVERSION TO ROWIDS
- bitmap conversion from rowids
- Rowids in Non-Oracle DatabasesOracleDatabase
- Restrict Session與Restricted MoodRESTSession
- restricted_session_quiesce_suspendRESTSessionUI
- Restricted Mode of Instance Startup (291)REST
- Restricted Operations of the Shared Server (132)RESTServer
- Connections to NOMOUNT/MOUNTED or RESTRICTED Databases FailRESTDatabaseAI
- oracle的exclusive和restricted啟動方式OracleREST
- 淺談Oracle的受限模式(Restricted Mode)Oracle模式REST
- 12.29 Our club membership is restricted to twenty.REST
- BITMAP CONVERSION FROM ROWIDS 適用場景
- oracle sql hint提示_BITMAP CONVERSION FROM ROWIDSOracleSQL
- Django WSGI Error:class.__dict__ not accessible in restricted modeDjangoErrorREST
- 執行計劃出現BITMAP CONVERSION TO ROWIDS的解釋!
- 啟用enable restricted對資料庫進行維護REST資料庫
- Installation failed with message INSTALL_FAILED_USER_RESTRICTED錯誤AIREST
- 紅米note5安裝提示:INSTALL_FAILED_USER_RESTRICTEDAIREST
- MMNL absent for 9607 secs; Foregrounds taking over與status RESTRICTEDREST
- alter system enable restricted session 及 startup restrict 限制使用者登入RESTSession
- [Mac OS X] 如何解決 “dtrace cannot control executables signed with restricted entitlements”?MacREST
- 【RAC】資料庫的靜默狀態(QUIESCE RESTRICTED)對RAC環境的影響資料庫UIREST
- Restricted Access Forest 是一種特定的 Active Directory (AD) 架構,用於增強安全性和控制對敏感資源的訪問。這種模型將一個或多個森林用作專門的、受限的環境來管理特定的資源或服務。REST架構模型