Hello,
db_create_file_dest string /u01/app/oracle/oradata/prod/
Now examine this statement :
SQL> CREATE TABLESPACE data_olap;
Tablespace is created.
Which two are true about this tablespace and its attributes?
A)The datafile is created with a name generated by the Oracle Instance.
B)The datafile size is 100M.
C)The tablespace is created with manual segment space management.
D)The datafile that is created is not auto extensible.
E)The tablespace is a dictionary managed tablespace.
I have chosen A and B ,can you please confirm,
Regards,