on 2018 Feb 12 8:20 PM
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
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.