Search notes:

Oracle SQL noun: DIRECTORY

The SQL noun directory is used to create or drop directory objects.
There is no alter directory statement.
Create an Oracle directory object (not an OS directory!):
create            directory RENES_HOME as '/home/rene';
create or replace directory RENES_HOME as '/home/rene';
drop              directory RENES_HOME;
grant read  on directory … to …;
grant write on directory … to …;

See also

ORA-22285: non-existent directory or file for … operation
The init parameter _path_prefix_create_dir is supposed to create paths in file system for CREATE DIRECTORY with PATH_PREFIX.

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...', 1759428179, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/SQL/statement/nouns/directory/index(54): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78