[CR #290686] Using this statement:
create database proxybdb1 with default location server.database.owner.
alter database proxydb1 for proxy_update
Or this one:
create database proxydb1 with default_location server.database.owner. for proxy_update
causes a stack trace.
Workaround: Do not use either of these statements.