Setting object type attribute options

About this task

You can set object type attributes on objects; these settings affect all users of databases having that object type. You must be in the ccm_admin role to change object types.

Substitute the appropriate option name and syntax for the option you are changing.

Procedure

  1. Set your role to ccm_admin.

    ccm set role ccm_admin

  2. Query for the type whose setting you want to change.

    ccm query -t cvtype -n misc

  3. Modify the attribute.

    ccm attr -m required_attributes @1

    This will start an editor on the attribute. Make your changes, and then save the value.

  4. Change back to your previous role.

    ccm set role previous_role

  5. Restart your session. (All users of this database must restart their sessions.)

Feedback