[Home] [Help]
[Dependency Information]
| Object Name: | PDB_PLUG_IN_VIOLATIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Contains descriptions of reasons for PDB or a non-CDB plug-in violations
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TIME | TIMESTAMP(6) WITH TIME ZONE | (13) | Yes | Time the vilation happened |
| NAME | VARCHAR2 | (30) | Yes | A name of a non-CDB or a PDB to which this record applies |
| CAUSE | VARCHAR2 | (64) | Number identifying a specific reason why a PDB or a non-CDB violations | |
| TYPE | VARCHAR2 | (9) | Type of the violation | |
| ERROR_NUMBER | NUMBER | Oracle error number of this violation | ||
| LINE | NUMBER | Yes | Line number for the violation message | |
| MESSAGE | VARCHAR2 | (4000) | Yes | An explanation of a reason why a PDB or a non-CDB violations |
| STATUS | VARCHAR2 | (9) | Status of the violation | |
| ACTION | VARCHAR2 | (4000) | Actions to take to resolve the violations |
Cut, paste (and edit) the following text to query this object:
SELECT TIME
, NAME
, CAUSE
, TYPE
, ERROR_NUMBER
, LINE
, MESSAGE
, STATUS
, ACTION
FROM SYS.PDB_PLUG_IN_VIOLATIONS;
SYS
PDB_ALERT$
PUBLIC
PDB_PLUG_IN_VIOLATIONS
SYS
PRVTEMX_DBHOME
- show dependent code
|
|
|
|