2 Day Developer > Managing Database Objects > Managing Tables > Disabling and Enabling a Co...
Disabling and Enabling a Constraint |
Previous |
Next |
You can use Object Browser to disable or enable a constraint.
To disable and enable a constraint:
Log in to the Database Home Page. See "Logging in to the Database Home Page".
On the Database Home Page, click the Object Browser icon.
In the Object list, select Tables then click the personal_info
table that you previously created.
Click the Constraints tab.
Click the Disable button.
On the Disable Constraint page, select the check constraint that you created on the dependents_claimed
column (PERSONAL_INFO_CHECK_CON
). See "Viewing Existing Constraints" to determine the name of the constraint.
Click the Next button.
Click the Enable button on the Constraints tab.
On the Enable Constraint page, select the check constraint that you created on the dependents_claimed
column (PERSONAL_INFO_CHECK_CON
). See "Viewing Existing Constraints" to determine the name of the constraint.
Click the Next button.
Click the Finish button to complete the action.