Skip to content

Commit 4396a30

Browse files
new function repo for ADB dev with connection pooling
1 parent a56b3ff commit 4396a30

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ 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 Network configuration.
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.
9595

9696
<p>
9797
Before running the function config for the ATP connection needs to be set:
9898

9999
<pre>
100100
fn config app hellofunction DB_USER admin
101-
fn config app hellofunction DB_PASSWORD &lt; YOUR ATP PASSWORD HERE &gt;
101+
fn config app hellofunction DB_PASSWORD &lt;YOUR ATP PASSWORD HERE&gt;
102102
fn config app hellofunction 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)))
103103
</pre>
104104

@@ -169,7 +169,7 @@ Like previously add the configuration for the ATP database connection, either on
169169

170170
<pre>
171171
DB_USER admin
172-
DB_PASSWORD &lt; YOUR ATP PASSWORD HERE &gt;
172+
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

0 commit comments

Comments
 (0)