EBS 12.1.3: Changing parameter values with Unix commands instead of OAM GUI?
We’re planning to use automated deployment tool in our Oracle EBS R12.1.3 environments. This tool could take care of the configuration changes by reading new parameter values from the version control repository, and then, use Unix commands (e.g. sed) to replace old parameter values with the new values in EBS configuration files. After changing the values, we would run the AutoConfig to make the changes applied to the Context File.
My experience on EBS is limited, and hence, I only know that the safe way to edit configuration values (e.g. APPLTMP & APPLPTMP directories, log paths etc.) is via Oracle Applications Manager (OAM) graphical user interface, and then, running AutoConfig (which will override the context file).