**Describe the bug** Error installing utPLSQL v3.1.10 to my own schema. **Provide version info** utPLSQL v3.1.10 Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production **To Reproduce** Steps to reproduce the behavior: 1. Download utPLSQL.zip v3.1.10 and unzip file. 2. ```cd utPLSQL/source/``` 3. Start ```sqlplus MYUSER/MYUSERPWD @install.sql MYUSER``` 4. See error: ``` ..... create table ut_suite_cache * ERROR at line 1: ORA-38818: illegal reference to editioned object XX_APEX.UT_EXECUTABLE ``` MYUSER schema definition: ```sql SELECT editions_enabled FROM dba_users WHERE username = 'MYUSER' --- Y ```