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

What is the DIF format and when we will use in teradata

0 Answers  


Explain data independence & its types.

0 Answers  


How much does it cost to build a database?

0 Answers  


What is the Lock Based Protocol used for?

0 Answers   Hexaware,


What is Object Oriented model?

0 Answers   Thomson Reuters,






what is the difference between relational calculus and relational algebra ?

6 Answers   TCS,


i applied prompt on country when i run report it shows list of all countries but want it to show only four countries name

0 Answers   Datamatics,


Define stored procedure?

0 Answers  


What is odm database?

0 Answers  


what is ad-hoc access? what is the diff b/w managed query and ad-hoc access?

0 Answers   TCS,


Is database a hardware or software?

0 Answers  


What is the use of graph database?

0 Answers  


Categories