<div dir="ltr">Hi!<div><br></div><div style>Thank You all for your help. I got Oracle backend working. Now I have one minor problem.</div><div style>I'm using Oracle 11G and I'm not able to change SOA record content cell. I'm trying to create trigger which updates SOA serial after every INSERT and UPDATE in records table, but trigger get's error saying there are problem with mutating table. </div>
<div style><br></div><div style>Could someone please explain how to solve SOA serial change in oracle backend?</div><div style><br></div><div style>Thank You in advance.</div><div style>Margus Kiting</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On 28 March 2013 13:12, Aki Tuomi <span dir="ltr"><<a href="mailto:cmouse@youzen.ext.b2.fi" target="_blank">cmouse@youzen.ext.b2.fi</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The oraclebackend has dnssec turned on by default, the schema seems to support<br>
it. AXFR seems to implemented as well.<br>
<br>
To get all configuration options for oracle backend, you can run<br>
<br>
pdns_server --config --launch=oracle<br>
<br>
I am working with getting oracle xe instance to work on my devkit ubuntu<br>
and then with mr. van Dijk to get the same setup replicated on pdns jenkins<br>
for continuous testing for both goracle and oracle backend.<br>
<span class="HOEnZb"><font color="#888888"><br>
Aki<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Thu, Mar 28, 2013 at 10:06:07AM +0200, Margus Kiting wrote:<br>
> Hi,<br>
><br>
> Thanks all for infromation. I'll try this patch today. I have two more<br>
> questions. Have someone tried AXFR ACL's with oracle backend? is DNSSEC<br>
> enabled by default using oracle backend or it need some kind of<br>
> configuration flag? I cound not find any information from documentation.<br>
><br>
> Best Regards,<br>
> Margus Kiting<br>
><br>
> On 27 March 2013 22:44, a b <<a href="mailto:tripivceta@hotmail.com">tripivceta@hotmail.com</a>> wrote:<br>
><br>
> > > Actually you can fix this with /etc/ld.so.conf, just make sure the lib<br>
> > dir(s)<br>
> > > are in, say, /etc/ld.so.conf.d/oracle or /etc/ld.so.conf and run<br>
> > ldconfig.<br>
> > ><br>
> > > no need to use LD_LIBRARY_PATH<br>
> ><br>
> > That only works on GNU/Linux; if the libraries and binaries are linked<br>
> > with -R, it is not necessary to set either LD_LIBRARY_PATH nor<br>
> > /etc/ld.so.conf, and that technique works on both GNU/Linux and all the<br>
> > System V UNIXes.<br>
> ><br>
> > As an additional measure, using the $ORIGIN link editor keyword will<br>
> > encode RUNPATH and RPATH into the ELF header,<br>
> ><br>
> > [9] RUNPATH $ORIGIN:$ORIGIN/../lib:$ORIGIN/../../lib:/opt/lib<br>
> > [10] RPATH $ORIGIN:$ORIGIN/../lib:$ORIGIN/../../lib:/opt/lib<br>
> ><br>
> > ...causing the runtime linker to look in the current directory of the<br>
> > binary/library first ($ORIGIN), then in the other paths relative to the<br>
> > directory where the binary/library are<br>
> > ($ORIGIN:$ORIGIN/../lib:$ORIGIN/../../lib). This feature is supported by<br>
> > GNU ld, and ld's in Solaris, IRIX and HP-UX, and possibly other UNIX<br>
> > operating systems.<br>
> ><br>
> > After this, binary executables and libraries can be relocated anywhere, so<br>
> > long as the relative filesystem structure is preserved.<br>
> ><br>
> > The neat thing about the $ORIGIN keyword is that it causes the linker to<br>
> > always correctly find symbols in libraries and binaries, without having to<br>
> > depend on LD_LIBRARY_PATH or /etc/ld.so.conf.<br>
> ><br>
> > I would pay good money to find out why Oracle does not do this with their<br>
> > instant client libraries.<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>
<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>
</div></div></blockquote></div><br></div>