Oracle 19c upgrade, ORA-27486: insufficient privileges, utl_smtp causing issue?
Upgraded from Oracle DB 12.2 to Oracle DB 19c. No errors in upgrade, but application now getting "ORA-27486: insufficient privileges" when trying to send email. Looked at code and looks like it references UTL_SMTP for sending email. Granted EXECUTE on UTL_SMTP to EBSUSER (app user account), put still receiving error. With Oracle 19c does some sort of ACL need to be set up for UTL_SMTP or is this another error?
No errors show in the alert log.
Application can no longer send emails, email work stoppage.