There are many other background processes that are only executed if you use the conversion tool to load historical data into your production database. These programs perform the following tasks:
Key Assignment Programs. Background processes of this type assign random, clustered keys to the rows in the staging database.
A separate background process exists for every table with a system-assigned key that is supported by the conversion tool. The program names of these processes are documented in The Conversion Process (scan for all references to "Key Assignment Program" for a matrix containing these program names).
Insertion Programs. Background processes of this type insert converted rows into production from the staging database.
A separate background process exists for every table that is supported by the conversion tool. The program names of these processes are documented in The Conversion Process (scan for all references to "Insertion Program" for a matrix containing these program names).
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.