Hello All,
I've a problem/issue after upgrading from oracle 11.2.0.3 to 11.2.0.4 .on Linux RAC cluster
(
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options )
exec contact_utils.utils.p_send_email_direct( 'subject in test email' , 'body in test email' , 'scott.tiger@abc.com' , 'scott.tiger@abc.com' , 'scott.tiger@abc.com' );
ORA-24248: XML DB extensible security not installed
ORA-06512: at "SYS.UTL_TCP", line 17
ORA-06512: at "SYS.UTL_TCP", line 267
ORA-06512: at "SYS.UTL_SMTP", line 161
ORA-06512: at "SYS.UTL_SMTP", line 197
ORA-06512: at "CONTACT_UTILS.UTILS", line 213
ORA-06512: at line 1
> select COMP_NAME,VERSION,STATUS from dba_registry;
COMP_NAME VERSION STATUS
---------------------------------------- -------------------- --------------------
Oracle XML Database 11.2.0.4.0 INVALID
Oracle Application Express 3.2.1.00.12 INVALID
OLAP Catalog 11.2.0.4.0 VALID
Spatial 11.2.0.4.0 INVALID
Oracle Multimedia 11.2.0.4.0 INVALID
Oracle Text 11.2.0.4.0 VALID
Oracle Expression Filter 11.2.0.4.0 VALID
Oracle Rules Manager 11.2.0.4.0 INVALID
Oracle Workspace Manager 11.2.0.4.0 VALID
Oracle Database Catalog Views 11.2.0.4.0 VALID
Oracle Database Packages and Types 11.2.0.4.0 INVALID
JServer JAVA Virtual Machine 11.2.0.4.0 INVALID
Oracle XDK 11.2.0.4.0 VALID
Oracle Database Java Packages 11.2.0.3.0 INVALID
OLAP Analytic Workspace 11.2.0.4.0 INVALID
Oracle OLAP API 11.2.0.4.0 INVALID
any expert suggestion would be highly appreciated
Thanks in advance .