Is there a way to redirect where the error tables are created in a JDBC Fastload operation?
My scenario is loading a staging table in a schema/database where the ID doing the load does not have CREATE TABLE privs. As per company standards the error tables are typically created in a separate database.
As an example, my SQL statement is of the form:
INSERT INTO STG.MYTABLE (?,?,?);
And I would like to have the error tables created in the S_UTL schema.
Is this possible with JDBC Fastload?
Tags:
Forums: