oralce 10g中的segment type
select distinct segment_type
from dba_segments
order by segment_type
系統返回:
SEGMENT_TYPE
1
CLUSTER
2
INDEX
3
INDEX PARTITION
4
LOB PARTITION
5
LOBINDEX
6
LOBSEGMENT
7
NESTED TABLE
8
ROLLBACK
9
TABLE
10
TABLE PARTITION
11
TYPE2 UNDO
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/161195/viewspace-606624/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- dba_segments之segment_type='TEMPORARY'
- oralce 10g閃回學習(一)
- Oralce 10g 使用DBCA建立資料庫資料庫
- Kafka中的segment的介紹Kafka
- Oralce 使用SQL中的exists 和not exists 用法詳解SQL
- ORACLE中%TYPE和%ROWTYPE的使用Oracle
- Linux 10g --ORA-27125: unable to create shared memory segmentLinux
- Oralce中設定小數點位數
- Go 中 type var string 和 type var = string 的區別Go
- block/extent/segment的理解BloC
- Django中content_type的使用Django
- Java中的Type型別詳解Java型別
- ts中的type 和 interface 區別
- TypeScript中,type、interface、class的區別TypeScript
- 關於Oralce Trigger中before、after的區別
- Oralce SQL hintSQL
- HTML中input type="text"和type="password" 顯示的長度不一樣HTML
- Go 泛型語法又出 “么蛾子”:引入 type set 概念和移除 type list 中的 type 關鍵字Go泛型
- oralce中漢字轉為拼音首字母的函式(轉)函式
- Logstash 中type 和 tags
- Oracle Undo SegmentOracle
- segment tree beats
- 取消element中input type=number中的預設箭頭
- 查詢user使用那些roll segment以及等待roll segment
- BLOB和CLOB的區別以及在ORALCE中的插入和查詢操作
- Oralce RU 安裝
- oralce函式大全函式
- oralce datatype-long
- oralce轉義字元字元
- 理解 Swift 中的元型別:.Type 與 .selfSwift型別
- MYSQL中 TYPE=MyISAM 錯誤的解決方法MySql
- MYSQL中的type:index 和 Extra:Using indexMySqlIndex
- v$lock.type中的內容解釋
- Linux 6.2 安裝Oracle 10g ORA-27125:unable to create shared memory segmentLinuxOracle 10g
- Oracle 10g RAC中的DRMOracle 10g
- 10g中的transaction等待事件事件
- Linux中Type命令如何使用Linux
- 【區分】Typescript 中 interface 和 typeTypeScript