Import related query [message #191116] |
Mon, 04 September 2006 13:20 |
ab_trivedi
Messages: 460 Registered: August 2006 Location: Pune, India
|
Senior Member |
|
|
hi,
I want to import the data of the costxx_cost_master data only by using the imp command . because I have the table strucrure already there .
Can anybody help me in this regards. Please send me steps.
Bye
Ashutosh Trivedi
|
|
|
|
Re: Import related query [message #191673 is a reply to message #191116] |
Thu, 07 September 2006 12:55 |
goudelly
Messages: 52 Registered: August 2006 Location: India
|
Member |
|
|
Hi
You have dmp file you can directly import the particular table or some table only.
imp userid=system/manager@foo file=c:\foo.dmp log=c:\foo.log fromuser=foo touser=foo rows=y ignore=y table=(foo)
it will import the rows of foo table.
Thanks,
Mohan Reddy G
|
|
|