So aparently this was partially my own fault and partially lack of proper documentaiton from Atlassian.
If you use Oracle as a database backend, you MUST use different database username for each application's connction.
Otherwise, since these products(Jira, Confluence, etc) use identical table names, records will be overwritten by each consecutive install.
From my understanding(I'm not a dba) Oracle does not have the same "database name" concept as MySQL or PostgreSQL. In Oracle each username gets assigned each own 'tablespace'.
So, for example, jiradb user will have its own CWD_USER table and confluencedb user will have its own version.
Please correct me if this information is inaccurate.
After some dig, I've found this KB:
The problem is related to Confluence and the solution is limit your Confluence permissions to access only it's own schema.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Andre, I guess this automatically happens if you create a new Oracle db user/schema(I'm not sure what the correct term is).
My original issue was becuase I intended to use the same db user for all products, and as such I don't see of a way to limit each application to their own schema if they all use the same login.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Maxim,
I think you might want to raise a support case about this at our support site : https://support.atlassian.com/secure/Dashboard.jspa
Please attach a screenshot of the Oops error, as well as your Support ZIP : https://confluence.atlassian.com/display/JIRA/Getting+Help#GettingHelp-CreatingaSupportZip
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hrm..I can't seem to attach a file nor can I paste the full message since I'm limited to 2000 chars. :/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you post the very long Oops - an error has occurred message ?? :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.