Relative Content

Tag Archive for sqloracleoracle-apex

How to handle Oracle timestamp decimal separator

I have an external Oracle database. I’m trying to export table into Oracle APEX database. The problem is that the timestamp format from external database is like this 21/01/17 23:34:50,000000000 (note , just after 50), while Oracle APEX allows only ’23:34:50.000000000′ otherwise it throws error:

Oracle Apex Test IR Efficiency Changes

I am using oracle apex version 23.2.3. I have a dashboard in Oracle apex that contains multiple reports. One of which is quite large and uses several page items that contain subqueries. When I run the page through the debugger, I can see that one action written session state for item P200_LD_LAST_MONTH takes over half of the total execution time (total execution time ~ 25 seconds for larger pools of data).