[oracle@oracle-linux-8-database-19c ~]$ sqlplus / as sysdba
SQL*Plus: Release 19.0.0.0.0 - Production on Mon Mar 6 14:17:48 2023
Version 19.3.0.0.0
Copyright (c) 1982, 2019, Oracle. All rights reserved.
Connected to:
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Version 19.3.0.0.0
create user confluenceuser identified by confluenceuserpassword default tablespace confluence quota unlimited on confluence;
ERROR at line 1:
ORA-65096: invalid common user or role name
How do I configure OracleDB to get connected by confluence?
I am no expert on Oracle, I just follow Atlassians instructions
My first guess might be that your password may not be meeting any password policies. I'd talk with your DBAs to be sure.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.