You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/3.0/content/userguide/database/connect-db.md
+36-3Lines changed: 36 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -251,12 +251,45 @@ In the following examples of the JRF data source sparse model, you can use it to
251
251
252
252
#### Default template data source
253
253
254
-
This is a sparse model for JRF data sources with the RCU prefix `FMW1`.
255
-
You will need to update at least the `URL`, `PasswordEncrypted`, and the `user` property value. When you specify the value of `URL`, it
256
-
must be a valid `JDBC URL` format, which is different from the `rcu_db_conn_string` which does not require the `jdbc:oracle:thin:...` part.
254
+
For example, if you have created RCU schemas with different passwords for different schemas. You can use a sparse model to create a domain with different passwords for different FMW data sources.
257
255
258
256
```yaml
257
+
domainInfo:
258
+
RCUDbInfo:
259
+
rcu_prefix : -- FIX ME --
260
+
rcu_schema_password : -- FIX ME --
261
+
rcu_db_conn_string : -- FIX ME --
259
262
resources:
263
+
JDBCSystemResource:
264
+
LocalSvcTblDataSource:
265
+
JdbcResource:
266
+
JDBCDriverParams:
267
+
PasswordEncrypted: --FIX ME--
268
+
opss-data-source:
269
+
JdbcResource:
270
+
JDBCDriverParams:
271
+
PasswordEncrypted: --FIX ME--
272
+
opss-audit-viewDS:
273
+
JdbcResource:
274
+
JDBCDriverParams:
275
+
PasswordEncrypted: --FIX ME--
276
+
opss-audit-DBDS:
277
+
JdbcResource:
278
+
JDBCDriverParams:
279
+
PasswordEncrypted: --FIX ME--
280
+
mds-owsm:
281
+
JdbcResource:
282
+
JDBCDriverParams:
283
+
PasswordEncrypted: --FIX ME--
284
+
```
285
+
286
+
This is a sparse model of the FMW data sources discovered from a FMW domain. You can use any part of it to update your domain.
0 commit comments