in multi-versioned oracle geodatabase i have reconcile and post on one version and updates appear on default version but other users' versions is not updated so; how can i update other versions and is there any way to automate?
Reconcile other user's version with Default.
Automate: use Reconcile tool in a script and schedule as you need.
i tried but it creates conflicts with each version (conflicts contains changes)
A general suggestion - the City I work at automates this by running a Python script at night which Reconciles all versions so as to update them to Default. If any Conflicts arise, it stops and sends a message to the SDE Administrator notifying them of which versions had Conflicts. It is then up to the individual Version owners to resolve these Conflicts. Maybe you could implement the same process? I don't have the Python code for this, but hopefully some GeoNet users can point you towards a sample copy.
Chris Donohue, GISP
good idea i will try to work on it
Edit - ignore this - just noticed someone else previously posted the information I just found.
Chris Donohue, GISP
Here is the documentation on this: Use Python scripting to batch reconcile and post versions—ArcGIS Help | ArcGIS Desktop
It is a good place to start for automation.