list chained row
Normal 0 0 2 false false false MicrosoftInternetExplorer4
/u01/app/oracle/product/10.2.0/db_1/rdbms/admin/utlchain.sql
Create table chained_row
create table CHAINED_ROWS (
owner_name varchar2(30),
table_name varchar2(30),
cluster_name varchar2(30),
partition_name varchar2(30),
subpartition_name varchar2(30),
head_rowid rowid,
analyze_timestamp date
);
analyze table test list chained rows;
看看table中有沒有資料?
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24237320/viewspace-731559/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Row Migration和row chainedAI
- chained rows analyzeAI
- Listing Chained Rows of Tables and ClustersAI
- list元件設定flex-direction:row之後,設定的高度不生效元件Flex
- MySQL裡的found_row()與row_count()MySql
- How to Match a Row Cache Object Child Latch to its Row CacheObject
- Script: To remove Chained Rows from a Table (Doc ID 1019556.6)REMAI
- 查詢行遷移及消除行遷移(chained rows)AI
- ORACLE ROW MOVEMENTOracle
- A. Arrow a Row
- oracle效能診斷例項-row migration and row chainOracleAI
- Metlink:How to Match a Row Cache Object Child Latch to its Row CacheObject
- Row Migration and Row Chaining(行遷移和行連結)AI
- C# List 用法list<>C#
- row cache objects latch研究Object
- ROW-NUMBER()函式函式
- 【轉載】行遷移和行連結(row chaining or row migration)AI
- Python List 列表list()方法Python
- list
- Hql總結 查詢結果動態組裝成List(map),List(bean),List(list),List(set)等格式(轉)Bean
- Python List 列表list()方法分享Python
- enq: TX - row lock contentionENQ
- Flutter 之 Row、Column詳解Flutter
- flutter佈局-2-rowFlutter
- 等待事件之Row Cache Lock事件
- Latch: Row Cache Objects (One bug?)Object
- row_number() over函式函式
- pl/sql中的row物件SQL物件
- Row Chaining and MigratingAI
- row header format (157)HeaderORM
- MySQL Binlogging Fails With Writing One Row To The Row-based Binary Log FailedMySqlAI
- int[] 、 list<int> 、 list<int>[] 的區別
- 解析MYSQL BINLOG 二進位制格式(6)--UPDATE_ROW_EVENT/DELETE_ROW_EVENTMySqldelete
- 行連結(Row chaining)和行遷移(Row Migration)的讀書筆記AI筆記
- 選出有行連線(row chain)或者是行遷移(row migeration)的表AI
- #1118 - Row size too large. The maximum row size for the used table type, not counting BLOBs
- redis listRedis
- list initialization