-
-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
oracle-instant-client21: Add version 21.15.0.0.0 (#2099)
- Loading branch information
Showing
6 changed files
with
198 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"version": "21.15.0.0.0", | ||
"description": "Additional libraries for enabling ODBC applications with Oracle Instant Client.", | ||
"homepage": "https://www.oracle.com/database/technologies/instant-client.html", | ||
"license": { | ||
"identifier": "Freeware", | ||
"url": "https://www.oracle.com/downloads/licenses/instant-client-lic.html" | ||
}, | ||
"depends": "oracle-instant-client21", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2115000/instantclient-odbc-windows.x64-21.15.0.0.0dbru.zip", | ||
"hash": "7bdc4b06d75364487a729c84a0ea591fdb77654d975124b1028fbb0cf8de0849" | ||
}, | ||
"32bit": { | ||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2115000/instantclient-odbc-nt-21.15.0.0.0dbru.zip", | ||
"hash": "157170fca3f6130134a04a28235ad55685fb1071790602f4b47133cb107f2258" | ||
} | ||
}, | ||
"extract_dir": "instantclient_21_15", | ||
"pre_install": [ | ||
"$instantclient = currentdir 'oracle-instant-client21'", | ||
"Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null" | ||
], | ||
"uninstaller": { | ||
"script": [ | ||
"$instantclient = currentdir 'oracle-instant-client21'", | ||
"Get-ChildItem -Path \"$dir\" -Exclude *.json | ForEach-Object { Remove-Item -LiteralPath \"$instantclient\\$($_.Name)\" -Recurse -Force -ErrorAction SilentlyContinue }" | ||
] | ||
}, | ||
"checkver": { | ||
"url": "https://www.oracle.com/database/technologies/instant-client/microsoft-windows-32-downloads.html", | ||
"regex": "Version (21[\\d.]+)", | ||
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://download.oracle.com/otn_software/nt/instantclient/$cleanVersion/instantclient-odbc-windows.x64-$versiondbru.zip" | ||
}, | ||
"32bit": { | ||
"url": "https://download.oracle.com/otn_software/nt/instantclient/$cleanVersion/instantclient-odbc-nt-$versiondbru.zip" | ||
} | ||
}, | ||
"extract_dir": "instantclient_$majorVersion_$minorVersion" | ||
}, | ||
"notes": [ | ||
"Note: The following steps requir Administrator privileges.", | ||
"Use 'odbc_install.exe' in Oracle Instant Client's dir to install ODBC.", | ||
"Use 'odbc_uninstall.exe' in above dir to uninstall it." | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"version": "21.15.0.0.0", | ||
"description": "Additional header files and an example makefile for developing Oracle applications with Instant Client.", | ||
"homepage": "https://www.oracle.com/database/technologies/instant-client.html", | ||
"license": { | ||
"identifier": "Freeware", | ||
"url": "https://www.oracle.com/downloads/licenses/instant-client-lic.html" | ||
}, | ||
"depends": "oracle-instant-client21", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2115000/instantclient-sdk-windows.x64-21.15.0.0.0dbru.zip", | ||
"hash": "864494e1a5a5f40d1dbf618d14e112fb9ab2bfcebaa94d70d7eb09851c59c903" | ||
}, | ||
"32bit": { | ||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2115000/instantclient-sdk-nt-21.15.0.0.0dbru.zip", | ||
"hash": "8447bc89035b790b231c6ae2ec9620b550752f8feb5f5ed0e50b2aa15f2f0fde" | ||
} | ||
}, | ||
"extract_dir": "instantclient_21_15", | ||
"pre_install": [ | ||
"$instantclient = currentdir 'oracle-instant-client21'", | ||
"Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null" | ||
], | ||
"uninstaller": { | ||
"script": [ | ||
"$instantclient = currentdir 'oracle-instant-client21'", | ||
"Get-ChildItem -Path \"$dir\" -Exclude *.json | ForEach-Object { Remove-Item -LiteralPath \"$instantclient\\$($_.Name)\" -Recurse -Force -ErrorAction SilentlyContinue }" | ||
] | ||
}, | ||
"checkver": { | ||
"url": "https://www.oracle.com/database/technologies/instant-client/microsoft-windows-32-downloads.html", | ||
"regex": "Version (21[\\d.]+)", | ||
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://download.oracle.com/otn_software/nt/instantclient/$cleanVersion/instantclient-sdk-windows.x64-$versiondbru.zip" | ||
}, | ||
"32bit": { | ||
"url": "https://download.oracle.com/otn_software/nt/instantclient/$cleanVersion/instantclient-sdk-nt-$versiondbru.zip" | ||
} | ||
}, | ||
"extract_dir": "instantclient_$majorVersion_$minorVersion" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"version": "21.15.0.0.0", | ||
"description": "The SQL*Plus command line tool for SQL and PL/SQL queries with Oracle Instant Client.", | ||
"homepage": "https://www.oracle.com/database/technologies/instant-client.html", | ||
"license": { | ||
"identifier": "Freeware", | ||
"url": "https://www.oracle.com/downloads/licenses/instant-client-lic.html" | ||
}, | ||
"depends": "oracle-instant-client21", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2115000/instantclient-sqlplus-windows.x64-21.15.0.0.0dbru.zip", | ||
"hash": "f2355f95fec1528a0494d6e3594f8f14d97e0c526a3d699a3955bda1f895733a" | ||
}, | ||
"32bit": { | ||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2115000/instantclient-sqlplus-nt-21.15.0.0.0dbru.zip", | ||
"hash": "55e16c273bc3139e49177f72d5359da89f04df2840566da16d956d6937049a97" | ||
} | ||
}, | ||
"extract_dir": "instantclient_21_15", | ||
"pre_install": [ | ||
"$instantclient = currentdir 'oracle-instant-client21'", | ||
"Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null" | ||
], | ||
"uninstaller": { | ||
"script": [ | ||
"$instantclient = currentdir 'oracle-instant-client21'", | ||
"Get-ChildItem -Path \"$dir\" -Exclude *.json | ForEach-Object { Remove-Item -LiteralPath \"$instantclient\\$($_.Name)\" -Recurse -Force -ErrorAction SilentlyContinue }" | ||
] | ||
}, | ||
"checkver": { | ||
"url": "https://www.oracle.com/database/technologies/instant-client/microsoft-windows-32-downloads.html", | ||
"regex": "Version (21[\\d.]+)", | ||
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://download.oracle.com/otn_software/nt/instantclient/$cleanVersion/instantclient-sqlplus-windows.x64-$versiondbru.zip" | ||
}, | ||
"32bit": { | ||
"url": "https://download.oracle.com/otn_software/nt/instantclient/$cleanVersion/instantclient-sqlplus-nt-$versiondbru.zip" | ||
} | ||
}, | ||
"extract_dir": "instantclient_$majorVersion_$minorVersion" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"version": "21.15.0.0.0", | ||
"description": "Connect to a local or remote Oracle Database for development and production deployment.", | ||
"homepage": "https://www.oracle.com/database/technologies/instant-client.html", | ||
"license": { | ||
"identifier": "Freeware", | ||
"url": "https://www.oracle.com/downloads/licenses/instant-client-lic.html" | ||
}, | ||
"suggest": { | ||
"vcredist": "extras/vcredist2022" | ||
}, | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2115000/instantclient-basic-windows.x64-21.15.0.0.0dbru.zip", | ||
"hash": "9cb28a535f3b19cb95cc2d14b5e67c7ea4efeaa1b1358913c1ce60183debd2c5", | ||
"env_set": { | ||
"OCI_LIB64": "$dir", | ||
"TNS_ADMIN": "$dir\\network\\admin" | ||
} | ||
}, | ||
"32bit": { | ||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2115000/instantclient-basic-nt-21.15.0.0.0dbru.zip", | ||
"hash": "74b86a60faff68a9978e1a5f1516408fcbd0ba05f45b708c79a7d1c49fda90f5", | ||
"env_set": { | ||
"OCI_LIB32": "$dir", | ||
"TNS_ADMIN": "$dir\\network\\admin" | ||
} | ||
} | ||
}, | ||
"extract_dir": "instantclient_21_15", | ||
"env_add_path": ".", | ||
"persist": "network\\admin", | ||
"checkver": { | ||
"url": "https://www.oracle.com/database/technologies/instant-client/microsoft-windows-32-downloads.html", | ||
"regex": "Version (21[\\d.]+)", | ||
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://download.oracle.com/otn_software/nt/instantclient/$cleanVersion/instantclient-basic-windows.x64-$versiondbru.zip" | ||
}, | ||
"32bit": { | ||
"url": "https://download.oracle.com/otn_software/nt/instantclient/$cleanVersion/instantclient-basic-nt-$versiondbru.zip" | ||
} | ||
}, | ||
"extract_dir": "instantclient_$majorVersion_$minorVersion" | ||
} | ||
} |