reg patching tables

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

reg patching tables

satish
Dear Erman,

Oracle says "Ordinary tables are created and maintained by Online Patching (and will
have an editioning view)

Application-managed tables are tables that are created and maintained by
application logic during normal application runtime:Application-managed (dynamic) tables must not have an Editioning View."

I would request you to provide one tablename for both ordinary and dynamic tables for better understanding

Thanks for all the support
Reply | Threaded
Open this post in threaded view
|

Re: reg patching tables

ErmanArslansOracleBlog
Administrator
Ordinary tables are the tables of EBS, where the actual data stored and is always there. (GL_JE_LINES)
A dynamic table, on the other hand, is created, altered, or dropped by the application at runtime.
You can think like, they are like temp tables, or stage tables, created, loaded, and dropped while EBS is doing a work. As an example, table PEH_ALL_TMP is a temporary table that gets created and populated automatically when program "Fill Employee Hierarchy" is run.
Reply | Threaded
Open this post in threaded view
|

Re: reg patching tables

satish
Thanks erman.we are clear