Hi!<br><br>Thanks for the patches. Does generic-oracle backend support dnssec and autoserial? These are two  functionalities I'm looking for:)<br><br>Best Regards,<br>Margus Kiting<br><br><div class="gmail_quote">On 27 March 2013 16:08, a b <span dir="ltr"><<a href="mailto:tripivceta@hotmail.com" target="_blank">tripivceta@hotmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> It seems like oracle-home configuration parameter does not exist in pdns-3.2<br>
><br>
> Mar 27 07:55:16 Fatal error: Trying to set unexisting parameter 'oracle-home'<br>
<br>
</div>Hmmm, that is bad news, bad news indeed!<br>
<br>
I ran into the same problem back in the day; Aki Tuomi was kind enough to give me a patch which I applied to the pdns source code; it is attached to this e-mail, along with the goracle backend patch, for completeness.<br>

<br>
I would have thought this patch important enough to make it into the mainline source, since not only does the patch make sense, but it greatly simplifies configuring connections to the Oracle database, and helps with automation.<br>

<br>
These patches were made against pdns-3.1 source code; hopefully, they will apply against the 3.2 version as well.<br>
<br>
To apply these patches:<br>
<br>
copy the patches into the pdns top level directory, for example:<br>
<br>
cp modules-oraclebackend-oraclebackend.cc.patch modules-goraclebackend-goraclebackend.cc.patch pdns-3.2/<br>
cd pdns-3.2<br>
gpatch -p0 < modules-oraclebackend-oraclebackend.cc.patch<br>
gpatch -p0 < modules-goraclebackend-goraclebackend.cc.patch                                       <br>_______________________________________________<br>
Pdns-users mailing list<br>
<a href="mailto:Pdns-users@mailman.powerdns.com">Pdns-users@mailman.powerdns.com</a><br>
<a href="http://mailman.powerdns.com/mailman/listinfo/pdns-users" target="_blank">http://mailman.powerdns.com/mailman/listinfo/pdns-users</a><br>
<br></blockquote></div><br>