[Home] [Help]
[Dependency Information]
| Object Name: | CDB_RSRC_STORAGE_POOL_MAPPING |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
resource manager rules for mapping files to storage pools in all containers
| 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 | |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT ATTRIBUTE
, VALUE
, POOL_NAME
, STATUS
, CON_ID
FROM SYS.CDB_RSRC_STORAGE_POOL_MAPPING;
SYS.CDB_RSRC_STORAGE_POOL_MAPPING does not reference any database object
SYS.CDB_RSRC_STORAGE_POOL_MAPPING is referenced by following:
PUBLIC
CDB_RSRC_STORAGE_POOL_MAPPING
|
|
|
|