What is the standard way of copying data from one oracle database to another.
1) Read data from source table and copy to temp table on destination using configuration( i.e. there are more than 1 table and each table has separate temp table) 2) Right now there is no clob data, but in future clob data might be used. 3) Read everything to memory(if large data read in chunks)
Should not use Oracle links Should not use files Code should be only using C# but not any database procedures.