Previous Topic: UsageNext Topic: More Information


Examples

Defining a Database Group

This example defines two database groups, one representing all CVs that can service customer-related transactions (CUSTGRP) and another that can service finance-related transactions (FINGRP). Both groups have been included in the database name table called CUSTDBT, while only FINGRP has been included in the database name table called CORPDBT.

create dbgroup custdbt.custgrp;

create dbgroup custdbt.fingrp;

create dbgroup corpdbt.fingrp;