"The constraints of validation" do not seem to import correctly.  Is this a bug?

I boned my schema tables (file-> import-> data dictionary) and I noticed that "validation constraints" do not seem to import correctly.  While I peut see them perform a preview of the DDL, I can't understand how to modify them in the model.

If you use the table in the example below, you will notice when you double-click on TEST_DEMO , which transports you to the properties of the Table, there is no place to view or change the constraints validation.  I guess that they are subject to constraints of Table-level but they are no where.

Here is the example:

CREATE THE TABLE APEX_DEMO. TEST_DEMO

(ID NUMBER CONSTRAINT TEST_DEMO_ID_NN NOT NULL,)

APPLICATION_TYPE VARCHAR2 (30) TEST_DEMO_APP_TYPE_NN DEFAULT 'APEX' CONSTRAINT NOT NULL,.

LOG_SEVERITY VARCHAR2 (20) DEFAULT 'INFO' CONSTRAINT TEST_DEMO_LOG_SEVERITY_NN NOT NULL,

APP_USERNAME VARCHAR2 (32) TEST_DEMO_APP_USER_NN DEFAULT "S/O" CONSTRAINT NOT NULL

);

ALTER TABLE APEX_DEMO. (ADD) TEST_DEMO

CONSTRAINT TEST_DEMO_APP_TYPE_CC

CHECK (APPLICATION_TYPE ("APEX", "DATABASE", 'WEB_SERVICE'))

ENABLE VALIDATE);

ALTER TABLE APEX_DEMO. (ADD) TEST_DEMO

CONSTRAINT TEST_DEMO_LOG_SEVERITY_CC

CHECK (LOG_SEVERITY IN ("INFO", "DEBUG", "WARNING", "ERROR", "CRITICAL"))

ENABLE VALIDATE);

For column-level constraints, double-click the column name in the table properties dialog box. Detailed properties appears. Are there constraints and default values.

For the table level validation constraints, open the physical model (under relational node) and open the node of the table. Then you will see a Table Check Constraint level node. You can't go to the diagram.

Tags: Database

Similar Questions

Maybe you are looking for

  • HP slate 7 vertical strips on scereen more

    my hp slate 7 more has black and white verticle stripes on his screen right when I turn on

  • Driver laptop HP Pavilion g6 - 2290ca for windows 7 64 bit

    Hi allI want the drivers for HP Pavilion g6 - 2290ca Notebook PC driver for windows 7 64 bitcan someone help methanxs much

  • ie3sh funcionar dejo

    Encender el equipo Al me appears a cuadro than no dice as bho.dll no is encontro y despues than ie3sh funcionar dejo, ¿what hago?

  • TCP MSS adjust

    Hi all. every once in awhile, I submit my show run-config for WLCCA (405beta). I was alerted to the fact that each access point on my network as a different size of MSS 'best practices '. The message was this: It is recommended to set the MSS size to

  • Transformation of table names and a column in the logic model (CCM)

    In addition to my previous question on the transformations of the relational model logical I would like to set for the names of tables like school_units to become SchoolUnit when you do: engineer to the logic model. Ditto for the columns for attribut