Hi,
I am trying to load XML file into tables.
I have created XML topology for this, using external DB (XML_USER), and based on this topology i have created Model.
After done reverse engineer, all respective tables are loaded into Model, then created interface.
When i ran that interface i am getting "ora-00903 Invalid Table" Error in LKM source side (XML_USER).
When I was tested the XML topology connection, its looks good and tables are loaded into XML_USER, But all tables are loaded like XML_USER_<Table_Name> ( XML_USER_Book)
But from LKM its selecting table like ".<Table_Name> ( select * from .book@XML_USER), But in XML_USER schema tables are loaded like XML_USER_Book.
Could you please let me know where am i doing mistake.






Thanks in Advance.