Tag: Charset


How to get Oracle’s charset

March 11th, 2009 — 7:56am

INVEMAR has bought a new server which is being installed to replace the current Oracle’s server.  During this process I have being asked several times about getting the Oracle’s charset and I guess I have searched for it a million times, so I decided to post this to avid the searching process next time.


SELECT value$

FROM sys.props$ 

WHERE name = 'NLS_CHARACTERSET'

Comment » | Oracle

Back to top