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