Problem importing Oracle dmp from server to a laptop
on Wed 19 of May, 2010 05:43 MDT, by AlanF
I want periodically to move the BI-Cycle LRCM tables from the server to my laptop where I have my BI-Cycle LRCM program running. I try to do this with an export and import respectively. That way, whenever I want, I can switch BI-Cycle from using the server's Oracle database to the local database on my laptop. I can conveniently perform my reliability analyses without having to be connected to the network.
The import begins well indicating that Oracle on the server uses character set WE8ISO8859P1 and that the laptop Oracle uses AL32UTF8. And it indicates "conversion possible".
However, during the import I got occasional Oracle Error 12899 indicating that data was too large for the column. (e.g. valeur trop grande pour la colonne ... reelle : 26, maximum : 25)
I set the NLS_LANG on the laptop to NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1 but that did not help.
Problem importing Oracle dmp from server to a laptop
The import begins well indicating that Oracle on the server uses character set WE8ISO8859P1 and that the laptop Oracle uses AL32UTF8. And it indicates "conversion possible".
However, during the import I got occasional Oracle Error 12899 indicating that data was too large for the column. (e.g. valeur trop grande pour la colonne ... reelle : 26, maximum : 25)
I set the NLS_LANG on the laptop to NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1 but that did not help.