Re: Call Oracle Sequence using Spark

2019-08-16 Thread Nicolas Paris
> I have to call Oracle sequence using spark. You might use jdbc and write your own lib from scala I did such thing for postgres (https://framagit.org/parisni/spark-etl/tree/master/spark-postgres) see sqlExecWithResultSet On Thu, Aug 15, 2019 at 10:58:11PM +0530, rajat kumar wrote: >

Call Oracle Sequence using Spark

2019-08-15 Thread rajat kumar
Hi All, I have to call Oracle sequence using spark. Can you pls tell what is the way to do that? Thanks Rajat