External Table
drop table temp_pgheo_external;drop directory TEST; create directory TESTas '/data16/tmp'; create table temp_pgheo_external(server_date varchar2(14),code1 varchar2(20),code2 varchar2(20),code3 varchar2(20),code4 varchar2(20),code5 varchar2(20) )organization external( type oracle_loader default directory BDUMP access parameters( --recodrds fixed 63 records delimited by newline fields terminated b..
2014.07.16