@@ -9,11 +9,13 @@ domainInfo:
9
9
RCUDbInfo :
10
10
useATP : true
11
11
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>
13
15
atp.admin.user : admin
14
16
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>
17
19
` ` `
18
20
The database wallet can be included in the archive file under ` atpwallet` zipentry structure
19
21
@@ -29,11 +31,12 @@ For a non-ATP database, use the following example:
29
31
domainInfo:
30
32
RCUDbInfo:
31
33
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.
34
36
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>
37
40
rcu_db_conn_string : 'dbhost:1521/pdborcl'
38
41
` ` `
39
42
RCU `-variables` option of the repository creation utility can now be included in the `RCUDbInfo` section with the key `rcu_variables` :
0 commit comments