Symantec logo
Accessing dynamic performance views

 To access dynamic performance views

  1. Confirm that the Veritas mapping library for Oracle file mapping has been enabled:

    SQL> select lib_idx idx, lib_name name, vendor_name vname, \

    path_name path from v$map_library;

  2. After storage mapping has been enabled, Oracle datafiles can be mapped using the DBMS_STORAGE_MAP package.

    For more information about various features and capabilities of the DBMS_STORAGE_MAP package, see your Oracle documentation.

  3. Use SQL commands to display the mapping information that is captured in Oracle's dynamic performance views.