Copy table from one database to another


/ Published in: XML
Save to your folder(s)

This Scriptella ETL script copies all rows from Src_Table to Dest_Table.
Src_Table contains the following columns: id, first_name, last_name
Dest_Table contains the following columns: id, name
The name column of the Dest_Table is produced by a concatenation of first_name and last_name from the Src_Table
This example demonstrates HSQLDB-To-Oracle copy procedure, although it works between virtually any databases.

URL: http://scriptella.javaforge.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.