Home > Database > Mysql Tutorial > oracle数据库字符集泰文入库问题

oracle数据库字符集泰文入库问题

WBOY
Release: 2016-06-07 15:03:11
Original
1696 people have browsed it

欢迎进入Oracle社区论坛,与200万技术人员互动交流 >>进入 oracle数据库字符集泰文入库问题 今天碰到导入数据库字段内容为泰文的数据,一直显示为问号,用复制粘贴可以显示泰文,用insert插入显示问号,百度了一下是字符集的问题;; 原来是plsql的字符集和ora

欢迎进入Oracle社区论坛,与200万技术人员互动交流 >>进入

  oracle数据库字符集泰文入库问题

  今天碰到导入数据库字段内容为泰文的数据,一直显示为问号,用复制粘贴可以显示泰文,用insert插入显示问号,百度了一下是字符集的问题;;

  原来是plsql的字符集和oracle的字符集不同,

  1.如果要能够插入泰文,字段类型修改为NVARCHAR2()

  2.plsql 修改为utf-8,方法为:新建环境变量:NLS_LANG 内容:

  AMERICAN_AMERICA.UTF8 重启pl/sql

  3.oracle 修改为utf-8,这个自己百度,好像要dba登陆。

  我的本来就是utf-8

oracle数据库字符集泰文入库问题

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template