Database Install/Upgrade/Opatch (MOSC)

MOSC Banner

docker install

Hi,

I installed oracle 19 in a docker, with cdb & pdb.

Created users in pdb, and used these commands to create a service to connect to pdb:

exec dbms_service.create_service('pdb1','pdbtest1.zetes.com');
exec dbms_service.start_service('pdb1');
alter system register;

Problem: after restart of docker, the service doesn't exist anymore.

Any hint?

Thanks.

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