水煮oracle30----tablespace建立autoextend介紹
tablespace引數管理---autoextend
1》For Oracle Managed Files:
If you specify SIZE, then Oracle Database creates a file of the specified size with AUTOEXTEND disabled.
If you do not specify SIZE, then the database creates a 100M file with AUTOEXTEND enabled. When autoextension is required, the database extends the file by its original size or 100MB, whichever is smaller. You can override this default behavior. by specifying the NEXT clause.
2》For user-managed files, with or without SIZE specified, Oracle creates a file with AUTOEXTEND disabled.
解釋:以oracle管理資料檔案
---如果在建立表空間資料檔案時,如果指定了檔案的大小(即:size 100M),如果後邊autoextend引數
為預設,則此時autoextend是off的;
---如果在建立表空間資料檔案時,如果沒有指定了檔案的大小(即:size 100M),如果後邊autoextend引數
為預設,則此時autoextend是on的;
提示:windows下本人測試好像必須帶size引數;
檢視是否為自動擴充:
select autoextensible from dba_data_files;
1》For Oracle Managed Files:
If you specify SIZE, then Oracle Database creates a file of the specified size with AUTOEXTEND disabled.
If you do not specify SIZE, then the database creates a 100M file with AUTOEXTEND enabled. When autoextension is required, the database extends the file by its original size or 100MB, whichever is smaller. You can override this default behavior. by specifying the NEXT clause.
2》For user-managed files, with or without SIZE specified, Oracle creates a file with AUTOEXTEND disabled.
解釋:以oracle管理資料檔案
---如果在建立表空間資料檔案時,如果指定了檔案的大小(即:size 100M),如果後邊autoextend引數
為預設,則此時autoextend是off的;
---如果在建立表空間資料檔案時,如果沒有指定了檔案的大小(即:size 100M),如果後邊autoextend引數
為預設,則此時autoextend是on的;
提示:windows下本人測試好像必須帶size引數;
檢視是否為自動擴充:
select autoextensible from dba_data_files;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23890223/viewspace-773577/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- CSS 建立介紹CSS
- javascript建立物件簡單介紹JavaScript物件
- LVM詳細介紹及建立LVM
- 執行緒介紹及建立方式執行緒
- 資料表建立引數介紹(一)
- 資料表建立引數介紹(二)
- 資料表建立引數介紹(三)
- 資料表建立引數介紹(四)
- 簡單介紹 Vue 3.0 專案建立Vue
- javascript建立名稱空間簡單介紹JavaScript
- MySQL Key分割槽表建立方法介紹MySql
- 建立XMLHttpRequest物件效能優化簡單介紹XMLHTTP物件優化
- html5中canvas元素建立畫布介紹HTMLCanvas
- javascript建立、讀取或者刪除cookie簡單介紹JavaScriptCookie
- MongoDB資料庫建立的基本規範簡要介紹MongoDB資料庫
- pyqt5建立主視窗(介紹視窗型別)QT型別
- 介紹
- Oracle建立自增欄位方法-ORACLE SEQUENCE的簡單介紹Oracle
- LAMP架構介紹、MYSQL介紹、安裝LAMP架構MySql
- php介紹PHP
- CSRedisCore 介紹Redis
- BitMap介紹
- GeoServer介紹Server
- RabbitMQ 介紹MQ
- 模式介紹模式
- Pyzmq介紹MQ
- Java介紹Java
- css介紹CSS
- kafka介紹Kafka
- 【RESTEasy 介紹】REST
- Kafka 介紹Kafka
- PostgreSQLHooK介紹SQLHook
- nginx介紹Nginx
- 埠介紹
- MongoDB介紹MongoDB
- docker 介紹Docker
- TypeScript介紹TypeScript
- Smbclient介紹client