<docbook><section><title>ODSWikiTroubleshooting</title><bridgehead class="http://www.w3.org/1999/xhtml:h2">ODS Wiki Troubleshooting</bridgehead>
<bridgehead class="http://www.w3.org/1999/xhtml:h3">How Can I Enable the Cluster Versioning?</bridgehead>
<para>By default the cluster versioning is set to on when creating the cluster.
 However, you can manually enable it with the following execution: </para>
<programlisting>-- to avoid errors on dav_res triggers
set triggers off;  
-- enable the version control
DB.DBA.DAV_SET_VERSIONING_CONTROL (&#39;/DAV/home/dav/wiki/VOS/&#39;, NULL,  &#39;A&#39;, &#39;dav&#39;, &#39;dav_pwd_here&#39;);
</programlisting><para> <ulink url="CategoryODS">CategoryODS</ulink> <ulink url="CategoryWiki">CategoryWiki</ulink> </para>
</section></docbook>