当前位置:网站首页>Solve the problem of database insert data garbled in PL / SQL developer
Solve the problem of database insert data garbled in PL / SQL developer
2020-11-06 01:23:00 【itread01】
I've been studying recently SSM Project development , be used oracle Database ,
Using management software PL/sql developer Record garbled code when inserting data into database table .
The results are as follows :
You can see that the Chinese materials are all garbled ??????? Question mark ,
Read the solutions of the big guys on the Internet , It's because of oracle Server side character encoding and Oracle Client character encoding inconsistency caused by .
( But my oracle Server side and Oracle The client character encoding is the same , I wonder , But the same solution is used , Get it done !!!)
First step :
Log in PL/sql developer, Check Oracle Server side character encoding , use
select userenv('language') from dual;
The following results are obtained :
It turns out :
SIMPLIFIED CHINESE_CHINA.ZHS16GBK
The second step :
Look at Oracle Client character encoding , use
select * from V$NLS_PARAMETERS;
The following results are obtained :
You can see my oracle Server side and Oracle The client character encoding is the same , It doesn't matter. Keep looking down
The third step :
stay windows Zhongchuang Build one called “NLS_LANG” System environment variables of ,
Set the value to “SIMPLIFIED CHINESE_CHINA.ZHS16GBK”, Follow oracle Server side character encoding is consistent , And then restart pl/sql developer
Can solve the problem of garbled code !!!
Add 1:( Problem solving can ignore the following )
After the students who have the same problem with me finish the above steps , Login again PL/Sql developer The data still shows garbled code .
Then the solution is :
Delete the table , Please delete the table , Instead of just deleting the data in the table ,
And then rebuild the watch , Re insert data , Find the problem and solve it !!!
Add 2: Because it's using idea Do development , So it's direct use idea in database Connect to the database , And then rebuild the watch , Insert data ,
Direct use PL/Sql developer Never tried , It should also be possible .
&n
版权声明
本文为[itread01]所创,转载请带上原文链接,感谢
边栏推荐
- Brief introduction and advantages and disadvantages of deepwalk model
- 一篇文章带你了解CSS 分页实例
- Use of vuepress
- How long does it take you to work out an object-oriented programming interview question from Ali school?
- Grouping operation aligned with specified datum
- 至联云解析:IPFS/Filecoin挖矿为什么这么难?
- How to select the evaluation index of classification model
- NLP model Bert: from introduction to mastery (2)
- Installing the consult cluster
- 在大规模 Kubernetes 集群上实现高 SLO 的方法
猜你喜欢

EOS创始人BM: UE,UBI,URI有什么区别?

比特币一度突破14000美元,即将面临美国大选考验

Mongodb (from 0 to 1), 11 days mongodb primary to intermediate advanced secret

Summary of common algorithms of binary tree

NLP model Bert: from introduction to mastery (1)

Existence judgment in structured data

华为云“四个可靠”的方法论

ipfs正舵者Filecoin落地正当时 FIL币价格破千来了

I'm afraid that the spread sequence calculation of arbitrage strategy is not as simple as you think

Brief introduction and advantages and disadvantages of deepwalk model
随机推荐
Serilog原始碼解析——使用方法
6.1.2 handlermapping mapping processor (2) (in-depth analysis of SSM and project practice)
[C / C + + 1] clion configuration and running C language
The road of C + + Learning: from introduction to mastery
基於MVC的RESTFul風格API實戰
keras model.compile Loss function and optimizer
Summary of common string algorithms
Deep understanding of common methods of JS array
一篇文章带你了解CSS对齐方式
git rebase的時候捅婁子了,怎麼辦?線上等……
“颜值经济”的野望:华熙生物净利率六连降,收购案遭上交所问询
PHPSHE 短信插件说明
ipfs正舵者Filecoin落地正当时 FIL币价格破千来了
What is the side effect free method? How to name it? - Mario
Common algorithm interview has been out! Machine learning algorithm interview - KDnuggets
Multi classification of unbalanced text using AWS sagemaker blazingtext
What problems can clean architecture solve? - jbogard
Brief introduction of TF flags
多机器人行情共享解决方案
JVM memory area and garbage collection