ORA-24248: XML DB extensible security not installed [message #549263] |
Thu, 29 March 2012 04:38 |
|
Jack14
Messages: 497 Registered: December 2011 Location: INDIA
|
Senior Member |
|
|
Hi,
When i try to gather server information by running the below query , i get error.
SQL>
SQL> select utl_inaddr.get_host_address ('Hostnamename') from dual;
select utl_inaddr.get_host_address ('Hostnamename') from dual
*
ERROR at line 1:
ORA-24248: XML DB extensible security not installed
ORA-06512: at "SYS.UTL_INADDR", line 19
ORA-06512: at "SYS.UTL_INADDR", line 40
ORA-06512: at line 1
I ran below query to see what is installed.
SQL>
SQL> select comp_name from dba_registry;
COMP_NAME
-----------------------------------------
Oracle Database Catalog Views
Oracle Database Packages and Types
Oracle Real Application Clusters
My question is do i need to install XML database to resolve this issue and is SYS user is required to perform this install?
Please clarify my questions.
Regards,
|
|
|
|
Re: ORA-24248: XML DB extensible security not installed [message #549268 is a reply to message #549263] |
Thu, 29 March 2012 05:42 |
|
Michel Cadot
Messages: 68712 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
ORA-24248: XML DB extensible security not installed
*Cause: XML DB extensible security necessary for this operation has
not been installed.
*Action: Ensure that XML DB has been installed.
Your output show XML DB is not installed, so you can't use this command.
And yes, if Oracle ask it, you have to install it to be able to use this function.
Regards
Michel
[Updated on: Thu, 29 March 2012 05:48] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|