Oracle查看字符集编码
摘要:1、查看数据库编码、客户端编码 --数据库编码,查询的数据来源props$,这个代表的是数据库字符集。 select * from nls_database_parameters where parameter = 'NLS_CHARACTERSET'; --其来源于v$parameter,表示客户
阅读全文
posted @ 2022-04-18 17:20
posted @ 2022-04-18 17:20