Section courante

A propos

Section administrative du site

CREATE TEMPORARY TABLESPACE

Créer un espace de table temporaire
Oracle Database SQL  

Syntaxe

CREATE TEMPORARY TABLESPACE tablespace_name
   TEMPFILE [
      'filespec' [AUTOEXTEND OFF] |
      'filespec' [AUTOEXTEND ON [NEXT int K | M] [MAXSIZE int K | M]]
   ] [EXTENT MANAGEMENT LOCAL] [UNIFORM [SIZE int K | M] ];

Description

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

Voir également

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

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