Migrate SqlServer BigInt DataType to Ora Number data type - customizable ?
Hello,
i'm trying to migrate a sql-server 2005 db to oracle 10 using Sql-Developer v 1.2.0.
Every column having datatype bigint is converted to a Number(10,0) column.
Is it possible to customize this convertion cause i would like to have a Number(19,0) column ?
Thanks in adavance !