Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to send Email From apex app?

CHAITANYASHAHAug 12 2021 — edited Aug 12 2021

I'm trying to send mail from oracle apex application,But i'm getting following error
ORA-04063: package body "APEX_190100.WWV_FLOW_MAIL" has errors ORA-06508: PL/SQL: could not find program unit being called: "APEX_190100.WWV_FLOW_MAIL"'
i have given ACL Priviliges also and if i try to compile i cannot compile because it has error and as it package body is wrapped i'm not able to solve error..
Thanks in advance.

Comments

LDC-Oracle

# F5 iRule can be used to filter and allow only legit PSFT servlets request to passthrough by using url whitelisting patterns, that can be found in the PIA weblogic accesslog . e.g. allow only /psp/.. /psc/../cs/ patterns as incoming urls
An front end Apache mod_rewrite, can do the same task as the F5 iRule
# Also disable the weblogic console or just firewall the port to this console (move the port to console to different than https port)
# Of course disable the http port and set the weblogic cookie to be set secure

1 - 1

Post Details

Added on Aug 12 2021
5 comments
282 views