Section courante

A propos

Section administrative du site

CREATE CLUSTER

Créer une unité d'allocation
Oracle Database SQL  

Syntaxe

CREATE CLUSTER schema.cluster(col1 type, col2 type...)
   [
      PCTUSED int
      PCTFREE int
      INITRANS int
      MAXTRANS int
      SIZE int K | M
      TABLESPACE tablespace_name
      STORAGE storage_clause
      INDEX | [SINGLE TABLE] HASHKEYS int [HASH IS expression]
      PARALLEL parallel_clause
   ] [ROWDEPENDENCIES|NOROWDEPENDENCIES] [CACHE|NOCACHE];

Description

Cette instruction permet de créer une unité d'allocation pour les tables.

Voir également

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

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