Stores the Performance Scan Map settings.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| scan_index | integer | not null | Number of the scan from the scan index |
| agent_id | integer | not null | Agent ID that this scan is from. |
| scan_name | varchar(80) | not null | Name of scan |
| scan_display_name | varchar(80) | with null | Display name for the scan. |
| group_name | varchar(20) | with null | Grouping (if any) that this scan is associated with. |
| group_display_name | varchar(40) | with null | Grouping name (if any) that this scan is associated with. |
| scan_type | varchar(20) | with null | Type of scan. |
| run_status | varchar(5) | with null | Run status of the scan. |
| force_collect | integer | not null | If the scan should we collected. |
| request_collect | integer | not null | Scan will be collected on the next run of the collection. |
| collector | varchar(20) | with null | Name of the collection agent. |
| integer_to_collect | integer | not null | (Not used at this time). May be used to record how many data points to collect at run time for this scan. |
| last_collect | integer | with null | Set if the data was collected on last run. |
Product Name: Unicenter Database Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| scan_index agent_id |
v$gla_data | scan_name |