Add datafile to another disk
My D disk where are my data files of my K001 tablespace is 85% full and I want to add new datafile to another disk G. Can I do this only with this:
ALTER TABLESPACE "K001" ADD DATAFILE 'G:\ORACLEDATA\K03.DBF' SIZE 10000M AUTOEXTEND ON NEXT 256M MAXSIZE 32676M
Or I need to do another things?
I need to create directory: create directory ORACLEDATA as ‘'G:\ORACLEDATA’ , or not?