使用sqlloader导入数据
Posted by dbtan on 9月 26th, 2009今天为开发数据库导入数据,使用sqlloader。记录一下遇到的问题及笔记。
1、表结构如下: [email protected]> desc member_actions;
Name Null? Type
----------------- -------- ------------
PHONE NOT NULL VARCHAR2(50)
ACTION_TIME NOT NULL DATE
URL
... ...
<阅读全文>
Recent Comments