10.4.5 Microsoft Fabric Mirror
- About Microsoft Fabric Mirror Connections
- Before You Begin
- Create and Validate a Microsoft Fabric Mirror Connection
- Use a Microsoft Fabric Mirror Connection in Replicat
Parent topic: Lakehouse and Open Table Formats
10.4.5.1 About Microsoft Fabric Mirror Connections
A Microsoft Fabric Mirror connection stores the information that Oracle GoldenGate DAA uses to connect to a Microsoft Fabric Mirror environment. After the connection is created and validated, you can reuse it when configuring Replicat processes that replicate transactional data to Microsoft Fabric Mirror.
The connection stores the Microsoft Fabric endpoint and Microsoft Entra ID authentication information independently of the Replicat configuration. This enables multiple Replicat processes to reuse the same validated connection.
Parent topic: Microsoft Fabric Mirror
10.4.5.3 Create and Validate a Microsoft Fabric Mirror Connection
Use the Add Connection page to create a Microsoft Fabric Mirror connection.
Procedure
- In the navigation menu, select DB Connections.
- Click Add Connection.
- In Connection Alias, enter a unique name for the connection.
- From Technology Type, select Microsoft Fabric Mirror.
- In the Technology Settings section, provide the Microsoft Fabric Mirror connection information.
- Configure the following technology settings:
- Endpoint – Specifies the Microsoft Fabric endpoint URL that Oracle GoldenGate for Distributed Applications and Analytics uses to connect to Microsoft Fabric Mirror.
- Tenant ID – Specifies the Microsoft Entra ID tenant identifier used for authentication.
- Client ID – Specifies the Microsoft Entra ID application (client) identifier.
- Client Secret – Specifies the client secret associated with the Microsoft Entra ID application. This field is treated as sensitive information and is displayed as a password field.
- Configure Common Settings, if additional runtime configuration is required.
- Configure the following common settings:
Classpath: (Required) Specify the full path to client libraries are required by the replicat type. You can use Dependency Downloader to download client libraries.
Note:
Download the supported Microsoft Fabric client libraries by using the Dependency Downloader for Microsoft Fabric Mirror and configure the runtime classpath to reference the downloaded libraries before starting the Replicat process. - (Optional) Configure Proxy Settings if the Oracle GoldenGate for Distributed Applications and Analytics deployment accesses Microsoft Fabric through an HTTP proxy.
- Configure the following proxy
settings:
- Proxy URL – Specifies the URL or host name of the proxy server used to access Microsoft Fabric Mirror.
- Proxy Port – Specifies the port number of the proxy server.
- Proxy Username – Specifies the user name for proxy authentication, if required.
- Proxy Password – Specifies the password for proxy authentication. This field is treated as sensitive information.
- Truststore – Specifies the Java truststore file that contains the certificate authority (CA) certificates used to validate the proxy server certificate, when required.
- Truststore Password – Specifies the password associated with the truststore.
- Keystore – Specifies the Java keystore file containing the client certificate and private key used for client authentication, when required.
- Keystore Password – Specifies the password associated with the keystore.
- SSL Key Password – Specifies the password protecting the private key stored in the keystore when it differs from the keystore password.
Note:
If the Oracle GoldenGate for Distributed Applications and Analytics deployment has direct network connectivity to Microsoft Fabric Mirror, leave the proxy settings blank. - Click Submit.
- On the DB Connections page, click DB
Login to validate the connection.
Note:
A successful DB Login validates only the saved connection information. It does not validate the Replicat configuration or Microsoft Fabric Mirror Handler configuration. After successful validation, the connection is available for selection during Replicat creation.
Parent topic: Microsoft Fabric Mirror
10.4.5.4 Use a Microsoft Fabric Mirror Connection in Replicat
After the Microsoft Fabric Mirror connection has been successfully validated:
- Create or edit a Replicat.
- Select Microsoft Fabric Mirror as the target technology.
- Select the validated Microsoft Fabric Mirror connection.
- Complete the remaining Replicat configuration.
- Create the Replicat.
- Start the Replicat.
The selected connection supplies the generated connection reference used by the Microsoft Fabric Mirror handler during Replicat execution.
Related Topics
Parent topic: Microsoft Fabric Mirror