help to import .dmp file to APEX
725111Oct 7 2009 — edited Oct 7 2009Hi All,
I have a question about export and import .dmp file to APEX.
I'm working on a data mining application based on database 11g. I managed to export the data mining model to a .dmp file using oracle data miner (ODM). now I wanna to know how to import this dmp file to the online schema (for example the free apex hosting). I used DBMS_DATA_MINING.EXPORT_MODEL and DBMS_DATA_MINING.IMPORT_MODEL and it's work in my computer.
thanks