Quantcast
Channel: Windows PowerShell forum
Viewing all articles
Browse latest Browse all 21975

Enter-PSSession and Oracle sqlplus

$
0
0

I try to use PowerShell for Oracle Server administration.

I want to use Enter-PSSession to open session to Windows Server with Oracle.

And execute sqlplus command to open session to oracle server.

But it looks like my sqlplus doesn't allow me even to enter my username/password. I was immediately disconnected.

Is it possible to use any command line interactive tools in Enter-PSSession session ?

PS T:\>
PS T:\> Enter-PSSession myserver01
[myserver01]: PS C:\Documents and Settings\user01\My Documents>
[myserver01]: PS C:\Documents and Settings\user01\My Documents>
[myserver01]: PS C:\Documents and Settings\user01\My Documents> sqlplus

SQL*Plus: Release 10.2.0.1.0 - Production on Fri May 3 14:47:22 2013

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

Enter user-name:
[myserver01]: PS C:\Documents and Settings\user01\My Documents>
[myserver01]: PS C:\Documents and Settings\user01\My Documents>
[myserver01]: PS C:\Documents and Settings\user01\My Documents


Viewing all articles
Browse latest Browse all 21975

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>