cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Oracle Privileges Hybris 6.6

Former Member
0 Likes
194

Hi, we upgraded from 6.3 to 6.6. seems that the new hybris version also needs additional privileges for the db user

 grant create session to <username>;
 grant create table to <username>;
 grant create any index to <username>;
 // and new:
 grant create any sequence to <username>;
 grant create any trigger to <username>;

According to the documentation only the first three should be required. https://help.hybris.com/6.6.0/hcd/8c1e31a786691014824b843c1ac96b71.html

Can someone confirm that?

Thank you very much, Oliver

Accepted Solutions (0)

Answers (0)