Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_WARNING_SETTINGS

ALL_WARNING_SETTINGS displays information about the warning parameter settings for the objects accessible to the current user.

Related Views

Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the object
OBJECT_NAME VARCHAR2(30) NOT NULL Name of the object
OBJECT_ID NUMBER NOT NULL Object number of the object
OBJECT_TYPE VARCHAR2(12)   Type of the object:
  • PROCEDURE

  • FUNCTION

  • PACKAGE

  • PACKAGE BODY

  • TRIGGER

  • TYPE

  • TYPE BODY

WARNING VARCHAR2(40)   Warning number or category:
  • INFORMATIONAL

  • PERFORMANCE

  • SEVERE

  • ALL

SETTING VARCHAR2(7)   Value of the warning setting:
  • DISABLE

  • ENABLE

  • ERROR