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/ado/reference/ado-api/seek-method-and-index-property-example-vb.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ ms.author: jroth
20
20
# Seek Method and Index Property Example (VB)
21
21
This example uses the [Recordset](./recordset-object-ado.md) object's [Seek](./seek-method.md) method and [Index](./index-property.md) property in conjunction with a given ***Employee ID***, to locate the employee's name in the ***Employees*** table of the Nwind.mdb database.
| Linux |[.deb file](https://go.microsoft.com/fwlink/?linkid=2187522)<br>[.rpm file](https://go.microsoft.com/fwlink/?linkid=2187521)<br>[.tar.gz file](https://go.microsoft.com/fwlink/?linkid=2187462)|
39
39
40
40
> [!Note]
41
41
> Azure Data Studio currently does not support the ARM architecture.
42
42
43
43
If you have comments or suggestions or want to report a problem with downloading Azure Data Studio, submit an issue to our team on the [Azure Data Studio feedback page](https://github.com/microsoft/azuredatastudio/issues/).
44
44
45
-
## Install Azure Data Studio
45
+
## Install Azure Data Studio
46
46
47
47
### Windows installation
48
48
@@ -54,19 +54,19 @@ We recommend the *user installer*, which simplifies installations and updates an
54
54
55
55
**User installer** (recommended)
56
56
57
-
1. Download and run the [Azure Data Studio user installer for Windows](https://go.microsoft.com/fwlink/?linkid=2183280).
57
+
1. Download and run the [Azure Data Studio user installer for Windows](https://go.microsoft.com/fwlink/?linkid=2187459).
58
58
59
59
2. Start the Azure Data Studio app.
60
60
61
61
**System installer**
62
62
63
-
1. Download and run the [Azure Data Studio system installer for Windows](https://go.microsoft.com/fwlink/?linkid=2183423).
63
+
1. Download and run the [Azure Data Studio system installer for Windows](https://go.microsoft.com/fwlink/?linkid=2187520).
64
64
65
65
2. Start the Azure Data Studio app.
66
66
67
67
**.zip file**
68
68
69
-
1. Download the [Azure Data Studio .zip file for Windows](https://go.microsoft.com/fwlink/?linkid=2183190).
69
+
1. Download the [Azure Data Studio .zip file for Windows](https://go.microsoft.com/fwlink/?linkid=2187460).
70
70
71
71
2. Go to the downloaded file and extract it.
72
72
@@ -105,7 +105,7 @@ For Windows, install Azure Data Studio in the background without prompts by doin
105
105
106
106
### macOS installation
107
107
108
-
1. Download [Azure Data Studio for macOS](https://go.microsoft.com/fwlink/?linkid=2183189).
108
+
1. Download [Azure Data Studio for macOS](https://go.microsoft.com/fwlink/?linkid=2187461).
109
109
110
110
2. To expand the contents of the .zip file, double-click it.
111
111
@@ -115,7 +115,7 @@ For Windows, install Azure Data Studio in the background without prompts by doin
115
115
116
116
#### Install with a .deb file
117
117
118
-
1. Download Azure Data Studio for Linux by using the [.deb](https://go.microsoft.com/fwlink/?linkid=2183341) file.
118
+
1. Download Azure Data Studio for Linux by using the [.deb](https://go.microsoft.com/fwlink/?linkid=2187522) file.
119
119
120
120
2. To extract the .deb file, open a new terminal window, and then run the following commands:
121
121
@@ -139,7 +139,7 @@ For Windows, install Azure Data Studio in the background without prompts by doin
139
139
140
140
#### Install with an .rpm file
141
141
142
-
1. Download Azure Data Studio for Linux by using the [.rpm](https://go.microsoft.com/fwlink/?linkid=2183342) file.
142
+
1. Download Azure Data Studio for Linux by using the [.rpm](https://go.microsoft.com/fwlink/?linkid=2187521) file.
143
143
144
144
2. To extract the file, open a new terminal window, and then run the following commands:
145
145
@@ -163,7 +163,7 @@ For Windows, install Azure Data Studio in the background without prompts by doin
163
163
164
164
#### Install with a .tar.gz file
165
165
166
-
1. Download Azure Data Studio for Linux by using the [.tar.gz](https://go.microsoft.com/fwlink/?linkid=2183277) file.
166
+
1. Download Azure Data Studio for Linux by using the [.tar.gz](https://go.microsoft.com/fwlink/?linkid=2187462) file.
167
167
168
168
2. To extract the file, open a new terminal window, and then run the following commands:
Copy file name to clipboardExpand all lines: docs/azure-data-studio/quickstart-oracle.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@ ms.date: 10/4/2021
15
15
16
16
This quickstart shows how to use Azure Data Studio to connect to Oracle database and explore existing database objects.
17
17
18
+
> [!NOTE]
19
+
> Currently extension provides a read-only view of the database objects. Running queries is not supported.
20
+
18
21
## Prerequisites
19
22
20
23
To complete this quickstart, you need Azure Data Studio and access to Oracle database.
@@ -33,6 +36,10 @@ To complete this quickstart, you need Azure Data Studio and access to Oracle dat
33
36
3. In the connection dialog, select **Oracle** as **Connection type** and fill in the following fields:
34
37
35
38
-**Data source:** Enter server name, for example, `localhost:1521`. **Data source** can be defined in three different ways: _Easy Connect_/_Easy Connect Plus_, _TNS Alias_ or _Connect Descriptor_. For more information on the format of each method, please refer to the Oracle documentation on **Data Source** attribute of the ODP.NET connection string.
39
+
40
+
> [!NOTE]
41
+
> In order to use _TNS Alias_ as a data source, make sure that `ORACLE_HOME` environment variable is set and _TNSNAMES.ORA_ file is located in the `<ORACLE_HOME>/network/admin` folder.
0 commit comments