/* Mostly about Oracle APEX, ORDS, PL/SQL and a bit of Linux in between */
When exporting an APEX app by a tool like SQLcl splitted in separated files, each SQL file will include arguments inside the Metadata export which can differ when exporting from different APEX instances. Depending on the amount of generated files, this may cause a…
When using an Interactive Grid with big data and mutiple columns, it may be helpful for the user to be able to filter the results on specific values. For this purpose, APEX offers the native filter functionality of the Interactive Grid, where the user…
Today I would like to show an example to demonstrate how you can identify all dates of occurrences of a single weekday within a period of time in PL/SQL by specifying a weekday. For a project, a form mask in APEX was needed on…
In this blog post I would like to show how to calculate public holidays in Germany within a period of time using a table function in the Oracle database. The calculation of the dates for the public holidays is made on the basis of…