I am using python 3.8 and cx_Oracle 8.3.0. I am using executemany with batcherrors=True but it is not working at all.
executemany is just raising an exception for the error occurred at first place and after catching excepting I am trying to do getbatcherrors() but it is giving me empty list.
Please provide you suggestions.