Skip to content

Commit a129452

Browse files
new function repo for ADB dev with connection pooling
1 parent 3435996 commit a129452

File tree

1 file changed

+3
-1
lines changed
  • app-dev/devops-and-containers/functions/java-helloworld-ADB-with-local-dev-and-oci-functions

1 file changed

+3
-1
lines changed

app-dev/devops-and-containers/functions/java-helloworld-ADB-with-local-dev-and-oci-functions/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Create new ATP database instance (eg. "fntest") with a public VCN/subnet and <i>
9191

9292
<p>
9393

94-
To access the ATP database from local dev your <i>IP address</i> needs to be <b>whitelisted</b> the ATP instance Network configuration.
94+
To access the ATP database from local dev your <i>IP address</i> needs to be <b>whitelisted</b> in the ATP instance Network configuration.
9595

9696
<p>
9797
Before running the function config for the ATP connection needs to be set:
@@ -173,6 +173,8 @@ DB_PASSWORD &lt;YOUR ATP PASSWORD HERE&gt;
173173
DB_URL (description= (retry_count=20)(retry_delay=3)(address=(protocol=tcps)(port=1521)(host=adb.eu-frankfurt-1.oraclecloud.com))(connect_data=(service_name=g90....6d8_fntest_tp.adb.oraclecloud.com))(security=(ssl_server_dn_match=yes)))
174174
</pre>
175175

176+
<p>
177+
To access the ATP database from the OCI Function the <i>function VCN</i> needs to be <b>whitelisted</b> in the ATP instance Network configuration either by using it's <code>OCID</code> or <code>CIDR block</code>.
176178
<p>
177179

178180
After deployment the Function can be easily tested in Cloud Shell following the Getting Started guide for the Application and giving:

0 commit comments

Comments
 (0)