Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Database mismatch
On Fri, 31 Aug 2001, harrisr_at_bignet.net wrote:
> You are using svrmgrl? I thought that was a Unix utility.
> What kind of NT system is this?
svrmgrl is exactly that on win2K and I think it was the same name on NT. It is a command line interface just like the UNIX utility. sqlplus runs in a shell window just like UNIX as well. (On NT it was plus80).
With the cygwin on NT or 2K, you can run
#!/bin/sh
sqlplus login/password_at_instance << EOT
select blah ...
;
EOT
Just like on UNIX.
The only issue is that the Oracle machine is not writing and reading from a UNIX OS :-)
-- Galen Boyer It seems to me, I remember every single thing I know.Received on Fri Aug 31 2001 - 16:20:10 CDT
![]() |
![]() |