In preparation of the Oracle spatial workshop that i will give in the near feature i tried quickly to run my example i wrote a while ago about including Oracle Mapviewer in apex. With the fresh installation of 11g i encountered the problem that apex needed credentials for xdb. Because of the demo purpose i allowed anonymous access by running the following script with sys user:
begin
dbms_xdb.cfg_update(xmltype.insertxmlbefore(dbms_xdb.cfg_get(),'/xdbconfig/sysconfig/protocolconfig/httpconfig/authentication',
xmltype('<allow-repository-anonymous-access
xmlns="http://xmlns.oracle.com/xdb/xdbconfig.xsd">true</allow-repository-anonymous-access>')));
commit;
dbms_xdb.cfg_refresh;
end;
/
Popularity: 4% [?]
Theo van Arem is a Integration specialist working at 

