You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing this issue when executing rcu script in a database oracle XE 18c installed in a VM in azure.
Later, when i try to execute create-soa-domain.sh script. i get the following error, i suppose that it´s because the previous script didn't finish well.
PD: I'm using release/21.2.3 because branch release/21.3.2 doesn't exist.
Could you help me?
Regards,
The text was updated successfully, but these errors were encountered:
The connection string in create domain screenshot shows that you are using XE and not PDB ( for example XEPDB1). Hence the RCU error seems to be because you are not using the PDB (pluggable database) in connection string.
And regarding create domain error, you cannot proceed with creating domain unless RCU schema creation is success.
Please use PDB (pluggable database) in connection string. In case you still face similar error during RCU creation, provide the rcu logs. Also the release/21.3.2 is available now.
Note: XE DB is not supported configuration for a production environment.
Hi,
I'm facing this issue when executing rcu script in a database oracle XE 18c installed in a VM in azure.
Later, when i try to execute create-soa-domain.sh script. i get the following error, i suppose that it´s because the previous script didn't finish well.
PD: I'm using release/21.2.3 because branch release/21.3.2 doesn't exist.
Could you help me?
Regards,
The text was updated successfully, but these errors were encountered: