Search notes:

Oracle: Init parameter DB_CREATE_FILE_DEST

If db_create_file_dest is not specified and create tablespace is executed without datafile clause, the following statement throws the error ORA-02199: missing DATAFILE/TEMPFILE clause.
create tablespace ts_xyz;
Setting db_create_file_dest allows to use the same statement to create a tablespace:
alter system set db_create_file_dest='/opt/oracle/oradata/FREE/tq84_pdb_01' scope = both;

Oracle ASM storage

Use Oracle ASM storage:
alter system set db_create_file_dest = +DATA …;

See also

Oracle Managed File
Oracle recommends to set the value of db_create_file_dest to a different value than that of db_recovery_file_dest
init parameters

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758198904, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/adminstration/init-parameters/db/create/file_dest(53): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78