Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error creating RCU schema in database 18c #73

Open
rmquispe256 opened this issue Aug 10, 2021 · 1 comment
Open

Error creating RCU schema in database 18c #73

rmquispe256 opened this issue Aug 10, 2021 · 1 comment

Comments

@rmquispe256
Copy link

Hi,

I'm facing this issue when executing rcu script in a database oracle XE 18c installed in a VM in azure.

image

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.

image

PD: I'm using release/21.2.3 because branch release/21.3.2 doesn't exist.

Could you help me?

Regards,

@ashageetha
Copy link
Member

ashageetha commented Aug 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants