Search notes:

ORA-43918: This argument must be a literal

alter session set cursor_sharing = force;

select
   to_date('no such date' default null on conversion error, 'dd.mm.yyyy')
from
   dual

See also

ORA-43907: This argument must be a literal or bind variable.
Other Oracle error messages

Index