alter database

Description

Increases the amount of space allocated to a database. Synchronizes proxy table metadata with tables at remote location.

Syntax

alter database database_name 
[on {default | database_device } [= size]
[, database_device [= size]]...] 
[log on { default | database_device } [ = size ]
    [ , database_device [= size]]...] 
[with override]
[for load]
[for proxy_update]]

Usage

Notealter database for proxy update drops all proxy tables in the proxy database.

See also

create database in the Reference Manual.