IMP-00032: SQL statement exceeded buffer length
匯入資料時遇到IMP-00032,看了錯誤資訊
[oracle@test ~]$ oerr imp 00032
00032, 00000, "SQL statement exceeded buffer length"
// *Cause: The buffer was too small for the SQL statement being read.
// *Action: Rerun with a larger buffer. This can also be an indication of a
// corruption in the import datafile.
兩種可能,一種是buffer太小,沒法讀下整個SQL語句,而是imp檔案可能損壞,我這裡屬於前者,在imp命令中加入buffer=100000000,可順利解決。
一般什麼時候會出現buffer太小沒法讀取整個SQL語句呢?其中的一種情況是讀取包含大量分割槽的分割槽表的建表語句。
[oracle@test ~]$ oerr imp 00032
00032, 00000, "SQL statement exceeded buffer length"
// *Cause: The buffer was too small for the SQL statement being read.
// *Action: Rerun with a larger buffer. This can also be an indication of a
// corruption in the import datafile.
兩種可能,一種是buffer太小,沒法讀下整個SQL語句,而是imp檔案可能損壞,我這裡屬於前者,在imp命令中加入buffer=100000000,可順利解決。
一般什麼時候會出現buffer太小沒法讀取整個SQL語句呢?其中的一種情況是讀取包含大量分割槽的分割槽表的建表語句。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29067253/viewspace-2120124/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Statement (操作 SQL 語句)SQL
- OGG Get Error "Statistics reply buffer exceeded. Results truncated..."Error
- Event 10046 - Enable SQL Statement TraceSQL
- SQL java.sql.SQLException: Parameter metadata not available for the given statementSQLJavaExceptionAI
- ORA-01555 caused by SQL statement belowSQL
- In PL/SQL,the statement of "into variable" wasn't appeared in statspackSQLAPP
- Statement Tracer For Oracle 與 SQL Monitor 的比較OracleSQL
- 聊聊 MySQL 網路緩衝區、net_buffer_length、max_allowed_packet 那些事MySql
- mysql char_length和lengthMySql
- Statement
- IMP-00032, IMP-00008 errorError
- FAQ系列|net_buffer_length選項對資料備份及恢復影響
- Java中 length、length()、size()區別Java
- SQLT (SQLTXPLAIN) - Tool that helps to diagnose a SQL statement [ID 215187.1]SQLAI
- How to Run Statement Level/Java trace or a SQL Trace in Self Service ApplicationJavaSQLAPP
- DataTransferItemList.length
- sessionStorage.lengthSession
- CSSStyleDeclaration.lengthCSS
- inverse of arc length
- ORA-01555 caused by SQL statement below (Query Duration=0 sec, SCNSQL
- EVENT: 10046 "enable SQL statement tracing (including binds/waits)"SQLAI
- Oracle RDBMS : Flushing a Single SQL Statement out of the Object Library CacheOracleSQLObject
- JS - if else and else if statementJS
- FileList length 屬性
- CSSStyleDeclaration length 屬性CSS
- jQuery length屬性jQuery
- length() between oracle and postgresqlOracleSQL
- MySQL History List LengthMySql
- 【MySQL】log event entry exceededMySql
- GCC編譯遇到“a label can only be part of a statement and a declaration is not a statement”問題GC編譯
- SP2-0103: Nothing in SQL buffer to run.SQL
- 某條sql的buffer gets 的歷史月度變化SQL
- jdbc Statement和PrepareStatement操作JDBCREST
- JavaScript 字串 length屬性JavaScript字串
- Java String length()例子Java
- System.Length 函式函式
- Length of Last Word leetocde javaASTJava
- ValueError: Length of values (141) does not match length of index (4278)問題的解決ErrorIndex