当前位置:网站首页>Ora-01741 and ora-01704
Ora-01741 and ora-01704
2022-07-07 23:37:00 【Rain fish in summer】
ORA-01741 and ORA-01704
ORA-01741 and ORA-01704


reason
ORA-01741: Illegal zero length identifier
ORA-01704: The string text is too long
oralce Of clob Caused by too long field
solve
sql Just write the following sentence
declare
a_clob clob:=TO_CLOB('1111')||TO_CLOB('22222');
begin
insert into surface (clob Field ) values (a_clob);
end;
Knowledge points used
- || Concatenate characters
- TO_CLOB function
- Define variables first
边栏推荐
- C method question 2
- 家用电器行业渠道商协同系统解决方案:助力家电企业快速实现渠道互联网化
- 谷歌浏览器怎么登录及开启同步功能
- 深入理解Mysql锁与事务隔离级别
- B_QuRT_User_Guide(36)
- Live server usage
- The for loop realizes 1-100 addition and eliminates the 4-digit tail number
- [STM32 + esp-12s connect Tencent cloud IOT development platform 1] creation of cloud platform and burning of at firmware
- 2022 certified surveyors are still at a loss when preparing for the exam? Teach you how to take the exam hand in hand?
- MySQL Index Optimization Practice II
猜你喜欢

As a new force, chenglian premium products was initially injected, and the shares of relevant listed companies rose 150% in response

C method question 1

Vulnerability recurrence ----- 49. Apache airflow authentication bypass (cve-2020-17526)

MySQL Index Optimization Practice I

Class C design questions

Markdown

C number of words, plus ¥, longest word, average value

Explain

生鲜行业数字化采购管理系统:助力生鲜企业解决采购难题,全程线上化采购执行

KeePass realizes automatic input of web pages
随机推荐
8.31 Tencent interview
USB (XIV) 2022-04-12
SAP HR labor contract information 0016
Markdown
MySQL Index Optimization Practice II
ASP. Net open web page
2022 Season 6 perfect children's model Shaanxi finals came to a successful conclusion
Mysql索引优化实战一
B_ QuRT_ User_ Guide(36)
Ros2 topic (03): the difference between ros1 and ros2 [02]
B_QuRT_User_Guide(37)
Slam interview summary
[untitled]
Progress broadcast | all 29 shield machines of Guangzhou Metro Line 7 have been launched
Coreseek: the second step is index building and testing
2022 届的应届生都找到工作了吗?做自媒体可以吗?
USB (XVI) 2022-04-28
【7.4】25. Turn over the linked list in groups of K
2021icpc Shanghai h.life is a game Kruskal reconstruction tree
JNI uses asan to check memory leaks