* Add support of Oracle NCLOB columns in order to use data more than 2000 char we have to use NCLOB ,in oracle we have to explicitly say the column is NCLOB otherwise it would be considered Nvarchar(2000) * remove unnecessary package source
Fixes #2426