I am trying to do DB health checks with powershell script. I have automated these checks, but now i don't know how to retrieve those DB values from Oracle(The DB where i have stored these daily check's results) using powershell and then send the mail to me in the exact table format.
I know there are multiple formats to retrieve data from SQL Server and then use send mail, But i don't seem to find any formats for Oracle.
Thanks in advance.