Restrictions on Altering Temporary Tables
You can modify, drop columns from, or
rename a temporary table. However, for a temporary table you cannot:
■ Add columns of nested table type. You can add columns of other types.
■ Specify referential integrity (foreign key) constraints for an added or modified
column.
■ Specify the following clauses of the LOB_storage_clause for an added or
modified LOB column: TABLESPACE, storage_clause, logging_clause,
allocate_extent_clause, or deallocate_unused_clause.
■ Specify the physical_attributes_clause, nested_table_col_
properties, parallel_clause, allocate_extent_clause, deallocate_
unused_clause, or any of the index-organized table clauses.
■ Exchange partitions between a partition and a temporary table.
■ Specify the logging_clause.
■ Specify MOVE.[@more@]
rename a temporary table. However, for a temporary table you cannot:
■ Add columns of nested table type. You can add columns of other types.
■ Specify referential integrity (foreign key) constraints for an added or modified
column.
■ Specify the following clauses of the LOB_storage_clause for an added or
modified LOB column: TABLESPACE, storage_clause, logging_clause,
allocate_extent_clause, or deallocate_unused_clause.
■ Specify the physical_attributes_clause, nested_table_col_
properties, parallel_clause, allocate_extent_clause, deallocate_
unused_clause, or any of the index-organized table clauses.
■ Exchange partitions between a partition and a temporary table.
■ Specify the logging_clause.
■ Specify MOVE.[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-1004711/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Restrictions on Analyzing TablesREST
- Allocation of Temporary Segments for Temporary Tables and Indexes (28)Index
- Oracle Temporary Tables(Oracle 臨時表)Oracle
- ORACLE Temporary Tables臨時表更適合做插入和查詢操作Oracle
- [20181112]Private Temporary Tables Oracle Database 18C.txtOracleDatabase
- Restrictions on Create Bitmap IndexesRESTIndex
- BlockRecover Restrictions and Usage NotesBloCREST
- dba_tables,dba_all_tables,user_tables,all_tables有什麼區別
- oracle temporary tableOracle
- Oracle TablesOracle
- 如何在 SAP 電商雲裡設定 Time RestrictionsREST
- Oracle Externale TablesOracle
- Oracle - Tables/IndexesOracleIndex
- Oracle X$TablesOracle
- Oracle X$ TablesOracle
- Edit SAP tables
- Oracle Partitioned TablesOracle
- [Oracle Script] Temporary Sort UsageOracle
- Operations that Require Temporary Segments (26)UI
- Implementing App Restrictions,Building a Device Policy ControllerAPPRESTUIdevController
- MySQL 5.5 LOCK TABLES 和 UNLOCK TABLES 語句介紹MySql
- The differences between index-organized tables and ordinary tables (228)IndexZed
- ORA-25150: 不允許對區引數執行 ALTERING
- Temporary tablespaces in RAC ? Oracle databas...Oracle
- 資料庫表--temporary table資料庫
- [virtualbox] temporary failure in name resolutionAI
- Profitability Analysis – General tables
- 【oracle】user_tablesOracle
- Views and Base Tables (243)View
- Overview of Tables (154)View
- Partitioned Tables (165)
- mysql關於FLUSH TABLES和FLUSH TABLES WITH READ LOCK的理解MySql
- Oracle臨時表GLOBAL TEMPORARY TABLEOracle
- oracle的兩種global temporary table!Oracle
- Expert Tips on Drop Temporary Tablespace Hangs!!
- mysqld --skip-grant-tablesMySql
- Create Reference-Partitioned Tables
- kill flush tables的思考