8000 Install error "ORA-38818: illegal reference to editioned object MYUSER.UT_EXECUTABLE" · Issue #1161 · utPLSQL/utPLSQL · GitHub
[go: up one dir, main page]

Skip to content
Install error "ORA-38818: illegal reference to editioned object MYUSER.UT_EXECUTABLE" #1161
Open
@jashka34

Description

@jashka34

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:

SELECT editions_enabled
FROM dba_users
WHERE username = 'MYUSER'
---
Y

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0