背景:我想将表格列从Long更改为Clob。
我试过的是:
- returns full tablespace error - `ORA-01652`: `"unable to extend temp segment by %s in tablespace %s"`
- export just takes too long, at the speed its going now, it will take weeks to export.
"insert /*+ APPEND */ into new_table select * from old_table;"- returns an error - `ORA-00997: "illegal use of LONG datatype"`
发布于 2014-03-07 15:02:22
只是另一个选择。(在预制作之前总是进行测试)
https://stackoverflow.com/questions/21906978
复制相似问题