- 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
Using the Python oracledb Driver to extract data to a Pandas DataFrame
-
My video demonstration on using python-oracledb to extract data from an
Oracle Database and read it into a Pandas Dataframe
The main documentation pag...
Acum 4 zile
Niciun comentariu:
Trimiteți un comentariu