Running the extended attributes view tool

You can use the extended attributes view tool to generate a database view that corresponds to an existing extended attribute.

To create a corresponding view for an extended attribute, complete the following steps:

  1. Create an extended attribute on the model object.
  2. Use the extended attributes view tool to create the required SQL scripts:
    extattr_views.sh scripts
  3. Use the extended attributes view tool to create the view:
    extattr_views.sh create
  4. Optional: Query the data using an SQL command.