adcfgclone.pl setting default sga value to 1G when we clone 11i application clonning
In our source system we have ="s_db_sga_target" set to 5G in database context file, when we clone the database from prod to test sga_target is set to 1G. I know It is picking the defualt value from adxdbctx.tmp template file, but why it is not setting the 5G as it is in prodution. Our clone is failing because of the low sga as other parameters are depending on sga value. (732)==> grep -i sga *
adcvmdb.xml: <oa_value_params oa_var="s_db_sga_target"
adxdbctx.tmp: <SGA_TARGET oa_var="s_db_sga_target" default="1G">%s_db_sga_target%</SGA_TARGET>
adcvmdb.xml: <oa_value_params oa_var="s_db_sga_target"
adxdbctx.tmp: <SGA_TARGET oa_var="s_db_sga_target" default="1G">%s_db_sga_target%</SGA_TARGET>
Tagged:
0