[Home] [Help]
[Dependency Information]
| Object Name: | WRI$_ADV_ADDM_PDBS |
|---|---|
| Object Type: | TABLE |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
SYS.WRI$_ADV_ADDM_PDBS is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CON_DBID | NUMBER | Yes | ||
| PDB_NAME | VARCHAR2 | (128) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT CON_DBID
, PDB_NAME
FROM SYS.WRI$_ADV_ADDM_PDBS;
SYS.WRI$_ADV_ADDM_PDBS does not reference any database object
SYS.WRI$_ADV_ADDM_PDBS is referenced by following:
SYS
PRVT_HDM
- show dependent code
|
|
|
|