Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
CLi1594691515
Contributor
Contributor

Oracle return 137 when process hanged using tDBBulkExec

Hi All,

I''m using tDBBulkExec for using my own CTL file to load data.

I found that sometimes is will hang and do nothing, no log was generated from CTL file.

The source file only has 1 record...

I killed the sqlldr process with kill -9 process id.

It return code is 137 (((Integer)globalMap.get("tDBBulkExec_1_RETURN_CODE"))).

Environment:

Linux

Oracle 12c

ojdbc7

CTL file setting:

OPTIONS (SKIP=1,DIRECT=FALSE)

May I know does anyone has encountered same issue and what is the resolution?

Many thanks.

Labels (3)
0 Replies