Hello,
I have a problem in my database, Oracle XE 18
Every day, I have detected that it runs:
Reset NLS settings
alter session set NLS_COMP='BINARY' NLS_SORT='BINARY' NLS_CALENDAR='GREGORIAN' NLS_TERRITORY='AMERICA' NLS_LANGUAGE='AMERICAN'
I have been researching and I have obtained this information for id:
select * from apex_debug_messages where page_view_id = 3821666 order by message_timestamp asc;
This cause an error in my installation of apex:
Error processing request.
Contact your application administrator. Details about this incident are available via debug id "3821666".

Please, does anyone know how to solve this problem?
Can someone help me?
Thanks!!!!