import demo file failed
pacossDec 5 2005 — edited Dec 5 2005i'been reading MapViewer users guide and for the purpose of demo i should import the demo 'mvdemo.dmp' file into 10g db under the supplied user 'scott'. pdf (1.7 getting started using MapVierwer, pgs: 1-28, 1-29) says i should use the following command:
imp SCOTT/TIGER FILE=mvdemo.dmp FULL=Y
i started sql *plus, logged in as scott and tried to execute stated command, but it failed, and this is the error:
SP2-0734: unknown command beginning "imp SCOTT/..." - rest of line ignored.
i've also tried to import this file using oem import wizard, but when executing import also got the following error message:
There is a problem reading from the import files: ORA-39143: dump file "D:\BackUp\Oracle_backup\Import\mvdemo.dmp" may be an original export dump file
what's wrong?