ALL_PART_KEY_COLUMNS
describes the partitioning key columns for the partitioned objects accessible to the current user.
Related Views
-
DBA_PART_KEY_COLUMNS
describes the partitioning key columns for all partitioned objects in the database. -
USER_PART_KEY_COLUMNS
describes the partitioning key columns for the partitioned objects owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
Owner of the partitioned table or index | |
NAME |
VARCHAR2(30) |
Name of the partitioned table or index | |
OBJECT_TYPE |
CHAR(5) |
Object type:
| |
COLUMN_NAME |
VARCHAR2(30) |
Name of the column | |
COLUMN_POSITION |
NUMBER |
Position of the column within the partitioning key |
'OraclE' 카테고리의 다른 글
SQL*Loader part.2 고급 (0) | 2010.05.25 |
---|---|
SQL*Loader part.1 입력 (0) | 2010.05.25 |
User & Privilege & Role [펌] (0) | 2010.04.06 |
TABLESPACE, SEGMENT, EXTENT [펌] (0) | 2010.03.04 |
ORA-28002 : the password will expired within N days. 해결 방법 [펌] (0) | 2010.03.02 |