Section courante

A propos

Section administrative du site

CREATE TABLESPACE

Créer un espace de table
Oracle Database SQL  

Syntaxe

CREATE [UNDO] TABLESPACE tablespace_name
    DATAFILE [
          'filespec' [AUTOEXTEND OFF]
      'filespec' [AUTOEXTEND ON [NEXT int K | M] [MAXSIZE int K | M]]
        ] [
           DEFAULT [COMPRESS|NOCOMPRESS] STORAGE storage_clause
       MINIMUM EXTENT int {K|M}
       BLOCKSIZE int K
       LOGGING | NOLOGGING
       FORCE LOGGING
       ONLINE | OFFLINE
       PERMANENT | TEMPORARY
       EXTENT MANAGEMENT {DICTIONARY |
       LOCAL {AUTOALLOCATE | UNIFORM [SIZE int K | M]} }
       SEGMENT SPACE MANAGEMENT {MANUAL | AUTO}
        ];

Description

Cette instruction permet de créer un espace de table.

Voir également

Article - Les géants de l'informatique - Oracle

Dernière mise à jour : Lundi, le 11 mai 2015