The MultiLoad protocol is not supported by the Teradata JDBC Driver at the present time; however, it is on our product roadmap.
As an alternative, we recommend using JDBC FastLoad CSV to load data into a staging table, and then using MERGE or INSERT...SELECT to transfer the data from the staging table into the destination table.
JDBC FastLoad CSV documentation is available here:
http://developer.teradata.com/doc/connectivity/jdbc/reference/current/jdbcug_chapter_2.html#BABFGFA2
JDBC FastLoad CSV sample programs are available here:
http://developer.teradata.com/doc/connectivity/jdbc/reference/current/samplePrograms.html
↧