ORA-38818: illegal reference to editioned object APPLSYS.AQ$_WF_NOTIFICATION_OUT_V
(Doc ID 2659051.1)
Last updated on JULY 05, 2022
Applies to:
Oracle Workflow - Version 12.2.7 to 12.2.7 [Release 12.2]Information in this document applies to any platform.
Symptoms
While trying to create wf_notification_out queue using : How To Manually Recreate WF_NOTIFICATION_OUT (Doc ID 400493.1)
begin
dbms_aqadm.create_queue
(
queue_name => 'WF_NOTIFICATION_OUT',
queue_table => 'WF_NOTIFICATION_OUT',
max_retries => 5,
retry_delay => 3600,
retention_time => 86400,
comment => 'Workflow JMS Topics'
);
exception
when others then
raise_application_error(-20000, 'Oracle Error Mkr4= '
||to_char(sqlcode)||' - '||sqlerrm);
end;
/
Below error occurs
*
ERROR at line 1:
ORA-20000: Oracle Error Mkr4= -38818 - ORA-38818: illegal reference to
editioned object APPLSYS.AQ$_WF_NOTIFICATION_OUT_V
ORA-06512: at line 13
ERROR at line 1:
ORA-20000: Oracle Error Mkr4= -38818 - ORA-38818: illegal reference to
editioned object APPLSYS.AQ$_WF_NOTIFICATION_OUT_V
ORA-06512: at line 13
Changes
October 2019 PSU on 12.2
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 |