Apologies...I wrote that too soon as I dredged old code and believe I found the answer:
SQL> SELECT
DISTINCT RDB$OWNER_NAME AS DATABASE_OWNER FROM RDB$RELATIONS WHERE(RDB$SYSTEM_FLAG
= 1);
DATABASE_OWNER
========================================================================
XXXXXXX
If this is correct, sorry for the noise but at least this can serve as a reference for anyone searching this group. If wrong, please let me know.
Thanks,
David