The thing to watch with the method proposed by sventhan is to make sure that there's no referential integrity issues with the table you're planning to replace by this method.
If the data in the table is referenced by other tables, part of foreign keys, etc, then you may face issues with the integrity of your data.
Carefully research any relationships between the table you're playing with and other tables in the database.
Main Topics
Browse All Topics





by: sventhanPosted on 2007-10-11 at 07:56:29ID: 20057797
If there is enough space on the machine.
a. You could restore the database into a different directory,
b. Recreate the control file (change the name of the instance in the new directory).
c. Bring up the database with the new name.
d. extract the required table and transfer it (exp/imp)