klabu schrieb:
> "Maxim Demenko"
>> If the installation was correct, this component will be registered.
>>
>> sys_at_ORA102> select comp_name,version,status from dba_registry where
>> comp_name like '%XML%';
>>
>> COMP_NAME VERSION STATUS
>> ------------------------------ ------------------------------
>> ------------------------------
>> Oracle XML Database 10.2.0.2.0 VALID
>>
>
>
> I get this ok:
>
> COMP_NAME
> VERSION STATUS
> --------------------------------------------------------------------------------
> ------------------------------ --------------------------------------------
> Oracle XML Database
> 10.2.0.1.0 VALID
>
>
> But I googled, an Oracle.com doc says:
>
> "Confirm that Oracle XML DB is installed using the following command:"
> select XDBUriType('/xdbconfig.xml').getXML() from dual;
>
>
> But I get:
>
> ORA-31050: Access denied
> ORA-06512: at "SYS.XDBURITYPE", line 30
>
>
>
>
Under which account you ran this query?
Have you looked, whether all objects are valid? Maybe, that is only acl
issue ( if your user has not enough privileges), maybe the installation
was incorrect ( often, if there was not enough memory during execution
of catqm).
You can consider also to post your question on OTN XML DB forum ( quick
search on ORA-31050 or xdbconfig.xml gives some matches ).
Best regards
Maxim
Received on Fri Dec 15 2006 - 15:10:02 CST