DeployingCustomizations in Oracle E-Business Suite Release 12.2 This documentdescribes how to deploy customizations in an Oracle E-Business Suite Release12.2 environment. Follow these instructions to ensure that your customizationsare hand
DeployingCustomizations in Oracle E-Business Suite Release 12.2
This documentdescribes how to deploy customizations in an Oracle E-Business Suite Release12.2 environment. Follow these instructions to ensure that your customizationsare handled appropriately in conjunction with the Online Patching featureintroduced in Release 12.2.
There is a change log at the end of this document.
In This Document
This document isdivided into the following divs:
- div 1: Working with Editions
- div 2: Applying Online Patches
- div 3: Developing Customizations
- div 4: Developing and Deploying Custom Database Objects
- div 5: Deploying Custom Application Tier Objects
- div 6: Component-Specific Steps for Application Tier Objects
- div 7: Troubleshooting
div 1: Working with Editions
Note: This divreplaces the div “Working with Editions” in Chapter 6,”Developer Guidelines for Customizations in an Online Patching-EnabledEnvironment,” of the Oracle E-Business Suite Developer’s Guide,Part No. E22961, in the Release 12.2.2 documentation library.
An OracleE-Business Suite Release 12.2 installation now includes two editions (versions)of the application code and seed data. The file system contains two completecopies of the Oracle E-Business Suite and technology files. In the database, weuse the Edition-based Redefinition feature to create a new database edition foreach online patching cycle.
The “RunEdition” is the code and data used by the running application. The RunEdition includes a complete application-tier file system along with all objectsand data visible in the default edition of the database. As a developer, youwill connect to the Run Edition whenever you are engaged in normal developmentactivity on the system.
The “PatchEdition” is an alternate copy of Oracle E-Business Suite code and seeddata that is updated by Online Patching. The Patch Edition includes a completecopy of the application-tier file system and editioned database code objects.The Patch Edition is only usable when an Online Patching session is inprogress. End users cannot access the Oracle E-Business Suite Patch Edition,but as a developer you may need to connect to the Patch Edition of a systemwhen applying patches or debugging problems with Online Patch execution.
The OracleE-Business Suite application-tier files are installed in a root directory ofthe customer’s choosing. Within that root directory you will now find
本文来源gao!%daima.com搞$代*!码$网3
threeimportant sub-directories:
- fs1 – file system 1 (either run or patch edition)
- fs2 – file system 2 (alternate of file system 1)
- fs_ne – non-editioned file system, for data files
The fs1 and fs2directories contain the Run Edition and Patch Edition files for OracleE-Business Suite. The “run” and “patch” file systemdesignation will switch back and forth between fs1 and fs2 for each patchingcycle. To find out which file system is the Run Edition you must look at thevalue of FILE_EDITION environment variable in the environment script for eachfile system:
$ cd /u01/R122_EBS
$ grep FILE_EDITION= */EBSapps/appl/*.env