The error message indicates the Oracle user does not have create table permission. The Oracle database and user setup is documented here: Database Setup for Oracle
These notes are worth emphasizing:
It is very important that the user is granted the exact privileges indicated above. Confluence requires only these privileges so you should grant specific privileges to the user, and not assign a role to the user.
Do not grant the user the
select any table
permission. That permission can cause problems with other schemas.When you create a user, specify the
tablespace
for the table objects as shown above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.