Autoconfig is an important utility used to manage configuration in the oracle Apps environment. Oracle has already provided Autoconfig template customization to manage custom variables and customized the app’s environment. Here in this post, we will see Oracle Apps autoconfig template file location, How to customize the template for autoconfig files and many more things. These […]
Autoconfig
How to run autoconfig in oracle apps R12
Here are the steps on How to run autoconfig in oracle apps R12 including both the Database and Application Tier. It is the same for all the versions of R12 i.e R12.0., R12.1 and R12.2 Stop Services on Middle and CM Tier First, bring down all the services on Middle Tier and CM Tier a. […]
How to run Autoconfig in parallel
So far we have run Autoconfig in series mode when we are having multiple nodes. Sometimes we have a requirement for reducing the downtime for Autoconfig.In that case, we can run Autoconfig in parallel to reduce downtime. Running the autoconfig reduces the overall downtime. In this article, we are presenting How to run Autoconfig in […]
Autoconfig In Oracle R12
Introduction to Autoconfig in oracle apps R12 Autoconfig in oracle apps r12 is a tool that supports the automated configuration of an Applications instance. Autoconfig tool is a set of scripts to centralize and simplify E-Business Suite configuration management. It does so by maintaining a central repository of E-Business Suite environment information in a context file(.xml) […]
What is FND_OAM_CONTEXT_FILES used for? All about it
What is FND_OAM_CONTEXT_FILES used for? Context Files are also stored in the database.. The table that store the context files( historically) is “FND_OAM_CONTEXT_FILES” Context files in this table is stored in a huge clob column named TEXT.. In TEXT column the context file is stored as is, that is in xml format So by quering […]