-
Notifications
You must be signed in to change notification settings - Fork 91
Update rcudbinfo.md #832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update rcudbinfo.md #832
Conversation
site/rcuinfo.md
Outdated
@@ -32,8 +34,10 @@ domainInfo: | |||
# Optional rcu_db_user for creating RCU schema if -run_rcu flag is specified. Default user is SYS if not specified | |||
# This user must have SYSDBA privilege and this is the equivalent of -dbUser in the RCU utility | |||
rcu_db_user: superuser | |||
rcu_schema_password : xxxxx | |||
rcu_admin_password : xxxx | |||
rcu_schema_password : <rcu schema password, will be prompted if not specify> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"rcu schema password, will be prompted if not specify" to "RCU schema password, user will be prompted if not specified"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
site/rcuinfo.md
Outdated
rcu_schema_password : <rcu schema password, will be prompted if not specify> | ||
rcu_admin_password : <database admin password is required only when you specify -run_rcu flag, will be prompted | ||
if | ||
not specify> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
specify -> specified
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Minor update to clarify password fields