Import and export [message #311148] |
Thu, 03 April 2008 10:15 |
plshelp
Messages: 205 Registered: January 2007
|
Senior Member |
|
|
Hi All,
I am working with a customer database(10.2.0.1) and I applied a few database definition changes to the database(DDL) like adding columns and removing columns. Now I have to test it with the customer's recent production data. If I have to import the production data, that will be only data updates to the existing tables and not full import for the schema. I am not sure how I can do that. Because when I do import with ignore=y, its just adding all the records from the export dump to the existing table which contains records before import.
I would only want to append the records that are not there in the existing table.
I dont have an option to drop the user and import all the data from the production dump because I will lose the data definition changes made to the schema.
I would appreciate any valuable suggestions.
Thank you
|
|
|
|
Re: Import and export [message #311155 is a reply to message #311148] |
Thu, 03 April 2008 10:34 |
plshelp
Messages: 205 Registered: January 2007
|
Senior Member |
|
|
Michel,
I dont quite understand the reply. You mean,the upgradation script for the import of the schema???
We just want to import the recent records to the tables in the schema and not change the data definition. Is it possible to do with the import utility?
Thanks much
|
|
|
|
Re: Import and export [message #313086 is a reply to message #311148] |
Thu, 10 April 2008 11:39 |
plshelp
Messages: 205 Registered: January 2007
|
Senior Member |
|
|
Hi Michel,
Unfortunately this is how it works I think. First upgrade the application(meaning change few table definitions in the test database) using the recent production data. Then there will be testing done with QA on this upgraded test database, and after a week or so, the most recent production data has to be imported into this test database and after that this test database will be the live production database.
And now, qa is almost done with their testing and I have to import the production data into this test database. I am still figuring out how I could do that since the table definitions have changed. Any help is appreciated. Thank you.
|
|
|
|
|