-
I am very new to this forum, but I am doing this either with sqlplus or with ado either : PS C:\> $stmt = "set hea off`n" PS C:\> $stmt += "select 'hello world' from dual;" PS C:\> $res = ($stmt | sqlplus -s scott/tiger@DB01 ) PS C:\> $res hello world or PS C:...
-
Hi there Has anyone any experience with accessing a oracle 11g database in powershell? Is there a module which can be downloaded in order to access a oracle database. I want to extract data from a oracle database. thanks for any hints