|
Re: How to Create the database from the DMP file [message #72801 is a reply to message #72795] |
Wed, 22 October 2003 10:33 |
Thiru
Messages: 1089 Registered: May 2002
|
Senior Member |
|
|
If you have the database already, just create a user with CONNECT,RESOURCE privileges and assign default,temporary tablespaces with sufficient space and import the dumpfile into this schema using
imp user/pass file=dump.dmp fromuser=source_user touser=dest_user commit=y destroy=n feedback=10000 buffer=10240 log=imp_dump.log ...
see UTILITIES manual for more details..
-Thiru
|
|
|