Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Atlassian Bitbucket and Oracle Databases

Jon Shanley October 2, 2015

Trying to migrate Internal Database for Bitbucket to use an Oracle Database externally but Atlassian claims that the user has insufficient privileges to work

Bitbucket does not have adequate permissions to modify the target database when connected as the specified user. Please check that the user has permission to CREATE and DROP tables and to INSERT and DELETE data. For information about creating a database for use with Bitbucket, please refer to the Bitbucket documentation.

However the user has DBA level privileges to the schema in Oracle so there is no Oracle permissions problem

 

 

2 answers

1 vote
Jon Shanley October 4, 2015

Thanks Rakesh,

In the end I managed to solve this issue by dropping the schema and service, then recreating the schema with those specific grants and a new listener service which seemed to fix the issue.

Thanks for your help

Jon

0 votes
Rakesh October 2, 2015

Hi Jon,

Database user should have all permissions. Please check if following grants have been performed.

grant connect to <dbuser>

grant resource to <dbuser>

grant create table to <dbuser>

grant create sequence to <dbuser>

grant create trigger to <dbuser>

 

Please check if DB listener is on.

 

Cheers,

Rakesh

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events