How to extend datafile(s) that has the same datafile(number) but in different mountpoint(location)"
/oracle/301_004/oradata/ULSD/ulsd_gidx_others10.dbf AVAILABLE
/oracle/301_004/oradata/ULSD/ulsd_gidx_others40.dbf AVAILABLE
My tablespace(datafiles) need more space. Usually i will use "alter tablespace...auto extend..next ..M maxsize.." to extend more space. I noticed that I have mistakenly created same datafiles but in the diferent location. I am puzzle what would be the next sequence number to extend the datafile? Should it be XX41.dbf or XX42.dbf, or i have to do something with the identical datafiles. There is no error so far pertaining to this creation. Please help.