Administrator
|
As far as I understand, you are asking about deploying database tier customizations directly into the run edition of the system, while the system is running.. (like hotpatching)
There is no direct restriction for this, but this is how Oracle warns you ->
An approach that explicitly discouraged is hot patching of customizations. Applying custom changes to the run edition of the system while the system is online carries the risk of causing large chain-reaction invalidation of objects in the dependency tree of whatever is getting patched. This can cause runtime failure in user sessions, and the code may temporarily be in an inconsistent state which can lead to data corruption, runtime exceptions, or other unexpected behavior while the patch is being applied.
|