2022年4月18日

Oracle查看字符集编码

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

posted @ 2022-04-18 17:20 毕九生 阅读(5472) 评论(0) 推荐(0)

导航