File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app-dev/devops-and-containers/functions/java-helloworld-ADB-with-local-dev-and-oci-functions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
9797Before running the function config for the ATP connection needs to be set:
9898
9999<pre >
100100fn config app hellofunction DB_USER admin
101- fn config app hellofunction DB_PASSWORD < ; YOUR ATP PASSWORD HERE > ;
101+ fn config app hellofunction DB_PASSWORD < ; YOUR ATP PASSWORD HERE> ;
102102fn 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 >
171171DB_USER admin
172- DB_PASSWORD < ; YOUR ATP PASSWORD HERE > ;
172+ DB_PASSWORD < ; YOUR ATP PASSWORD HERE> ;
173173DB_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
You can’t perform that action at this time.
0 commit comments