propagate
Have been using the SET_TARGET_PROPERTY_VALUE verb with the propagate to members for database systems. It has been working well.
Trying to move the routine to the more efficient/faster jython emcli scripting option.
Can't figure out how to pass the propagate to members option.
This is the specific line that we are using to invoke the set_target_property_value
print set_target_property_value(property_records=tn+":"+tt+":LifeCycle Status:"+us)
where tn = target name, tt = target type and us = lifecycle.
It works and sets the lifecycle for a thousand plus database systems ... but I need it to cascade to the cluster databases, database instances, listeners, ASM that are members of that database system.