status of imp
I am importing a full database export and it has been going for about day. The .dmp file is 14GB and the database was about 100GB previous. I'm thinking I should have used datapump, but I'm new to Oracle and was going by internal documentation when I started this. So my questions are
1. Is there a way to get the status of an import with Oracle 10?
2. Should I stop the import using imp and start an import using datapump?
The version of Oracle is 10.2 on Windows 2003 Server. The .dmp file was created using exp user/password file=emp.dmp full=yes and imported using imp user/password file=emp.dmp full=yes