Change column name on migration from MS SQL Server?
Hi,
I'm moving data from MS SQL Server 2000 to Oracle 9.2.0.1.0 using Oracle Migration Workbench 9.2.0.1.7. This is a great tool.
My source database has longer column names than Oracle allows. When OMWB creates the Oracle model, it truncates, sometimes leading to 2 columns with the same name. Is there any way to edit the Oracle model before the new db is created in order to change column names?
(For example, the MS SQL Server db has columns such as
one_very_long_table_name_with_a_very_long_column_name1
one_very_long_table_name_with_a_very_long_column_name2
and OMWB generates
one_very_long_table_name_with_a_very_long
for both
I'd like to create something like
column_name1
column_name2
before the model is used.
Thanks,
Mitch