Operations that Require Temporary Segments (26)
The following statements sometimes require the use of a temporary segment:
■ CREATE INDEX
■ SELECT ... ORDER BY
■ SELECT DISTINCT ...
■ SELECT ... GROUP BY
■ SELECT . . . UNION
■ SELECT ... INTERSECT
■ SELECT ... MINUS
Some unindexed joins and correlated subqueries can require use of a temporary
segment. For example, if a query contains a DISTINCT clause, a GROUP BY, and an
ORDER BY, Oracle can require as many as two temporary segments.
1. 以上7種情況可能用到臨時段
2. Oracle一條SQL最多可以申請兩個臨時段.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-968972/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Allocation of Temporary Segments for Temporary Tables and Indexes (28)Index
- dba_segments之segment_type='TEMPORARY'
- [0126]理解_corrupted_rollback_segments
- Cyclic Operations
- Matrix Operations
- Segments 教程
- Trees and Segments
- Solidity語言學習筆記————26、Assert, Require, Revert 和 ExceptionsSolid筆記UIException
- Overview of Segments (22)View
- [20210326]Disk file operations IO與檔案型資料庫.txt資料庫
- types of undo segments(ZT)
- Intensity Segments問題
- oracle temporary tableOracle
- require和require_once的區別UI
- 報錯ReferenceError: require is not defined,找不到requireErrorUI
- Long running Operations in OracleOracle
- require OR importUIImport
- Dba_segments詳解
- Introduction to Index Segments (24)Index
- E. Boring Segments
- audit_sys_operations引數
- Restricted Operations of the Shared Server (132)RESTServer
- require工作原理UI
- require_once()UI
- 7 、shrink table and its dependent segments
- sap.ui.require in SAP UI5 and require in nodejsUINodeJS
- [Oracle Script] Temporary Sort UsageOracle
- Restrictions on Altering Temporary TablesREST
- Oracle ASM Continuing Operations DirectoryOracleASMUI
- 等待事件:Disk file operations I/O事件
- require.contextUIContext
- php--include 、requirePHPUI
- nodejs module/requireNodeJSUI
- include與require、require_once與include_once的區別UI
- php中 include,require,include_once,require_once 的區別PHPUI
- [php]require&require_once&include&include_once的用法與區別PHPUI
- Temporary tablespaces in RAC ? Oracle databas...Oracle
- 資料庫表--temporary table資料庫