Skip to Main Content

GoldenGate

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

why this error message

cptkirkshDec 15 2020

Ok, so i went through and learned the command line way now I am off to Microservices. The initial load worked just fine but now I want to add the extract and the replicat for data. When use the administration server webpage it gives me an error about container DBs. This is an Oracle 18c multitenant DB. Here is the error.
Code:
OGG-08100
Severity:
INFO
Title:
EXTRACT (Integrated) added.
Code:
OGG-08223
Severity:
ERROR
Title:
ERROR: One or more containers must be specified when registering Extract for a container database.
Code:
OGG-08100
Severity:
INFO
Title:
Deleted EXTRACT EXTHR.

Whether I hit create or create and run i get the above error. I have attached my screen shots. Thanks in advance. I now in ggsci I can run the command
register extract <extract_name> database container(<trgt_pdb_name>)

but how do I do that here?
image 1.JPGimage 2.JPGimage 3.JPG

Comments

Post Details

Added on Dec 15 2020
2 comments
600 views