Home » RDBMS Server » Server Administration » Getting data for loading into a UTF8 Oracle instance (Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production )
|
Re: Getting data for loading into a UTF8 Oracle instance [message #614100 is a reply to message #614079] |
Fri, 16 May 2014 06:16  |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
You can of course load files with different character sets into the database.
* If you use external tables you have to set the "CHARACTERSET" parameter in the external table definition accordingly.
* If you use SQLLoader or another "client-program" to load the data you have to set the NLS_LANG environment accordingly.
For a "standard format" I would suggest UTF-8.
The main challenge I see is identifying the file formats. And when you already have to do that, you could also "convert" all files that are not UTF-8 to that encoding before loading them. For that you could perhaps use a combination of file and iconv
|
|
|
Goto Forum:
Current Time: Mon May 05 08:02:47 CDT 2025
|