Oracle install problem

This is what worked for me using Jira 5.1.3, Oracle 11g and Jira SU 1.3.9.

There were no AO_935426* tables or triggers to delete but 2 like named sequences in the Oracle 11g DB.

Shutdown Jira

Deleted all of the content from the following folders:
(The plugins folders are hidden so use ls -lah to see the folders)
$JIRA_HOME/plugins/.bundled-plugins
$JIRA_HOME/plugins/.osgi-plugins
$JIRA_INSTALL/work

Deleted the jira-su-plugin-1.3.9.jar from the $JIRA_HOME/plugins/installed-plugins folder.

Deleted all Oracle sequences that began AO_935429, there were no triggers and no tables. I used Oracle SQL Developer tool.

Started Jira.

Uploaded the Jira SU plugin - version 1.3.9

Verified that the tables were created in the Oracle Database for my user.

I was able to configure Jira SU using the company license.

I reindexed Jira and was able to use Jira SU just as version 1.2.2 worked with Jira 4, Oracle 10g.