2. Using Ingres Commands : extenddb Command--Extend Database to New Location : extenddb Examples
 
Share this page                  
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