Skip to content

Commit 15328de

Browse files
author
MightyPen
committed
Add single ticks, Separate command line from text of preceding numered bullet.
1 parent b54ed23 commit 15328de

2 files changed

Lines changed: 20 additions & 16 deletions

File tree

docs/ssma/oracle/managing-passwords-oracletosql.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -92,33 +92,37 @@ The SSMA Console application allows you to export encrypted database passwords p
9292

9393
1. Export password
9494

95-
2. Enter password for protecting the exported file C:\SSMA\SSMAforOracleConsole.EXE -securepassword -export all "machine1passwords.file"
95+
2. Enter password for protecting the exported file
9696

97-
3. Enter password for protecting the exported file: xxxxxxxx
97+
3. `C:\SSMA\SSMAforOracleConsole.EXE -securepassword -export all "machine1passwords.file"`
9898

99-
4. Please confirm password: xxxxxxxx
99+
4. Enter password for protecting the exported file: xxxxxxxx
100100

101-
5. C:\SSMA\SSMAforOracleConsole.EXE -p -e "OracleDB_1_1,Sql_1" "machine2passwords.file"
101+
5. Please confirm password: xxxxxxxx
102102

103-
6. Enter password for protecting the exported file: xxxxxxxx
103+
6. `C:\SSMA\SSMAforOracleConsole.EXE -p -e "OracleDB_1_1,Sql_1" "machine2passwords.file"`
104104

105-
7. Please confirm password: xxxxxxxx
105+
7. Enter password for protecting the exported file: xxxxxxxx
106+
107+
8. Please confirm password: xxxxxxxx
106108

107109
### Import example:
108110

109111
1. Import an encrypted password
110112

111-
2. Enter password for protecting the imported file C:\SSMA\SSMAforOracleConsole.EXE -securepassword -import all "machine1passwords.file"
113+
2. Enter password for protecting the imported file
114+
115+
3. `C:\SSMA\SSMAforOracleConsole.EXE -securepassword -import all "machine1passwords.file"`
112116

113-
3. Enter password to import the servers from encrypted file: xxxxxxxx
117+
4. Enter password to import the servers from encrypted file: xxxxxxxx
114118

115-
4. Please confirm password: xxxxxxxx
119+
5. Please confirm password: xxxxxxxx
116120

117-
5. C:\SSMA\SSMAforOracleConsole.EXE -p -i "OracleDB_1,Sql_1" "machine2passwords.file"
121+
6. `C:\SSMA\SSMAforOracleConsole.EXE -p -i "OracleDB_1,Sql_1" "machine2passwords.file"`
118122

119-
6. Enter password to import the servers from encrypted file: xxxxxxxx
123+
7. Enter password to import the servers from encrypted file: xxxxxxxx
120124

121-
7. Please confirm password: xxxxxxxx
125+
8. Please confirm password: xxxxxxxx
122126

123127
## See Also
124128
[Executing the SSMA Console (Oracle)](https://msdn.microsoft.com/7228ccba-c69f-4b4c-8664-01a2750183c5)

docs/ssma/sybase/managing-passwords-sybasetosql.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ The SSMA Console application allows you to export encrypted database passwords p
9494
9595
2. Enter password for protecting the exported file
9696
97-
3. C:\SSMA\SSMAforSybaseConsole.EXE -securepassword -export all "machine1passwords.file"
97+
3. `C:\SSMA\SSMAforSybaseConsole.EXE -securepassword -export all "machine1passwords.file"`
9898
9999
4. Enter password for protecting the exported file: xxxxxxxx
100100
101101
5. Please confirm password: xxxxxxxx
102102
103-
6. C:\SSMA\SSMAforSybaseConsole.EXE -p -e "SybaseDB_1_1,Sql_1" "machine2passwords.file"
103+
6. `C:\SSMA\SSMAforSybaseConsole.EXE -p -e "SybaseDB_1_1,Sql_1" "machine2passwords.file"`
104104
105105
7. Enter password for protecting the exported file: xxxxxxxx
106106
@@ -112,13 +112,13 @@ The SSMA Console application allows you to export encrypted database passwords p
112112
113113
2. Enter password for protecting the imported file
114114
115-
3. C:\SSMA\SSMAforSybaseConsole.EXE -securepassword -import all "machine1passwords.file"
115+
3. `C:\SSMA\SSMAforSybaseConsole.EXE -securepassword -import all "machine1passwords.file"`
116116
117117
4. Enter password to import the servers from encrypted file: xxxxxxxx
118118
119119
5. Please confirm password: xxxxxxxx
120120
121-
6. C:\SSMA\SSMAforSybaseConsole.EXE -p -i "SybaseDB_1,Sql_1" "machine2passwords.file"
121+
6. `C:\SSMA\SSMAforSybaseConsole.EXE -p -i "SybaseDB_1,Sql_1" "machine2passwords.file"`
122122
123123
7. Enter password to import the servers from encrypted file: xxxxxxxx
124124

0 commit comments

Comments
 (0)