Database Administration (MOSC)

MOSC Banner

Translate NLS_CHARACTERSET to the descriptive name

edited Jun 17, 2009 7:25PM in Database Administration (MOSC) 3 commentsAnswered
SELECT * FROM NLS_DATABASE_PARAMETERS will show NLS_CHARACTERSET and NLS_NCHAR_CHARACTERSET with values such as "USASCII7" and "WE8ISO8859P1". The functions NLS_CHARSET_ID and NLS_CHARSET_NAME can be used to convert to and from these values and the ID (needed for things like XMLTYPE.getclobval method).

My problen is how to convert either of these to the description like "ISO-8859-1", as returned by utl_http.get_body_charset.

I cannot find any function or lookup table that provides this info. Anyone know?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center