Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle 12c Initialization parameters and permissions for jira

Mojtaba April 27, 2019

We want to use oracle 12c for installing jira version 8.1.  can someone please share sample configuration for initialization parameters for database and the exact permissions which should be granted for user except what's are mentioned on below link?


https://confluence.atlassian.com/adminjiraserver071/connecting-jira-applications-to-oracle-802592181.html

grant connect to <user>;
grant create table to <user>;
grant create sequence to <user>;
grant create trigger to <user>;

1 answer

1 vote
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 27, 2019

The parameters given in the doc you've found are the ones you need.

Mojtaba May 9, 2019

Thanks Nik, but there were no parameters for oracle database in the document,  should we go with oracle default initialization parameters? 

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 9, 2019

Yes.  The docs have some stuff about collation and regions, but for Oracle, there's almost nothing to do.  Where the doc gives you a specific setting, you will need to look at it.  Anything it does not explicitly have advice about, don't bother, set it to your DBs recommended standard.

Suggest an answer

Log in or Sign up to answer