Skip to content

Commit 0e44203

Browse files
authored
fixed rcu doc to specify create and not update
RCU cannot be used with updateDomain, only createDomain
1 parent 29250b2 commit 0e44203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/rcuinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The database wallet can be included in the archive file under `atpwallet` zipent
2121

2222
Using the Create Domain Tool with the `-run_rcu` flag will create the RCU schemas against the Oracle Autonomous Transaction Processing Cloud Database and configure the datasources in the JRF domain to use the database. For example:
2323

24-
weblogic-deploy/bin/updateDomain.sh -oracle_home /u01/wls12213 -domain_type JRF -domain_home /u01/data/domains/demodomain -archive_file DemoDomain.zip -run_rcu
24+
weblogic-deploy/bin/createDomain.sh -oracle_home /u01/wls12213 -domain_type JRF -domain_home /u01/data/domains/demodomain -archive_file DemoDomain.zip -run_rcu
2525

2626
For a non-ATP database, use the following example:
2727

0 commit comments

Comments
 (0)