To find the character set that is being used.
SELECT value
FROM sys.props$
WHERE name = 'NLS_CHARACTERSET'
Showing posts with label character set. Show all posts
Showing posts with label character set. Show all posts
Monday, August 27, 2007
db character set
To find the character set that is being used.
SELECT value$
FROM sys.props$
WHERE name = 'NLS_CHARACTERSET'
SELECT value$
FROM sys.props$
WHERE name = 'NLS_CHARACTERSET'
Subscribe to:
Posts (Atom)