Posts

Showing posts with the label golden gate interviews questions and answwe
Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Oracle GoldenGate Interview Questions

1) What are processes/components in GoldenGate? Ans: Manager, Extract, Replicat, Data Pump 2) What is Data Pump process in GoldenGate ? he Data Pump (not to be confused with the Oracle Export Import Data Pump) is an optional secondary Extract group that is created on the source system. When Data Pump is not used, the Extract process writes to a remote trail that is located on the target system using TCP/IP. When Data Pump is configured, the Extract process writes to a local trail and from here Data Pump will read the trail and write the data over the network to the remote trail located on the target system. The advantages of this can be seen as it protects against a network failure as in the absence of a storage device on the local system, the Extract process writes data into memory before the same is sent over the network. Any failures in the network could then cause the Extract process to abort (abend). Also if we are doing any complex data transformation or filtering, the same can ...

golden gate interviews questions and answwer-- 1 in oracle

1) What are processes/components in GoldenGate? Ans: Manager, Extract, Replicat, Data Pump 2) What is Data Pump process in GoldenGate ? he Data Pump (not to be confused with the Oracle Export Import Data Pump) is an optional secondary Extract group that is created on the source system. When Data Pump is not used, the Extract process writes to a remote trail that is located on the target system using TCP/IP. When Data Pump is configured, the Extract process writes to a local trail and from here Data Pump will read the trail and write the data over the network to the remote trail located on the target system. The advantages of this can be seen as it protects against a network failure as in the absence of a storage device on the local system, the Extract process writes data into memory before the same is sent over the network. Any failures in the network could then cause the Extract process to abort (abend). Also if we are doing any complex data transformation or filtering, the same can b...