Ok, I think that is one way to do it. Is there any other way that I could actually retrieve the CLOB/BLOB from the old db server and load it using SQL Loader to the new db server. This is because, table A has been created in the new database with the additional column already. I do not wish to drop the table there.
Main Topics
Browse All Topics





by: hayrabedianPosted on 2002-09-25 at 01:37:49ID: 7301398
Hi,
What about to export/import table A in the new database and just after that to add the new column?