> oracle-zone-masters-query
> Return a list of masters for the zone specified by id. Default:
>
> SELECT master
> FROM Zonemasters
> WHERE zone_id = :zoneid
>
> oracle-is-zone-master-query
> Return a row if the specified host is a registered master for the named zone.
> Default:
>
> SELECT zm.mast
> I noticed in oracle backed schema SQL, there isn't any master
> nameserver column available in Zones table.
> I can specify zone type, but not master name server if type is
> set to slave.
That is correct. "Works as designed."
SQL> desc zones
Name N
On Thu, Mar 27, 2014 at 09:10:19AM +0200, Margus Kiting wrote:
> Hi!
>
> I noticed in oracle backed schema SQL, there isn't any master nameserver
> column available in Zones table. I can specify zone type, but not master
> name server if type is set to slave.
> I also tried looking in source code,
Hi!
I noticed in oracle backed schema SQL, there isn't any master nameserver
column available in Zones table. I can specify zone type, but not master
name server if type is set to slave.
I also tried looking in source code, but could not figure out where slave
zones master nameserver should go. I