Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找合适的工具来导出某些 oracle 数据库表的特定行(WHERE 条件)。有一列 CLOB 数据可以大于 4000 个字符,因此导出为“INSERT INTO”语句不起作用。
使用exp工作但也会导出 DDL,这在使用时会出错,imp因为表已经存在。
exp
imp
IGNORE=Y导入转储文件时使用该参数。这告诉导入忽略创建错误。 了解更多。
IGNORE=Y