Where will your PostgreSQL database be hosted? AWS Database Migration Service is pretty good with replicating data.
The schema creation in DMS is...lacking. So,you'll definitely want to test that.
Of course, you could migrate from Oracle to PostgreSQL in AWS and then migrate the data from there. Of course, if it's in AWS, you'll have all sorts of support over there to help you.
Let us know if that helps!