[Home] [Help]
[Dependency Information]
| Object Name: | DBA_RSRC_STORAGE_POOL_MAPPING |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
resource manager rules for mapping files to storage pools
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ATTRIBUTE | VARCHAR2 | (128) | mapping attribute | |
| VALUE | VARCHAR2 | (128) | mapping value | |
| POOL_NAME | VARCHAR2 | (128) | storage pool name | |
| STATUS | VARCHAR2 | (128) | PENDING if it is part of the pending area, NULL otherwise |
Cut, paste (and edit) the following text to query this object:
SELECT ATTRIBUTE
, VALUE
, POOL_NAME
, STATUS
FROM SYS.DBA_RSRC_STORAGE_POOL_MAPPING;
SYS
RESOURCE_STORAGE_POOL_MAPPING$
PUBLIC
DBA_RSRC_STORAGE_POOL_MAPPING
|
|
|
|