Tag: Microservices

GoldenGate Microservices Benefits over Classic Architecture

GoldenGate Microservices Benefits over Classic Architecture

Every once in a while, I've gotten a question about what are the main advantages of Microservices Architecture over Classic Architecture. In this article, I am trying to summarize the most relevant point at a high level. If you would like more details in any area, please feel free to reach out. The Oracle GoldenGate Microservices product … Continue reading GoldenGate Microservices Benefits over Classic Architecture

Migrate GoldenGate Classic to Microservices

Migrate GoldenGate Classic to Microservices

Don't be left behind. GoldenGate Migration Utility was created to help you migrate from Classic to Microservices architecture without many manual procedures. Check out the video DEMO available on the GoldenGate Youtube Channel: https://www.youtube.com/watch?v=PQktlsAuJYI&ab_channel=oraclegoldengate

GoldenGate Free 21c Deployment on Docker

GoldenGate Free 21c Deployment on Docker

We were pleased to announce the availability of Oracle GoldenGate Free 21c, the same robust Oracle GoldenGate that enterprises worldwide rely on, packaged for easy download, user-friendliness, and a feature-rich experience.  It is the entire application portfolio delivered in an Oracle Docker container that is available for deployment anywhere – on-premises, in OCI, or on other … Continue reading GoldenGate Free 21c Deployment on Docker

Create GoldenGate 21c Microservices  Docker Container under 5 min

Create GoldenGate 21c Microservices Docker Container under 5 min

This Thanksgiving weekend, I wanted to create an easy and repeatable process to instantiate a GoldenGate Docker container for different versions. I wanted to be able to create a working container in under 5 minutes, for those quick calls when you need to test something, show someone a feature or etc. To achieve that, I … Continue reading Create GoldenGate 21c Microservices Docker Container under 5 min

GoldenGate Add Extract – (Part 3 Rest API Series)

GoldenGate Add Extract – (Part 3 Rest API Series)

Let's add and start an Extract with REST API, note that I am not starting at creation: -- Add Extractcurl -s -u oggadmin:"xxxxx" \-H "Accept: application/json" \-X POST http://localhost:9011/services/v2/extracts/EDEMO \-d '{"description":"Create Extract Demo","config":["EXTRACT EDEMO","EXTTRAIL ed","USERIDALIAS OGG_SRC_CDB","-- Integrated extract parameters","TRANLOGOPTIONS INTEGRATEDPARAMS (max_sga_size 2048, parallelism 4)","LOGALLSUPCOLS","UPDATERECORDFORMAT COMPACT","GETTRUNCATES","DDL INCLUDE MAPPED","DDLOPTIONS GETREPLICATES, GETAPPLOPS","TABLE SRCPDB.HR.*;"],"source":{"tranlogs":"integrated"},"credentials":{"alias":"OGG_SRC_CDB"},"registration":{"containers": [ "SRCPDB" ],"optimized":false},"begin":"now","targets":[{"name":"ed","sizeMB":50}],"status":"stopped"}' \| json_reformat … Continue reading GoldenGate Add Extract – (Part 3 Rest API Series)