Importing full database from the exported backup [message #202944] |
Mon, 13 November 2006 07:01 |
Brayan
Messages: 315 Registered: June 2002
|
Senior Member |
|
|
Hi,
I have exported etire database using FULL=Y.
1. Now, I want to import the dump into the same database. Do I need to drop all objects from all tables or just truncate will do.
2. What About system tablespace, do I need to drop/truncate all the objects here also???.
Regards,
Ronald.
|
|
|
Re: Importing full database from the exported backup [message #202945 is a reply to message #202944] |
Mon, 13 November 2006 07:05 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
>> into the same database
Why? did you loose some data?
>> Do I need to drop all objects from all tables or just truncate will do.
dropping is better.
If there are too many parent/child keys, you have truncate in particular order or run the truncate script multiple times.
>> What About system tablespace, do I need to drop/truncate all the objects here also???.
Do not even think about doing it. Just leave it as is.
Search forum!. There are about a zillion examples/pros & cons on this.
Regards
[Updated on: Mon, 13 November 2006 07:09] Report message to a moderator
|
|
|
|
|
|
|
|