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>
91
91
92
92
<p >
93
93
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.
95
95
96
96
<p >
97
97
Before running the function config for the ATP connection needs to be set:
98
98
99
99
<pre >
100
100
fn 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> ;
102
102
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)))
103
103
</pre >
104
104
@@ -169,7 +169,7 @@ Like previously add the configuration for the ATP database connection, either on
169
169
170
170
<pre >
171
171
DB_USER admin
172
- DB_PASSWORD < ; YOUR ATP PASSWORD HERE > ;
172
+ DB_PASSWORD < ; YOUR ATP PASSWORD HERE> ;
173
173
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)))
174
174
</pre >
175
175
You can’t perform that action at this time.
0 commit comments