Hi @Jason Allen ,
May I know the version of Visual Studio and SQL Server?
The following Microsoft SQL Server products are supported by Microsoft Connector for Oracle which will be more convenience.
Since SQL Server 2019 CU1
SQL Server Data Tools (SSDT) 15.9.3 or later for Visual Studio 2017
Microsoft SQL Server Data Tools (SSDT) for Visual Studio 2019
If you are ignoring errors in your insert, then you will see nothing. You can redirect errors, count them to know the number of rejects, and store then somewhere to see what is being rejected.
Here is a same thread you may take a reference to: https://www.sqlchick.com/entries/2012/9/2/resolving-missing-records-in-ssis-from-oracle-source.html
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.