Database Administration (MOSC)

MOSC Banner

19.3 default pdb service name does not honor db_domain=world

edited Jul 11, 2019 5:08AM in Database Administration (MOSC) 3 commentsAnswered

Hi,

I am creating a 19.3 CDB.

I tried both DBCA and using scripts to create CDB.

Following is what I discovered -- I wonder if anyone out there run into the same issue.

1. Below init.ora are set

db_domain=world

global_names=false

created CDB call crcatd, created PDB called pdbrcatd

2. After creation, I discovered that the default PDB service name is:  pdbrcatd.

select name, network_name, pdb from v$services;

NAME                 NETWORK_NAME         PDB

-------------------- -------------------- ----------

crcatd.world         crcatd.world         CDB$ROOT

SYS$BACKGROUND                            CDB$ROOT

SYS$USERS                                 CDB$ROOT

pdbrcatd             pdbrcatd             PDBRCATD

crcatdXDB            crcatdXDB            CDB$ROOT

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center