Open
Description
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:
- Download utPLSQL.zip v3.1.10 and unzip file.
cd utPLSQL/source/
- Start
sqlplus MYUSER/MYUSERPWD @install.sql MYUSER
- 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:
SELECT editions_enabled
FROM dba_users
WHERE username = 'MYUSER'
---
Y