Summary of DBMS_ROWID Subprograms
Table 111-5 DBMS_ROWID Package Subprograms
| Subprogram | Description |
|---|---|
|
Returns the block number of a | |
|
Creates a | |
|
Returns the type and components of a | |
|
Returns the object number of the extended | |
|
Returns the file number of a | |
|
Returns the row number | |
|
Returns the absolute file number associated with the | |
|
Converts a | |
|
Converts an extended | |
|
Returns the | |
|
Checks if a |
example
select DBMS_ROWID.ROWID_OBJECT(rowid) "OBJECT",
DBMS_ROWID.ROWID_RELATIVE_FNO(rowid) "FILE",
DBMS_ROWID.ROWID_BLOCK_NUMBER(rowid) "BLOCK",
DBMS_ROWID.ROWID_ROW_NUMBER(rowid) "ROW"
from t1 where rowid = 'AAAMijAAFAAAAAPAAS';
OBJECT FILE BLOCK ROW
---------- ---------- ---------- ----------
258 1 2082 0
http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28419/d_rowid.htm
댓글 없음:
댓글 쓰기