Was this helpful?
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 -nodb
This command extends the employeedb database to an existing location:
extenddb -lextraloc3 -Udata employeedb
Last modified date: 03/21/2024