Previous Topic

Next Topic

extenddb Command—Extend Database to New Location

The extenddb command extends databases to new or existing locations.

The extenddb command has the following format:

extenddb –llocation [-uuser] [dbname…|-nodb] [-aarea_dir]
[-Udata,ckp,jnl,dmp,work|awork] [-rraw_pct] [-drop] [-alter]

Previous Topic

Next Topic

extenddb Examples

This command extends the stockdb database to use the directory /disk1/loc1 as new data and work areas:

extenddb –lextraloc1 stockdb –a/disk1/loc1 –Udata,work

This command creates a location without extending databases to it:

extenddb –lextraloc2 –a/disk2/loc2 –Uckp,jnl –nodb

This command extends the employeedb database to an existing location:

extenddb –lextraloc3 –Udata employeedb


© 2007 Ingres Corporation. All rights reserved.