-
Suggestion
-
Resolution: Fixed
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Support have been seeing a myriad of problems in regards to the schema miconfiguration in getting the creation of sequences right.
Please see this doco:
http://confluence.atlassian.com/display/JIRA044/Connecting+JIRA+to+Oracle
Note that it's missing the full range of permissions that the JIRA 5 doco has:
http://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+Oracle
grant connect to <user>; grant create table to <user>; grant create sequence to <user>; grant create trigger to <user>;
AO in GH 5.8.x requires Oracle to have at least sequence creation.
- is duplicated by
-
JRASERVER-26879 GreenHopper upgrade to 5.8.x documentation to include warnings of Oracle DB permissions
- Closed
- is related to
-
JRASERVER-26879 GreenHopper upgrade to 5.8.x documentation to include warnings of Oracle DB permissions
- Closed
- relates to
-
JRACLOUD-26840 Oracle database schema guide set incorrectly
- Closed
[JRASERVER-26840] Oracle database schema guide set incorrectly
Workflow | Original: JAC Suggestion Workflow [ 3052013 ] | New: JAC Suggestion Workflow 3 [ 3680905 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Confluence Workflow - Public Facing v4 [ 2614702 ] | New: JAC Suggestion Workflow [ 3052013 ] |
Workflow | Original: JIRA PM Feature Request Workflow v2 - TEMP [ 2578987 ] | New: Confluence Workflow - Public Facing v4 [ 2614702 ] |
Status | Original: Closed [ 6 ] | New: Resolved [ 5 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 - TEMP [ 2358046 ] | New: JIRA PM Feature Request Workflow v2 - TEMP [ 2578987 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 [ 2125440 ] | New: JIRA Bug Workflow w Kanban v6 - TEMP [ 2358046 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 - TEMP [ 2087907 ] | New: JIRA Bug Workflow w Kanban v6 [ 2125440 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 [ 882781 ] | New: JIRA Bug Workflow w Kanban v6 - TEMP [ 2087907 ] |
Description |
Original:
Support have been seeing a myriad of problems in regards to the schema miconfiguration in getting the creation of sequences right.
Please see this doco: http://confluence.atlassian.com/display/JIRA044/Connecting+JIRA+to+Oracle Note that it's missing the full range of permissions that the JIRA 5 doco has: http://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+Oracle {code} grant connect to <user>; grant create table to <user>; grant create sequence to <user>; grant create trigger to <user>; {code} AO in GH 5.8.x requires Oracle to have at least sequence creation. |
New:
{panel:bgColor=#e7f4fa} *NOTE:* This suggestion is for *JIRA Server*. Using *JIRA Cloud*? [See the corresponding suggestion|http://jira.atlassian.com/browse/JRACLOUD-26840]. {panel} Support have been seeing a myriad of problems in regards to the schema miconfiguration in getting the creation of sequences right. Please see this doco: http://confluence.atlassian.com/display/JIRA044/Connecting+JIRA+to+Oracle Note that it's missing the full range of permissions that the JIRA 5 doco has: http://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+Oracle {code} grant connect to <user>; grant create table to <user>; grant create sequence to <user>; grant create trigger to <user>; {code} AO in GH 5.8.x requires Oracle to have at least sequence creation. |
Link |
New:
This issue relates to |
Labels | New: affects-server |