Friday, 22 April 2016
How to check the currently used character set in the database ?
Run following command to see character set in the database :
Sql>
select
VALUE
from
V$NLS_PARAMETERS
where
PARAMETER = 'NLS_NCHAR_CHARACTERSET'
;
No comments:
Post a Comment
Note: only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: only a member of this blog may post a comment.