create table city_objects ( object_id number(20), -- BIND_AS(DB::BindableNetworkId) primary key (object_id) ); grant select on city_objects to public;