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.

Classic capture does not support multitenant container database

Suman KishtadiJun 7 2017 — edited Jun 7 2017

Hi,

I am getting , below error like Classic capture does not support multitenant container database.

I studied in few places integrated capture is the other option.

Is there any good documents or any tips to move to integrated capture from classic capture.

Thanks

 

Error message

2017-06-07 16:16:50  ERROR   OGG-06220  Classic Extract does not support multitenant container databases.

2017-06-07 16:16:50  ERROR   OGG-01668  PROCESS ABENDING.

This post has been answered by ORASCN on Jun 7 2017
Jump to Answer

Comments

ORASCN
Answer

Hi Suman,

Only Integrated Capture and Integrated Replicat supports Multi-tenant container databases. Classic Mode does not supports.

Classic Mode

The first and initial Extract / Capture process introduced in Oracle GoldenGate is called as Classic Capture / Extract process. In Classic mode, the Extract process directly reads the redo or archive logs and captures the committed transactions and writes it to the trail files called local trails.

There is no parallel serves spawned in the Classic mode of capture process and it will also not support many data types.

Integrated Mode

Later Oracle introduced Integrated Mode of Capture and Apply. This mode of extract and replicat only supported for Oracle Database. Here in the Integrated Mode, the IE processes are bind with the Oracle Architecture. So, the Streams processes will play the role in the background.

For Integrated Mode, you need to register the Extract process. When registering the Extract process, a Log Miner server will be attached to that Extract process and this Log Miner server will read the Redo or Archive Logs for the committed transactions.

Integrated Mode Benefits,

The following are some additional benefits of integrated capture:

  • Because integrated capture is fully integrated with the database, no additional setup is required to work with Oracle RAC, ASM, and TDE.
  • Integrated capture uses the database logmining server to access the Oracle redo stream, with the benefit of being able to automatically switch between different copies of archive logs or different mirrored versions of the online logs. Thus integrated capture can transparently handle the absence of a log file caused by disk corruption, hardware failure, or operator error, assuming that additional copies of the archived and online logs are available
  • Integrated capture enables faster filtering of tables.
  • Integrated capture handles point-in-time recovery and RAC integration more efficiently.
  • Integrated capture features integrated log management. The Oracle Recovery Manager (RMAN) automatically retains the archive logs that are needed by Extract.
  • Integrated capture is the only mode that supports capture from a multitenant container database. One Extract can mine multiple pluggable databases within a multitenant container database.

For more information, please check the below documentation,

https://docs.oracle.com/goldengate/1212/gg-winux/GIORA/process_mode.htm#GIORA212

Regards,

Veera

Marked as Answer by Suman Kishtadi · Sep 27 2020
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 5 2017
Added on Jun 7 2017
1 comment
1,031 views