View tags and view access

Nearly every operation that accesses a view refers to the view by its tag.
A view tag holds the following information:

A dynamic view must be started before it can be used. All operations that start a dynamic view refer to the view by its tag. A view without a tag cannot be started.

A snapshot or Web view does not have to be started. However, all operations that alter the contents of the view (update, for example, or checkout) must access the view database, which cannot be accessed if the view does not have a tag.

As with VOB tags, view tags are referenced by users and applications as though they were file system directories.

View tags must conform to the host platform’s file-naming conventions with respect to length and character set.


Feedback