Skip to content

Commit 000174a

Browse files
committed
Update VS Redistributable info
1 parent f735878 commit 000174a

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

INSTALL.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -950,9 +950,10 @@ this Instant Client.
950950
##### <a name="winredists"> </a> 3.4.1.6 Install the Visual Studio Redistributables
951951

952952
The `PATH` variable needs to include the appropriate VS Redistributable:
953+
- Oracle client 21 requires the [Visual Studio 2019 Redistributable][27] or later.
953954
- Oracle client 19 requires the [Visual Studio 2017 Redistributable][27].
954-
- Oracle client 18 and 12.2 require the [Visual Studio 2013 Redistributable][27].
955-
- Oracle client 12.1 requires the [Visual Studio 2010 Redistributable][27].
955+
- Oracle client 18 and 12.2 require the [Visual Studio 2013 Redistributable][32].
956+
- Oracle client 12.1 requires the [Visual Studio 2010 Redistributable][28].
956957
- Oracle client 11.2 requires the [Visual Studio 2005 Redistributable][29].
957958

958959
You can also find out the version required by locating the library
@@ -962,9 +963,10 @@ You can also find out the version required by locating the library
962963
dumpbin /dependents oci.dll
963964
```
964965

965-
If you see `MSVCR120.dll` then you need the VS 2013 Redistributable.
966-
If you see `MSVCR100.dll` then you need the VS 2010 Redistributable.
967-
If you see `MSVCR80.dll` then you need the VS 2005 Redistributable.
966+
For example, if you see `MSVCR120.dll` then you need the VS 2013
967+
Redistributable. If you see `MSVCR100.dll` then you need the VS 2010
968+
Redistributable. If you see `MSVCR80.dll` then you need the VS 2005
969+
Redistributable.
968970

969971
##### 3.4.1.7 Run an example program
970972

@@ -1984,10 +1986,12 @@ Issues and questions about node-oracledb can be posted on [GitHub][10] or
19841986
[24]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=NTCLI
19851987
[25]: https://www.oracle.com/database/technologies/instant-client/winx64-64-downloads.html
19861988
[26]: https://www.oracle.com/database/technologies/instant-client/microsoft-windows-32-downloads.html
1987-
[27]: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
1988-
[29]: https://www.microsoft.com/en-us/download/details.aspx?id=3387
1989+
[27]: https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
1990+
[28]: https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2010-vc-100-sp1-no-longer-supported
1991+
[29]: https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2005-vc-80-sp1-no-longer-supported
19891992
[30]: https://www.oracle.com/database/technologies/instant-client/aix-ppc64-downloads.html
19901993
[31]: https://www.oracle.com/database/technologies/instant-client/solx8664-downloads.html
1994+
[32]: https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2013-vc-120
19911995
[40]: https://github.com/oracle/node-oracledb/tags
19921996
[41]: https://github.com/oracle/node-oracledb/releases
19931997
[44]: https://oracle.github.io/node-oracledb/doc/api.html

0 commit comments

Comments
 (0)