You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/azure-data-studio/extensions/database-migration-assessment-for-oracle-extension.md
+37-10Lines changed: 37 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,13 +145,13 @@ You can also cancel an ongoing assessment, delete an assessment and move assessm
145
145
146
146
### Logging
147
147
148
-
The extension has the errors, warning and other diagnostic logging written in the default log directory.
148
+
The extension has the errors, warning and other diagnostic logging written in the default log directory.
149
149
150
150
- Windows - C:\Users\\<username\>\\.dmaoracle\logs\
151
151
- Linux - ~/.dmaoracle/logs
152
152
- Mac - /Users/\<username\>/.dmaoracle/logs
153
153
154
-
By default, the extension stores last 7 log files.
154
+
By default, the extension stores last 7 log files.
155
155
156
156
To change the log directory, update LogDirectory property in the extension settings file.
157
157
@@ -163,29 +163,56 @@ Mac - /Users/\<username\>/.azuredatastudio/extensions/microsoft.azuredatastudio
163
163
164
164
### Known issues
165
165
166
-
-Error GE-1002 Path provided does not exist.
166
+
- Path provided does not exist.
167
167
168
168
Reason: Missing files or missing permission on the assessment folder.
169
169
170
170
Possible Solution:
171
-
171
+
172
172
a. User has read and write permission on the assessment folder.
173
-
173
+
174
174
b. If there is a missing file or folder, delete the assessment and generate a new assessment.
175
175
176
176
- Encountered connection timeout exception while interacting with Oracle.
177
177
178
178
Reason: Failed to Connect to Oracle Instance.
179
179
180
180
Possible Solution:
181
-
182
-
a. Check if the port Oracle is running on isn't blocked by firewall rules.
183
-
181
+
182
+
a. Check if the port Oracle is running on is blocked by firewall rules.
183
+
184
184
b. Perform tnsping and see if the Service ID gets resolved.
185
185
186
-
- Feature Data Collection Warning
186
+
- Unable to access Database Migration Assessment reports for Oracle after upgrading to version 1.5
187
+
188
+
Reason: When Azure data studio Oracle extension is upgraded to latest version (version 1.5 and above), the assessment reports will be inaccessible.
189
+
190
+
Workaround: Uninstall and install the prior version of Database migration assessment (v1.4.1) to download the previously assessed reports. Please follow the steps below to use previous version of the extension
191
+
192
+
1. Pre-requisites
193
+
194
+
• Current assessment Directory: Path is given under Extension settings > Oracle Assessment: Assessment Path > Local path to store your assessments.
195
+
196
+
• Previous version build: Download the Previous build (version 1.4.1) on local system.
197
+
198
+
1. Troubleshooting steps
199
+
200
+
• Open the extensions manager in Azure Data Studio. You can select the extensions icon or select Extensions in the View menu.
201
+
202
+
• To Install, click on View and More Actions (3 dots) as shown below > Install from VSIX.
203
+
Screen capture shows view and More Actions to chose Install from vsix.
204
+
205
+
:::image type="content" source="media/database-migration-assessment-for-oracle-extension/dmafo-install-from-vsix.png" alt-text="Screen capture shows Veiw and More Actions to chose Install from vsix":::
206
+
207
+
• Locate the VSIX file of v1.4.1 saved locally and click Install.
208
+
209
+
:::image type="content" source="media/database-migration-assessment-for-oracle-extension/dmafo-select-vsix.png" alt-text="Screen capture shows selecting local vsix.":::
210
+
211
+
• Close and reopen the Azure data studio.
212
+
213
+
Ensure to set the extension assessment directory same as noted in pre-requisites.
187
214
188
-
Reason: Few features don't have the latest usage statistics available in the Oracle metadata store.
215
+
• Using this extension version v1.4.1, saved assessments reports can be accessed, downloaded and saved in HTML format.
0 commit comments