DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.PDB_PLUG_IN_VIOLATIONS

Object Details
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

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

SYS.PDB_PLUG_IN_VIOLATIONS references the following:

SchemaSYS
TablePDB_ALERT$
SYS.PDB_PLUG_IN_VIOLATIONS is referenced by following:

SchemaPUBLIC
SynonymPDB_PLUG_IN_VIOLATIONS
SchemaSYS
Package BodyPRVTEMX_DBHOME - show dependent code