Relative Content

Tag Archive for exceloracle-databaseoracle11g

Oracle SQL 11gR2 linux spool to xls -> German Umlaute not working

I’m working on an Oracle 11g database (Oracle Database 11.2.0.4.0) with linux sqlplus and I need to export query results to a file that can be opened in Excel. The data includes German umlauts (Ä, Ö, Ü), and I’m having trouble getting them to display correctly. I’ve tried both HTML (XLS-like) and CSV approaches.