顯示資料庫所有分割槽表的資訊:dba_part_tables
顯示當前使用者可訪問的所有分割槽表資訊:all_part_tables
顯示當前使用者所有分割槽表的資訊:user_part_tables
顯示表分割槽資訊 顯示資料庫所有分割槽表的詳細分割槽資訊:dba_tab_partitions
顯示當前使用者可訪問的所有分割槽表的詳細分割槽資訊:all_tab_partitions
顯示當前使用者所有分割槽表的詳細分割槽資訊:user_tab_partitions
顯示子分割槽資訊 顯示資料庫所有組合分割槽表的子分割槽資訊:dba_tab_subpartitions
顯示當前使用者可訪問的所有組合分割槽表的子分割槽資訊:all_tab_subpartitions
顯示當前使用者所有組合分割槽表的子分割槽資訊:user_tab_subpartitions
顯示分割槽列 顯示資料庫所有分割槽表的分割槽列資訊:dba_part_key_columns
顯示當前使用者可訪問的所有分割槽表的分割槽列資訊:all_part_key_columns
顯示當前使用者所有分割槽表的分割槽列資訊:user_part_key_columns
顯示子分割槽列 顯示資料庫所有分割槽表的子分割槽列資訊:dba_subpart_key_columns
顯示當前使用者可訪問的所有分割槽表的子分割槽列資訊:all_subpart_key_columns
顯示當前使用者所有分割槽表的子分割槽列資訊:user_subpart_key_columns
ORACLE中如何檢視分割槽表資訊
顯示分割槽表資訊 顯示資料庫所有分割槽表的資訊 dba part tables 顯示當前使用者可訪問的所有分割槽表資訊 all part tables 顯示當前使用者所有分割槽表的資訊 user part tables 顯示表分割槽資訊 顯示資料庫所有分割槽表的詳細分割槽資訊 dba tab par...
Oracle分割槽表資訊的查詢
檢視所有使用者分割槽表及分割槽策略 1 2級分割槽表均包括 select p.table name as 表名,decode p.partitioning key count,1,主分割槽 as 分割槽型別,p.partitioning type as 分割槽型別,p.column name as ...
Oracle分割槽表
1 範圍分割槽 range create table range part tab id number,deal date date,area code number,contents varchar2 4000 partition by range deal date partition p201...