Hi !
I need to put the production database's data into the test database that i have, in the fastest possible way. The simplest solution would be to take an extract and import it into the test database. Aha ! Here lies the catch: the test database can hold only 60% of the data of the production database. I have identified 3 tables which take up 50% of the size of the production database (yup, these are denormalised tables having huge amounts of derived data in them. As to why i have these tables is another long story). Now since i can do without the data in these 3 tables, the plan is to move all the data "except" the data in these 3 tables from production to test. Well, i have more than 300+ tables and i find the solution of typing in each 20+character tablename in the export tedious.....does anyone have any suggestions for me?? SantaMufasa, Sem , Carp , and other Gods of this forum , do you have any gems of advice for me (other than "Jay , go take a walk" ) ?
Help !
Regards,
S. Jayaram Uparna .
I need to put the production database's data into the test database that i have, in the fastest possible way. The simplest solution would be to take an extract and import it into the test database. Aha ! Here lies the catch: the test database can hold only 60% of the data of the production database. I have identified 3 tables which take up 50% of the size of the production database (yup, these are denormalised tables having huge amounts of derived data in them. As to why i have these tables is another long story). Now since i can do without the data in these 3 tables, the plan is to move all the data "except" the data in these 3 tables from production to test. Well, i have more than 300+ tables and i find the solution of typing in each 20+character tablename in the export tedious.....does anyone have any suggestions for me?? SantaMufasa, Sem , Carp , and other Gods of this forum , do you have any gems of advice for me (other than "Jay , go take a walk" ) ?
Help !
Regards,
S. Jayaram Uparna .