Hi PAVB

I have a similar error in exporting data, however i dont get all the errors which the above guy got, The only error i got

The previous problem occurred when calling DMSYS.DBMS_DM_MODEL_EXP.schema_info_exp

During the export all the tables data is not exported, infact the main tables have zero rows exported. The export file has no data

Now considering your reply i did a check on dba_objects

Select * from dba_objects where owner = 'DMSYS' and object_name like 'DBMS%'

However i dint find any object by the name DBMS_DM_MODEL_EXP

Can you please help.