February 2023 archive

Generate APEX application checksum in PL/SQL

In Oracle APEX, generating the application checksum is useful to compare if the application you have running in one workspace is an exact copy of the application running somewhere else. To create this checksum, you can go into Utilities -> Application Checksum. However, it is not very well documented how you could generate this checksum …

Continue reading