It is not directly possible.<br><br>Guvnor uses JCR (Jackrabbit or Modeshape). <br><br>Whilst these can be configured to persist to a database the schema and content is proprietary and not easily queried. From Jackrabbit's JavaDocs:-<br>
<br><div style="margin-left:40px">"SimpleDbPersistenceManager is a generic JDBC-based PersistenceManager for Jackrabbit that persists...objects using a simple custom binary serialization format... and a very basic non-normalized database schema (in essence tables with one 'key'  and one 'data' column)."<br>
<br></div>Other people have asked the same question and I have given suggestions as to how a solution might still be available. <br><br>Please search the mailing list and have a dig around.<br><br><div class="gmail_quote">
On 16 February 2012 16:27, Rules <span dir="ltr"><<a href="mailto:8085.rahul@gmail.com">8085.rahul@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello All<br>
<br>
I have Guvnor configured to use Oracle database.<br>
I am currently reading rules from Guvnor URL directly.<br>
I was wondering if there is way to read the rules directly from the database<br>
in case of Guvnor server instance failure. Appreciate any help !!<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Read-the-rules-from-Database-written-by-Guvnor-tp3750819p3750819.html" target="_blank">http://drools.46999.n3.nabble.com/Read-the-rules-from-Database-written-by-Guvnor-tp3750819p3750819.html</a><br>
Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</blockquote></div><br>