Inserting with cs_Oracle suddenly takes forever, But in sql developer everything is normal time
I have the below code which used to work up until today, basically I am passing bunch of lists to be inserted into database using python.the previous lines before below code takes columns from a pd dataframe and then switches all to a list.
then in the following code it inserts them into database.
but now it takes long time with no results still. I made few adjustments today but nothing make the code not work. Sometimes I see a tag on the buttom saying “except cx_oracle.databaseerror ” but it is still running the code.