Search notes:

Oracle: DBA_EXTERNAL_LOCATIONS

select
   loc.owner,
   loc.table_name,
   dir.directory_path           file_path,
   loc.location                 file_name,
   loc.directory_name,
-- tab.default_directory_name,
   tab.type_name,               -- ORACLE_LOADER
   tab.reject_limit,
   tab.access_type,             -- CLOB
   tab.access_parameters
from
   dba_external_locations   loc /* full outer */                                  join
   dba_external_tables      tab on loc.owner           = tab.owner           and
                                   loc.table_name      = tab.table_name           join
   dba_directories          dir on loc.directory_owner = loc.directory_owner and
                                   loc.directory_name  = dir.directory_name
order by
   loc.owner,
   loc.table_name
;
Github repository Oracle-Patterns, path: /Installed/data-dictionary/external/locations/joins.sql

See also

External tables
data dictionary

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...', 1758201368, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/data-dictionary/external/locations(61): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78