1. 程式人生 > >超過 Oracle 的長度限制 ORA-00972: identifier is too long

超過 Oracle 的長度限制 ORA-00972: identifier is too long

對映的列名 超過了Oracle本身設定的30個字元

修改列名,使長度低於30個字元就ok。

<result column="AR_RESUMECOPY_FRIST_WORKLOC_CITY_" property="resumeCopy.firstWorkingLocationCity" />

修改為

<result column="AR_RESUME_F_WORKLOC_CITY_" property="resumeCopy.firstWorkingLocationCity" />

相關推薦

超過 Oracle長度限制 ORA-00972: identifier is too long

對映的列名 超過了Oracle本身設定的30個字元 修改列名,使長度低於30個字元就ok。 <result column="AR_RESUMECOPY_FRIST_WORKLOC_CITY_" property="resumeCopy.firstWorkingLoca

ORA-00972: identifier is too long報錯的另外一種原因

ORA-00972: identifier is too long這個錯誤最普通的原因就是欄位太長了。 但是還有一種其他的情況: 不知道你是否遇到過這樣的情況,一個sql語句,在plsqldeveloper中可以執行,但是在sqlplus中執行就報錯ORA-00972: i

Hibernate(oracle)下的ORA:A-00972 identifier is too long提示

今天執行一個程式時,出現了這個提示:ORA:A-00972 identifier is too long 問題出在XXX.hbm.xml中相對應表名(table)的最大長度不能超過30 mark一下,又積累了一點 9i參考的中: "If you specify a name

字串最大長度限制ORA 01489

                字串最大長度限制ORA-014894月 8, 2008 – 1:30 下午我們知道varchar2的最大長度是4000,當處理一些大長度的欄位時4000有的時候也是不夠的。這個4000是單個欄位的長度,那麼在儲存的時候按照4000來儲存,在操作的時候在把字串合併到一起不就可以得

MySQL 8.0 報錯:Identifier name 'ix_xxx' is is too long

某日在測試庫中新加索引報錯: Identifier name 'ix_orgid_warehouseid_businessType_orderCreateTime_state_ordertype' is

MySQL 8.0 報錯:Identifier name 'ix_xxx' is is too long

某日在測試庫中新加索引報錯: Identifier name 'ix_orgid_warehouseid_businessType_orderCreateTime_state_ordertype' is too long CREATE INDEX ix_orgid_warehouseid_bu

Idea報錯Command line is too long

文件夾 prop 報錯 class nbsp gpo 問題 line per 需要在該項目文件夾下.idea/workspace.xml中添加 <component name="PropertiesComponent"> ... <propert

idea報錯:Error running $classname: Command line is too long. Shorten command line for $classname.

9.png rop line too long component 我只 ima bsp 選擇 Command line is too long 打印的變量太長了,超過了限制,這都會報錯...我只想知道idea基於什麽原理會報這個錯... 解決 1.按照提示修改該類的

IAR 9+ 編譯 TI CC2541 出現 Segment ISTACK (size: 0xc0 align: 0) is too long for segment definition.

def 什麽 connect 例程 ini zha con sta swe IAR 9+ 編譯 TI CC2541 出現 Segment ISTACK (size: 0xc0 align: 0) is too long for segment definition. Seg

idea Command line is too long問題解決

  Idea啟動專案報錯:Command line is too long. Shorten command line for className or also for JUnit defaultconfiguration. 解決方法: 在該專案資料夾.idea/worksp

typedef重複定義 和 error: ‘long long longis too long for GCC

今天發現一個很有意思的編譯問題,然後在Stack Overflow上也有看到類似的。就是出現了 long long long 型別錯誤提示 錯誤提示如下: /home/yejy/algorithm_and_data_structure/main.cpp:50:17: error: ‘long long lon

專案在idea中報錯Command line is too long.

Command line is too long. Shorten command line for SessionAnalysisJob or also for Application default

idea報錯Error running $classname: Command line is too long. Shorten command line for $classname.

之所以出現這個原因是一般是因為列印的環境變數太長了,超過了限制,可以嘗試以下方案: 1.按照提示修改該類的配置,選擇jar manifest(每個報錯的類都需要注意設定,專案的.idea/workspace.xml有這個選項,可以修改預設值,這樣就不用每次更改)  2.在專案的.idea/w

Mindmanager 安裝過程中 ERROR 1320. The specified path is too long (檔案路徑) 等問題

    電腦擁有的時間長了總是想重新裝一下,或是體驗那種不一樣的心情,或是重新整理自己電腦。其中也包括我,這不重灌之後mindmanager 安裝出現問題了。 第一個遇到的困難就是安裝失敗,在安裝的時候總是提示出現"ERROR 1320. The specified pat

IAR 編寫程式的程式碼比微控制器的flash大了會出現故障Error[e16] is too long for segment definition

Error[e16]: Segment NEAR_ID (size: 0x15 align: 0) is too long for segment definition. At least 0xb more bytes needed. The problem occurred

ORA-01704: string literal too longORA-00932: inconsistent datatypes: expected NUMBER got LONG

今天在向oracle新增文章,因為文章內容好多,所以在資料庫就給了LONG是資料型別。出現了“ORA-01704: string literal too long ”這樣的錯誤,上網查了一下,原來當你向oracle資料庫插入的字元大於4000時就不能用“insert into

Remote 'g' packet reply is too long 解決方法

Remote ‘g’ packet reply is too long 解決方法 解決方法 修改gdb/remote.c檔案中的static void process_g_packet (struct regcache *regcache)函式: 由

Remote 'g' packet reply is too long 錯誤

在 用 kgdb 除錯64位arm核心的時候,當一切準備停當,在aarch64-linux-gnu-gdb 下輸入 target remote /dev/ttyUSB0 後,gdb報出Remote ‘g’ packet reply is too long 的錯誤

GDB遠端除錯錯誤解決 使用GDB 7.2版本進行遠端除錯時出現:Remote ‘g’ packet reply is too long錯誤

GDB遠端除錯錯誤解決使用GDB 7.2版本進行遠端除錯時出現:Remote ‘g’ packet reply is too long錯誤,需要修改gdb程式碼解決,辦法是:修改gdb/remote.c檔案,遮蔽process_g_packet函式中的下列兩行:if (bu

IDEA啟動Springboot報command line is too long問題解決

long run before XML highlight dea 解決 provision too 1、在工作空間下找到 .idea/workspace.xml 2、查找<component name="PropertiesComponent">,並在該元素