If a tablespace has 1 data file(limit is 32gb), and the datafile has extended to its maximum, Will ASM automatically handle adding of the datafile or should I manually use the below statement to add a datafile to the tablespace.
alter tablespace TS_MASTER add datafile '+DATA' size 1g autoextend on;