[
https://issues.apache.org/jira/browse/DERBY-6892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15349006#comment-15349006
]
Danoja Dias commented on DERBY-6892:
------------------------------------
The procedure SYSCS_UTIL.SYSCS_IMPORT_DATA_LOBS_FROM_EXTFILE() that is called
at line 290
uses the methods that I have changed for new SYSCS_IMPORT_TABLE_BULK procedure.
Methods importTable(), performImport() in import.java are used by this
procedure. The changes are the passing the argument skip. Nothing is changed in
the process.
performImport() method is used by other procedures too. I think if there is a
problem in that method other procedures like
SYSCS_IMPORT_DATA_LOBS_FROM_EXTFILE() procedures must also be failed.But I'm
not sure.
Then I think the problem should be in importTable(). But there only the
argument places are changed.
I wrote a java class to check this procedure. It works fine.
> Create new SYSCS_IMPORT_TABLE_BULK procedure
> --------------------------------------------
>
> Key: DERBY-6892
> URL: https://issues.apache.org/jira/browse/DERBY-6892
> Project: Derby
> Issue Type: Sub-task
> Components: SQL
> Reporter: Bryan Pendleton
> Assignee: Danoja Dias
> Priority: Minor
> Attachments: addNewSystemProcedure.diff
>
>
> As a sub-task of DERBY-4555, we propose to create a new
> system procedure, SYSCS_IMPORT_TABLE_BULK, which supports
> all the functionality of SYSCS_IMPORT_TABLE, but additionally supports
> skipping multi-line column headers in the input file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)