This is only a quick note for something I keep forgetting. So to determine the oracle database character set use the following simple SQL statement.
select * from v$nls_parameters where parameter='NLS_CHARACTERSET'
All things relative to everyday programming and DBA practices, This blog will not give you the ET staff, just little remindings about how things work. Subjects are relative to databases, programming, Linux, Windows and ... you name it. I used to have a notepad onto which I put down anything I thought I might need again. Hopefully this is going to be as good as the paper with the added value of being able to paste from.
This is only a quick note for something I keep forgetting. So to determine the oracle database character set use the following simple SQL statement.
select * from v$nls_parameters where parameter='NLS_CHARACTERSET'
1 comment :
great .thanks :)
Post a Comment