2008年6月13日
摘要: 数据库服务器字符集select * from nls_database_parameters,其来源于props$,是表示数据库的字符集。 客户端字符集环境select * from nls_instance_parameters,其来源于v$parameter, 表示客户端的字符集的设置,可能是参数文件,环境变量或者是注册表 会话字符集环境 select * from nls_sessio... 阅读全文
posted @ 2008-06-13 17:36 Alex.Zhang 阅读(6370) 评论(0) 推荐(0) 编辑