Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> constraint_type=?
Has anyone seen this before, constraint_type "?" and what does it mean?
It appears to be defined on two sys owned tables
13:00:40 >select unique(constraint_type) from dba_constraints 13:03:42 2 /
C
-
V
R
U
P
?
C
O
SQL> select owner,
constraint_name, table_name, constraint_type, search_condition, status from dba_constraints where constraint_type = '?' OWNER CONSTRAINT_NAME TABLE_NAME C SEARCH_CONDITION
STATUS
------ ----------------- ---------------------- -
14:23:44 >desc sys.WRI$_ADV_DEFINITIONS
Name
Null? Type
OWNER OBJECT_NAME SUBOBJECT_NAME OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE CREATED14-NOV-06 2006-11-14:15:26:40 VALID N N N
------------ -------------------------------
------------------------------ ---------- --------------
------------------- ---------
LAST_DDL_ TIMESTAMP STATUS T G S
--------- -------------------- ------- - - -
SYS WRI$_ADV_ABSTRACT_T 3687 TYPE 14-NOV-06
SYS WRI$_ADV_ABSTRACT_T 8919 TYPE BODY 14-NOV-06Received on Thu Jan 04 2007 - 13:41:04 CST