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?
Answer Posted / 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 View All Answers
Explain entity set?
What is difference between server and database?
Can you tell any two advantages of stored procedures?
Is storing images in a database a good idea?
what are wrappers and build ups and what it's use?
What is a super key?
What does specialization in DBMS mean?
What are different types of resources?
How do I manually create a database?
How many indexes can be created on a table?
What is the best database?
Two tables emp(empid,name,deptid,sal) and dept(deptid,deptname) are there.write a query which displays empname,corresponding deptname also display those employee names who donot belong to any dept.
What is the advantage of varchar2 over char?
Explain about ur projets on teradata???
Explain artificial key?