13 SSL対応PostgreSQLデータベースへのOracle GoldenGate Veridataの接続

SSL構文: database.url=jdbc:postgresql://<machine_name>:5432/<db_name>?sslmode=verify-ca&sslrootcert=<full path of the cert>/root.crt

URLの例: database.url=jdbc:postgresql://phoenix007:5432/postgres?sslmode=verify-ca&sslrootcert=<path>/root.crt

SSL対応PostgreSQLにOracle GoldenGate Veridataを接続するには:
  1. エージェントの場所にルート証明書root.crtをコピーし、そのフルパスをsslrootcertパラメータに指定します。
  2. sslmodeには、verify-caverify-fullという2つの値を指定できます。