< Back Send questions, comments, and suggestions to awijasa@gmail.com.
 
 

Reload table: CSVLDR_TBL_DEPS by running this script:

set echo off
set serverout on size unlimited

truncate table csvldr_tbl_deps;

begin
   csvldr.p_build_tbl_deps;
end;
/

commit;

Next >
65%