Importing the ODM Demo Dump File
After a successful database creation, demo data can be imported by following these steps:
1. Set the correct ORACLE_SID and ORACLE_HOME.
2. Run the following command to import the demo dump:
impdp directory= data_pump_dir dumpfile=expdp_ODM_demo.dmp logfile=expdp_ODM_demo.log schemas=CISADM
 
Note: The data_pump_dir must exist in the database created above before continuing with the import. You should also copy the expdp_ODM_demo.dmp file to the data_pump_dir. Decompress the expdp_ODM_demo.dmp.gz file first to extract the expdp_ODM_demo.dmp file. This file is in the ..\WAM\Demo directory.