hi folks, I am very happy about the new enum domains in PL/SQL. They are very useful and can make the code much more maintainable. But I struggled over a problem. When I create an enum domain like create domain MY_TEST_ENUM as enum ( text1 = 'text1', text2 = 'text2', text3 = 'te