SQL0668N Operation not allowed for reason code "7" on table XXX
SQLCODE=-668, SQLSTATE=57016, SQLERRMC=7
原因碼 "7"的錯誤:SQL0668N Operation not allowed for reason code "7" on table XXX.
解決方法為:執行命令:reorg table XXX;即可。
解決方法:
ALTER TABLE table_name ADD COLUMN LMK_TDK VARCHAR(64) DEFAULT NULL;
DB2允許最多三條語句處於Reorg Pending狀態
reorg table 透過重構行來消除“碎片”資料並壓縮資訊,對錶進行重組。
runstats on table. 收集表 的統計資訊。
reorgchk on table all 確定是否需要對錶進行重組,對於對所有表自動執行 runstats 很有用
原因碼 "7"的錯誤:SQL0668N Operation not allowed for reason code "7" on table XXX.
解決方法為:執行命令:reorg table XXX;即可。
解決方法:
ALTER TABLE table_name ADD COLUMN LMK_TDK VARCHAR(64) DEFAULT NULL;
DB2允許最多三條語句處於Reorg Pending狀態
reorg table
runstats on table
reorgchk on table all 確定是否需要對錶進行重組,對於對所有表自動執行 runstats 很有用
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28258625/viewspace-1724481/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- “Host ‘xxxx‘ is not allowed to connect to this MySQL server“MySqlServer
- Host 'xxx' is not allowed to connect to this MySQL server.MySqlServer
- ORA-00392: log 15 of thread 1 is being cleared, operation not allowedthread
- Host 'xxx' is not allowed to connect to this MySQL server 解決方法MySqlServer
- mysql Incorrect key file for table ‘/xxxxxxxx/xxxx.MYI'; try to repair itMySqlAI
- ORA-39117: Type needed to create table is not included in this operation
- Allowed OB52 based on company code
- beego報錯 table name: `xxx` not existsGo
- 安裝pods提示Operation not permitted usr bin xcodeprojMITXCode
- Check table 169P: entry XXXX does not exist的解決
- LeetCode-Insert Delete GetRandom O(1) - Duplicates allowedLeetCodedeleterandom
- user management table and t-code
- 解決MySql報錯:1130 - Host ‘xxx‘ is not allowed to connect to this MySQL server的方法MySqlServer
- Python3.7使用pip install xxxx報錯:UnicodeDecodeError: 'gbk' codec can't decode bytePythonUnicodeError
- 7 、shrink table and its dependent segments
- 更新xcode8後真機除錯報code signing is required for product type 'xxxxx' in SDK 'iOS 10.0'XCode除錯UIiOS
- django資料庫同步時報錯“Table 'XXX' already exists”Django資料庫
- Codeforces 448D Multiplication Table
- MIRO報錯Error in account determination: table T030R key XXXX VSTError
- PE教程7: Export Table(引出表)Export
- Error querying database. XXXXXXXXXXXXX, No database selected。ErrorDatabase
- Error building Player: Win32Exception: ApplicationName=‘xxxxxxxxxxxxxxxxxx//sdk\tools\zipalign.exe' ...ErrorUIWin32ExceptionAPP
- Internal Error with background job scheduling XXXXXXXXXXXXX.Error
- ionic3 ,win7下 npm install 報operation not permittedWin7NPMMIT
- WP7“Navigation is not allowed when the task is not in the foreground.”解決方案Navigation
- // @require file://C:xxxxxxxxx.jsUIJS
- Vue : Expected the Promise rejection reason to be an ErrorVuePromiseError
- android restart reason機制AndroidREST
- The operation, ‘DecodeJpeg/contents‘, does not exist in the graph.錯誤解決方法
- PHP報錯getimagesize(): SSL operation failed with code 1問題解決方案PHPAI
- post 405 method not allowed
- tidb Error: Operation aborted by user answer '' (cliutil.operation_aborted)TiDBError
- reason why confirmed quantity is zero 0
- undefine macro xxxxxMac
- Centos 7—安裝Code::Blocks—Codeblocks—codeblocksCentOSBloC
- Spring:錯誤No bean named 'xxxxxxx' availableSpringBeanAI
- macOS: sudo : Operation not permittedMacMIT
- oracle redo log operationOracle Redo