- Go to the lib\netstandard2.1\ folder and get the precious Oracle.ManagedDataAccess.dll file, that’s all we need
- Now that you have the magic DLL, put it in the same folder as the script you’re going to write, and follow this example:
- $OracleDLLPath = ".\Oracle.ManagedDataAccess.dll"
- Add-Type -Path $OracleDLLPath
Everything Changes
-
I saw a recent tweet (on Bluesky) from SQLDaily highlighting a blog note
that Lukas Eder wrote in 2016 with the title: “Avoid using COUNT() in SQL
when you...
Acum o săptămână
Niciun comentariu:
Trimiteți un comentariu