Tracking All DDL Changes: Logging Schema Modifications in Oracle Database
Sometimes at work, two developers end up editing the same package almost at the same time. One of them had been working on it since early afternoon, compiling along the way. The other opened the package body in the morning, made some changes at the e...
tomeofapex.hashnode.dev3 min read
Bruno Cardoso
APEX
Very useful. There is a application for APEX 24.1+ which lock the databases objects and also log all the changes. The name is Loki, check this out: rafal.hashnode.dev/loki-installation-and-configur…