Materialized View Using Xmlagg(xmlelement) Function ORA-38818: Illegal Reference To Editioned Object
(Doc ID 2397763.1)
Last updated on NOVEMBER 17, 2019
Applies to:
Oracle Database Cloud Schema Service - Version N/A and laterOracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
create or replace view xxtest_sample_v#
as
select xmlagg(xmlelement("hire_date",sysdate)) result from dual;
returns the following
ORA-38818: illegal reference to editioned object APPS.XXTEST_SAMPLE_V#
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |