Skip to content

Commit f39389e

Browse files
authored
Update rcudbinfo.md (#832)
* clarify the password entries * minor doc update
1 parent c30224f commit f39389e

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

site/rcuinfo.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ domainInfo:
99
RCUDbInfo:
1010
useATP : true
1111
rcu_prefix : DEV
12-
rcu_schema_password : xxxxx
12+
rcu_admin_password: <database admin password is required only when you specify -run_rcu flag, will be prompted
13+
if not specified>
14+
rcu_schema_password : <RCU schema password, user will be prompted if not specified>
1315
atp.admin.user : admin
1416
tns.alias : dbatp_tp
15-
javax.net.ssl.keyStorePassword : xxxx
16-
javax.net.ssl.trustStorePassword : xxxx
17+
javax.net.ssl.keyStorePassword : <atp wallet password>
18+
javax.net.ssl.trustStorePassword : <atp wallet password>
1719
```
1820
The database wallet can be included in the archive file under `atpwallet` zipentry structure
1921

@@ -29,11 +31,12 @@ For a non-ATP database, use the following example:
2931
domainInfo:
3032
RCUDbInfo:
3133
rcu_prefix : DEV
32-
# Optional rcu_db_user for creating RCU schema if -run_rcu flag is specified. Default user is SYS if not specified
33-
# This user must have SYSDBA privilege and this is the equivalent of -dbUser in the RCU utility
34+
# Optional rcu_db_user for creating RCU schema if -run_rcu flag is specified. Default user is SYS if not specified.
35+
# This user must have SYSDBA privilege and this is the equivalent of -dbUser in the RCU utility.
3436
rcu_db_user: superuser
35-
rcu_schema_password : xxxxx
36-
rcu_admin_password : xxxx
37+
rcu_schema_password : <rcu schema password, will be prompted if not specified>
38+
rcu_admin_password : <database admin password is required only when you specify -run_rcu flag, will be prompted
39+
if not specified>
3740
rcu_db_conn_string : 'dbhost:1521/pdborcl'
3841
```
3942
RCU `-variables` option of the repository creation utility can now be included in the `RCUDbInfo` section with the key `rcu_variables`:

0 commit comments

Comments
 (0)