not sure if/how after committing in Oracle it would be auto sent to Neo4j however there is Neo4j APOC procedure which can read from a JDBC source, of which Oracle is such a source. See
Interesting issue...I have not done it yet, but would be interesting to play around with this...
I would 1) setup the Neo4j JDBC connector on your Oracle server, 2) create the database link, 3) write the PL/SQL package/procedure to process the necessary data transformations and the procedure will call /send the CQL via the database link, and 4) deal with the connectivity or transformation issues until data quality is assured.
Also, I am assuming you are the DBA of the Oracle server--if not, you cannot do it. Only the DBA will have the privileges to do this type of work in Oracle. Though you can create and submt the PL/SQL work that will process the data.
but isnt this an issue not so much with Neo4j itself but rather 'how do you synchronize writes from an Oracle server to database <xyz> where could be MSFT SQL Server, Postgres, Neo4j, MongoDB, etc.
PL/SQL is a very broad topic--it is the native Oracle programming language, you can start from here and work to where you need to study for your needs: PL/SQL for Developers