Search notes:

ORA-48415: Syntax error found in string [] at column []

On an Oracle 19 Database, running on Windows, the following statement threw ORA-48415: Syntax error found in string [root_dir=logical_path(:1) and physical_filename like '\trace\' and (level = 1 or level = 2) and (logical_path like '] at column [116]:
with fil as (
   select
      case when platform_name like 'Microsoft Windows %' then '\' else '/' end separator
   from
      v$database
)
select
   null
from
   fil                                          cross join
   v$diag_trace_file_contents trc                     join
   v$diag_info                inf on inf.value = trc.adr_home || fil.separator || 'trace' || fil.separator || trc.trace_filename
where
   inf.name = 'Default Trace File';

See also

Other Oracle error messages

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:51 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(51): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(66): id_of(Object(PDO), 'uri', '/notes/developm...') #2 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759612541, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #3 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/errors/ORA-48415_Syntax-error-found-in-string_at-column_(50): insert_webrequest() #4 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 51