[20210113]SP2-0232 Input too long. Must be less than 241 characters.txt
[20210113]SP2-0232 Input too long. Must be less than 241 characters.txt
1.環境:
SCOTT@book> @ ver1
PORT_STRING VERSION BANNER
------------------------------ -------------- --------------------------------------------------------------------------------
x86_64/Linux 2.4.xx 11.2.0.4.0 Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
$ cat cc.txt
select
'&&1'
from dual;
2.測試:
SCOTT@book> @ cc.txt
Enter value for 1: aaaaaa...aaaaaaaa
--//輸入足夠多的字元.
SP2-0232: Input too long. Must be less than 241 characters
--//也就是輸入串最長241個字元.
--//如果輸入足夠長.
$ cat cc.txt
select
'aaaaa...a' cx
from dual;
$ awk '{print length}' cc.txt
6
2499
10
SCOTT@book> @ cc.txt
SP2-0027: Input is too long (> 2499 characters) - line ignored
from dual
*
ERROR at line 2:
ORA-00936: missing expression
$ oerr sp2 232
00232,0, "Input too long. Must be less than %d characters\n"
// *Cause: The input value was too long.
// *Action: Reduce the size of the value and re-enter.
$ oerr sp2 27
00027,0, "Input is too long (> %d characters) - line ignored\n"
// *Cause: The input value specified was too long.
// *Action: Re-enter with fewer characters.
--//也就是sqlplus有這個限制,替換串最大長度小於241.而語句的最大行長度是2488.
--//只所以有這個測試,我想給ashtop增加一個查詢特定表的sql語句.發現替換串太長,看來只能直接修改ashtop指令碼了.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-2749594/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- C# The file is too long. This operation is currently limited to supporting files less than 2 gigabytes in size.C#MIT
- Command line is too long. Shorten command line for JooLunMallApiApplication or also for Spring Boot default configuration?APIAPPSpring Boot
- 執行遷移檔案報錯 1071 Specified key was too long.
- idea遇見Command line is too long. Shorten command line for Main or also for Application default configuration?IdeaAIAPP
- ORA-00600 kcratr_nab_less_than_odr ORA-00600 [4194]
- Spring Boot Intellij 執行應用的時候 Command line is too long. Shorten command line for 錯誤Spring BootIntelliJ
- IDEA命令列縮短器助你解決此問題:Command line is too long. Shorten command line...Idea命令列
- Input報錯“Form elements must have labels: Element has no title attribute Element has no placeholde”ORM
- CF241E Flights
- 20210113 關於心理學的對話
- DNS: More than just namesDNS
- PostgreSQL 原始碼解讀(241)- plpgsql(CreateFunction)SQL原始碼Function
- 【Less】Less基本用法總結
- Flutter:VM snapshot must be valid. Check failed: vm. Must be able to initializeFlutterAI
- find: paths must precede expression:Express
- Sqli-Labs:Less2-Less4SQL
- 命令:less
- data too long for column
- kafka 錯誤: larger than available brokersKafkaAI
- CTF-safer-than-rot13-writeup
- Python -- raw_input() and input() -- ACMPythonACM
- input
- vite中配置less,vue3中配置lessViteVue
- Linux Less 命令Linux
- Resct配置less
- less走你
- Less-1
- More than one file was found with OS independent path
- Poster stopped: message is larger than configured max size
- OpenKruise 2021 規劃曝光:More than workloadsUI
- 規模化敏捷LeSS(二):LeSS*隊實踐指南敏捷
- Qt QWidget Must construct a QApplication before a QWidgetQTStructAPP
- Property "visible" must be accessed with "$data.visible"
- 牛客網刷題(純java題型 241~270題)Java
- 規模化敏捷LeSS(二):LeSS團隊實踐指南敏捷
- [20210113]ashtop查詢特定表的SQL語句2.txtSQL
- [20210113]給PB開發人員的一個建議.txt
- Better than better,白山EC2.0釋出