If you use alter database to add space on a database device that is new to the database, the system and default segments are extended to include the new space. Thus, the scope of the system and default segments is extended each time you add a new device to the database.
If you use alter database to assign additional space on an existing database device, all the segments mapped to the existing device are extended to include the new device fragment.
alter database mydata on newdev = "2M"
sp_addsegment testseg, mydata, newdev
alter database mydata on newdev = "2M"