How to install WE8EBCDIC500 on Oracle XE?
        Posted  
        
            by wishihadabettername
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by wishihadabettername
        
        
        
        Published on 2010-04-21T14:04:59Z
        Indexed on 
            2010/06/13
            6:12 UTC
        
        
        Read the original article
        Hit count: 412
        
I need to make the "WE8EBCDIC500" character set available in an Oracle XE installation (on my desktop) to import a mainframe-generated file.
Running SELECT value FROM v$nls_valid_values WHERE parameter='CHARACTERSET' does not show this character set to be installed and I get KUP-03006: error initializing handle for character set WE8EBCDIC500 when attempting to use it.
How can this be done? Thanks.
© Stack Overflow or respective owner