I want to create a tablespace, do I have to specify the DATAFILE? Currently, it is written as follows.
CREATE TABLESPACE OTS1 DATAFILE 'OTS1.dbf';
If the DATAFILE was not specified, it was expected to be specified as the Oracle default value?, but if the DATAFILE was not specified, the creation of the TABLESPACE itself was impossible. So I ask you a question. Is DATAFILE a required value?
I am currently using oracle11g