After a partial restore with rebuild option, excluded tablespaces should be in restore pending state (for db using archival logging). You should be able to drop tablespaces in this state. For sql0282n, some table parts (ie, data/index/lobs) are defined in separate tablespaces. You can drop these related tablespaces using one command (ie. drop tablespaces <data>, <index>, <lob>).