+ Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Product
Our DBAs move database from one sever to another server , every thing works fine except XML reports , it is throwing error on following procedure
DBMS_XDB.createresource ('/public/' || fName|| '.xls', tp)
Err: "ORA:21700 OBJECT does not exists or is marked for delete"
During some RnD , I found "XDB$CONFIG" this table doesn't have any entry .
How I can resolve it ? any help ?