(rwbuilder.conf) 14374587 Post Patch Instructions Would Get Overridden By Autoconfig

来源:互联网 发布:伪娘用品淘宝专卖 编辑:程序博客网 时间:2024/05/20 17:24


Goal


 After applying patch 14374587, the post patch instructions are to add new property noVoidedOutputError in the rwbuilder.conf file.
Since, each time autoconfig runs the updated information in this file would be lost?

Solution


Yes, that is true. To correct this, update the autoconfig template for the rwbuilder.conf file as follows:

1. Create a custom directory under $FND_TOP/admin/template:

mkdir $FND_TOP/admin/template/custom

2. Copy the file $FND_TOP/admin/template/rwbuilder_conf_1012.tmp to this custom directory.

3. Add <property name="noVoidedOutputError" value="yes"/>
in this file under the <cache class="oracle.reports.cache.RWCache"> section.
Ex:

<cache class="oracle.reports.cache.RWCache">
<property name="cacheSize" value="0"/>
<property name="noVoidedOutputError" value="yes"/>
<property name="cacheDir"
value="%s_logs_dir%/ora/10.1.2/reports/cache"/>
<!--property name="maxCacheFileNumber" value="max number of cache files"/-->
<!--property name="ignoreParameters" value="parameter names to be
ignored in constructing cache key, separated by comma ','"/-->
</cache>


4. The next time autoconfig is run $INST_TOP/ora/10.1.2/reports/conf/rwbuilder.conf will get generated with new content.




0 0
原创粉丝点击