Hi team,
I need an assistance from you guys, Could you please help ?!
I'm doing a simple data transfer between 2 Oracle tables( Both the DB's are on different servers, not the same DB )
I have a table called A in the 1st Oracle DB and, Table B in DB2.
Table A has a date column with the string datatype and, Table B has the date column with the datatype DATE.
I get the following error msg shown in the screenshot below. I'm not sure if the error msg is due to the incorrect format of the date in the source DB.