- 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
New scripts: vstat.sql & dstat.sql for showing Oracle Sysmetric history
with 1-minute granularity
-
Here are two scripts for showing GV$SYSMETRIC_HISTORY contents in a simple
tabular way: vstat.sql - show up to one hour of current history at 1-minute
gran...
Acum 6 zile
Niciun comentariu:
Trimiteți un comentariu