2007年5月16日 星期三

How to check Oracle's character set

you can use this sql statement to get related information
select * from NLS_DATABASE_PARAMETERS;

you can find out the character set information from this column: NLS_CHARACTERSET

沒有留言: