我爱新博文
摘要: 在 Oracle 数据库中,我们通常在不同数据库的表间记录进行复制或迁移时会用以下几种方法:1. A 表的记录导出为一条条分号隔开的 insert 语句,然后执行插入到 B 表中2. 建立数据库间的 dblink,然后用 create table B as select * from A@dblin 阅读全文
posted @ 2017-02-07 16:38 52newblog 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 由于要导入到tmp_content表的一些列(列:要导入的源文件txt or csv文件)为空,也,按理讲我当时另存为(在windows处理)csv,以,分隔。就是这个列没有内容,也该显示, ,之类的。 后在控制文件修改如下: -bash-3.1$ more import_tmp_content.c 阅读全文
posted @ 2017-02-07 15:41 52newblog 阅读(2002) 评论(0) 推荐(0) 编辑
www.52newblog.com 我爱新博文