EM13c with Database 18.1, Errors with ORA-06550: 'DBMS_OUTLN_EDIT.GENERATE_SIGNATURE'
(Doc ID 2545152.1)
Last updated on FEBRUARY 25, 2020
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Symptoms
- Running on 18.1 dbms_outln_edit.generate_signature errors with PLS-00201:
SQL> declare
sql_text varchar2(200);
gen_sig raw(16);
begin
sql_text := 'select * from v$active_session_history';
dbms_outln_edit.generate_signature(sql_text,gen_sig);
end;
/
dbms_outln_edit.generate_signature(sql_text,gen_sig);
*
ERROR at line 6:
ORA-06550: line 6, column 3:
PLS-00201: identifier 'DBMS_OUTLN_EDIT.GENERATE_SIGNATURE' must be declared
ORA-06550: line 6, column 3:
PL/SQL: Statement ignored - Also navigating in EM13c Top Activity link, this message may be seen on top activity
Changes
Upgraded to 18.1.
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 |
References |