I would like to compare two files XDBResource.xsd from two different DB
566313Apr 12 2008 — edited Apr 12 2008Hi!
Question I.
I would like to compare two files XDBResource.xsd from two different DB Instance - Oracle Database 10g Standard Edition Release 10.2.0.1.0 &
Oracle Database 10g Express Edition Release 10.2.0.1.0. Both DBServers installed on Windows (2000 Adv Ser. & XP Prof.).
How can I do it?
Using WebBrowser with such address :
http://HOST:8080/sys/schemas/PUBLIC/xmlns.oracle.com/xdb//XDBResource.xsd
returns error :
Ссылка на необъявленный префикс пространства имен: ''xdb''. Ошибка при обработке ресурса ''http://127.0.0.1:8080/sys/schema...
<schema xdb:schemaURL="http://xmlns.oracle.com/xdb/XDBResource.xsd" targetNamespace="http://xmlns.oracle.com/xdb/XDBResou...
although :
http://HOST:8080/sys/schemas/PUBLIC/xmlns.oracle.com/xdb/XDBStandard.xsd
returns full content of XDBStandard.xsd.
Why!
Question II. What password has XDB user?
Sanks for all...