Subject Re: [IBO] How to detect (Re)Creation of Schema Cache?
Author Artur Anjos
The best approach that I find to this problem was to "keep it under our
control": we rebuild the schema cache, zip all files, and put it on the
database as a blob.
Clients update the schema cache from that blob. This is amazing fast,
and is completely in your control.

Artur