If we execute an query in MLOAD it's ran successfully,
my questions is after successfully ran MLOAD. In error
tables we can see anything there! is it possible than what
are they?

Answers were Sorted based on User's Feedback



If we execute an query in MLOAD it's ran successfully, my questions is after successfully ran ..

Answer / hariharan

Mload is designed in a way that the error tables are
automatically dropped once the utility ran successfully. If
the job fails during mload, we can see the error tables with
the help of Errorcode, errorfield, uniqueness attributes.

Is This Answer Correct ?    0 Yes 0 No

If we execute an query in MLOAD it's ran successfully, my questions is after successfully ran ..

Answer / dave bruce

These tables will be dropped automatically when the sql
statement is successful in MLOAD.. MLOAD internally runs a
row count on all the tables participated before it quits
the MLOAD session.. if it finds any it will return the
error code like 8 r 12 depends on the error type..

Is This Answer Correct ?    0 Yes 0 No

If we execute an query in MLOAD it's ran successfully, my questions is after successfully ran ..

Answer / svjkumar1986

THREE COLUMNS SPECIFIC TO THE ACQUISITION ERROR TABLE

Error Code: System code that identifies the error.
Error Field: Name of the column in the target table where
the error happened; is left blank if the offending column
cannot be identified.
Host Data: The data row that contains the error.

THREE COLUMNS SPECIFIC TO THE APPLICATION ERROR TABLE
Uniqueness: Contains a certain value that disallows
duplicate row errors in this table;can be ignored, if desired.
DBC Error Code: System code that identifies the error.
DBC Error Field: Name of the column in the target table
where the error happened; is left blank if the offending
column cannot be identified.
NOTE:A copy of the target table column immediately follows
this column.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Databases AllOther Interview Questions

Which database does facebook use?

0 Answers  


what is the difference between tuple calculus and domain calculus ?

2 Answers   Infosys,


What is meant by distributed system?

0 Answers  


a __________ is a virtual table made up of subset of actual table

2 Answers  


What is aws documentdb?

0 Answers  






What are the advantages of using database?

0 Answers  


What is lagging in DBMS ?

0 Answers   Hexaware,


What is the best database?

0 Answers  


CLI stands for?

3 Answers   IBM,


Explain the various types of normalization.

0 Answers  


What are the most common databases?

0 Answers  


What is a database lookup?

0 Answers  


Categories