jamdb_oracle
jamdb_oracle copied to clipboard
Oracle cloud database
Hi, Does this library support oracle cloud database?
It works with databases in Amazon RDS.
thanks for replying. could you please point me where should include the wallet from oracle?
See reply
With PEM certificate (-----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----)
try
parameters: [..... , ssl: [cert_pem: '/path/to/ewallet.pem', verify: :verify_none]]
With certificate and private key (-----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----) and password
try
parameters: [..... , ssl: [certfile: '/path/to/cert.pem', keyfile: '/path/to/key.pem', password: 'PASSWORD', verify: :verify_none]]
But first, you had to patch erlang ssl application and replace beam file.