kind of fighting how to properly set ords to something like maintence mode, without interupting current requests processing.
locking ords_public_user
schema responsible for creating connection pool is not working, if the pool is already acquired by ords. locking it will only prevent the connection pool from being acquired if ords needs to create the pool again.
updating ORDS_METADATA.ORDS_SCHEMAS
status column to DISABLED
have also no impact.
what i want to achieve is, lock access to endpoints resources, but let the actuall processed requests to complete.
i will implement this function with predefined reverse proxy, but for now, i am looking for something easier. is there any way?