Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Verify XMLDB ?
klabu schrieb:
> How to verify if XMLDB is implemented ?
> 10gR2
>
> thanks
>
>
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
Best regards
Maxim Received on Fri Dec 15 2006 - 13:41:38 CST