Hi,
I am writing Jython script to read csv file and write to table. in sql developer
But I am getting below error when I am using cursor. Please suggest if I can use cursor for jdbc connection
cur = conn.cursor()
AttributeError: 'oracle.jdbc.driver.T4CConnection' object has no attribute 'cursor'
Thanks