Search found 1 match

by David Falana
Fri May 15, 2009 1:59 pm
Forum: Application DBA & System Administration
Topic: Migration from
Replies: 2
Views: 1574

The process is in two folds: 1. Create temporary tables to load data from external source. 2. Load data to temporary tables. 3. Write plsql code (packages, procedures) to map temporary tables to the apropriate interface tables as listed below. 4. Load data to the interface tables 5. Run appropriate ...