schema
is the schema containing the snapshot log and its master table. If you omit schema, Oracle7 assumes the snapshot log is in your own schema.
table
is the name of the master table associated with the snapshot log to be altered.
PCTFREE PCTUSED INITRANS MAXTRANS
change the values of these parameters for the snapshot log. See the PCTFREE, PCTUSED, INITRANS, and MAXTRANS parameters of the CREATE TABLE command .
STORAGE
changes the storage characteristics of the snapshot log. See the STORAGE clause .
Example
The following statement changes the MAXEXTENTS value of a snapshot log:
ALTER SNAPSHOT LOG dept STORAGE MAXEXTENTS 50