Reusing Standard Columns
This topic is part of Guidelines for Data Objects Layer.
The architecture and data model of your application has been tuned for best performance. This optimization is achieved by using proper indexes, data caching, and efficient SQL generation, and also by denormalizing columns on certain tables. These denormalized columns are indexed so that the application can improve the performance of complex SQL statements by using these columns for search or sort operations instead of the columns of the original tables.
Note: Do not remap existing fields, especially those based on User
Key columns, to other columns in the same table.
Caution: Do not use custom denormalized columns without
the assistance of Oracle Advanced Customer Services. Denormalized
columns can improve performance by allowing indexes to be placed directly
on an intersection table, rather than on its master or detail table.
However, if this is configured improperly, then the data in the denormalized
column can become out of sync with its source. This can result in
several problems ranging from inconsistent sorting to corrupt data.
Contact your Oracle sales representative to request assistance from
Oracle Advanced Customer Services.