Errorwhile inserting extracted information in table in oracle database

Just to make sure, Can you verify the number of columns you are trying to insert and the no of columns with respective properties of the table before you try to insert it. Sometime it fails to insert information when because of Columns miss match or sometimes some of the columns in Table wouldnt accept duplicates/nulls but UiPath might try to pass them so we could face an error.