Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Change Or Delete Default Service Name XE

Jeffrey LApr 17 2024 — edited Apr 18 2024

In Oracle 21c Express Edition, I want to create a pluggable database named XE, which failed due to conflict with the existing service name in CDB or PDB.

Is there any way to delete or change the default service name XE?

I tried the command but it created a new service named SomethingElse and the default service XE is still there.

ALTER SYSTEM SET SERVICE_NAMES = 'SomethingElse'

Comments
Post Details
Added on Apr 17 2024
2 comments
1,264 views