select df.name, b.status
from v$backup b, v$datafile df
where df.file#=b.file#

will give you the datafile and whether it is being backed up or not (in backup mode). "NOT ACTIVE" means that the tablespace is not in backup mode, where "ACTIVE" means that it is.