-
Notifications
You must be signed in to change notification settings - Fork 91
JIRA-WDT-627 Update RCUDbInfo doc #1125
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
Conversation
`tns alias` - the network service name. This can be found in the `tnsnames.ora` file inside the database wallet. The alias is on the left side of the equal sign. | ||
|
||
```text | ||
|
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.
remove blank line?
documentation/2.0/content/rcuinfo.md
Outdated
... | ||
``` | ||
|
||
`keystore and truststore password` - the password used to generate the wallet |
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.
remove "the"
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.
fixed
documentation/2.0/content/rcuinfo.md
Outdated
javax.net.ssl.keyStorePassword : <atp wallet password> | ||
javax.net.ssl.trustStorePassword : <atp wallet password> | ||
tns.alias : <tns alias name. e.g. dbname_tp> | ||
javax.net.ssl.keyStorePassword : <atp wallet password when generated the wallet from Oracle Cloud Console> |
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.
"generated" --> "generating"
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.
fixed
documentation/2.0/content/rcuinfo.md
Outdated
javax.net.ssl.trustStorePassword : <atp wallet password> | ||
tns.alias : <tns alias name. e.g. dbname_tp> | ||
javax.net.ssl.keyStorePassword : <atp wallet password when generated the wallet from Oracle Cloud Console> | ||
javax.net.ssl.trustStorePassword : <atp wallet password when generated the wallet from Oracle Cloud Console> |
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.
"when generated" --> " when generating"
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.
fixed
Kudos, SonarCloud Quality Gate passed! |
No description provided.