Section courante

A propos

Section administrative du site

ALTER MATERIALIZED VIEW / SHAPSHOT LOG

Modifie une vue matérialisé de journal de bord
Oracle Database SQL  

Syntaxe

ALTER MATERIALIZED VIEW LOG ON [schema.]table
      [
     PCTFREE int
         PCTUSED int
         INITRANS int
         MAXTRANS int
         STORAGE storage_clause
         TABLESPACE tablespace
         ALLOCATE EXTENT [( [DATAFILE filename]
                      [, SIZE int {K | M}]
                      [, INSTANCE int] )]
         LOGGING | NOLOGGING
         [CACHE | NOCACHE]
  ]
      [PARALLEL int | NOPARALLEL]
          Partitioning_options
               ADD [
   PRIMARY KEY 
               ROWID
               SEQUENCE
               (filter_column,...)
 ]
                [{INCLUDING|EXCLUDING} NEW VALUES];

Description

Cette instruction permet d'effectuer des modifications de propriété du journal de bord d'une vue matérialisé existante.

Voir également

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

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