Hi.
Originally you said the path was "/mnt/erp/". Now you are saying it is "/mtn/erp".
You say at the start of this post the file is called "file.dmp", but in the imp utility you say it is called "FW_LIVE_09_29_2012_12_15_26.dmp". How do you expect anything to work if you can;t even make up your mind what the file location and file name actually are?
When you decide what your file is actually called, you can do something like this,
- Code: Select all
imp userid=username/password file=/mnt/erp/file.dmp log=/mnt/erp/file.log.log [addiitonal parameters]
Notice the additional parameters. You will need these to determine what type of import you are doing. If you want to import the whole file contents, then this will be "full=y". The parameters are described in the manual.
http://docs.oracle.com/cd/E11882_01/ser ... m#i1021478Cheers
Tim...