I have a requirement to move data from schema1 to schema2 on same oracle 9 server. The tables in schema2 have less number of columns as in schema1. For example schema1.table1 has 10 columns and shema2.table1 has 7 columns. I am debating whether I should use an ETL tool to do that or write a store proc. I want a cost effective, less maintenance and fast implementation solution. I am looking for your ideas.
Thanks.
Thanks.