You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good morning,
I'm trying to create a script to be able to perform updates on the Oracle DB, but currently it doesn't work.
At the moment it works perfectly in reading.
The script for reading is as follows:
Did you include Oracle JDBC driver in /lib folder?
See step 2 of this documentation that describe how to do it, you will need to restart JIRA in order to the changes be applied.
Also, what is the output of your script? Can you attach a screenshot?
Good morning,
I'm trying to create a script to be able to perform updates on the Oracle DB, but currently it doesn't work.
At the moment it works perfectly in reading.
The script for reading is as follows:
In update I replaced sql.rows with sql.execute, but to no avail:
sql.execute "MY UPDATE QUERY"
can you help me?
The text was updated successfully, but these errors were encountered: