46 Securing Oracle Fusion Applications

This chapter describes issues associated with securing Oracle Fusion Applications. It includes the following topics:

46.1 General Issues and Workarounds

There are no known issues at this time.

46.2 Configuration Issues and Workarounds

This section describes configuration issues and their workarounds. It includes the following topics:

46.2.1 Manually Rebuild Index for Oracle Human Capital Management After Running Data Masking Script

Configuration of data masking in the Oracle Fusion Applications environment requires execution of the data masking script. In the Oracle Human Capital Management product family environment, the index rebuild of index FUSION.EGP_ITEM_TEXT_TL_CTX1 is excluded from the data masking script for performance and safety considerations. This means that you must manually rebuild the index after the script has been executed.

To rebuild FUSION.EGP_ITEM_TEXT_TL_CTX1, manually run one of the following DDL commands:

alter index FUSION.EGP_ITEM_TEXT_TL_CTX1 rebuild parallel;

or

alter index FUSION.EGP_ITEM_TEXT_TL_CTX1 rebuild;

The first command builds the index with the parallel option. It achieves the same result as the second command, but runs faster. (Actual performance varies depending on the database.)

46.3 Documentation Errata

There are no known issues at this time.