IMPORT [message #190311] |
Wed, 30 August 2006 02:57 |
raza_oca
Messages: 10 Registered: August 2005 Location: india
|
Junior Member |
|
|
HI,
Can any one explan me the syntax to import a dmp file to oracle. i hadn't ryied it before. thank you
|
|
|
|
Re: IMPORT [message #190677 is a reply to message #190311] |
Thu, 31 August 2006 12:50 |
goudelly
Messages: 52 Registered: August 2006 Location: India
|
Member |
|
|
Hi,
For ex you have a dump file of scott user then follow below code and before this you have scott user and with out any schema objects in it.. or else it will generate the errors..
c:\>imp userid=system/manager@orcl fromuser=scott touser=scott file=c:\abcd.dmp log=c:\abcd.log
the above code will import the scott user .dmp file in to your oracle databse.
thanks,
Mohan Reddy G
|
|
|