|
Modify this query with your field names:
update KENV_ENVIRONMENTS ee
set ee.visible_user_data6 = NULL, ee.user_data6 = NULL,
-- ee.visible_user_data8 = NULL, ee.user_data8 = NULL,
-- ee.visible_user_data9 = NULL, ee.user_data9 = NULL,
where ee.enabled_flag = 'Y'
and ee.environment_name = 'theenvironmentnameyoucantopen'
Run the update, followed by a 'commit', and then go back to the environment workbench and click on the environment.
If the environment still does not open, then un-comment the next line, re-run the update, do the commit, and click on the environment again.
Do this as many times as required until the dialog for the environment opens!
|