Administrator
|
This post was updated on .
This is documented.. The statement about the Ordinary tables is clear.
But first you need to understand what an ordinary table is..
"Ordinary tables are created and maintained by Online Patching (and will have an editioning view)"
Oracle says ->
---
If the application logic modifies an ordinary table at runtime, it must use the AD_DDL interface to execute the dynamic DDL.
Do not modify ordinary tables in the Run Edition while a Patch Edition exists.."
---
So, this modification is about executing DDLs, not DMLs..
|