Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Database mismatch
"Galen Boyer" <galenboyer_at_hotpop.com> wrote in message
news:uofovhif0.fsf_at_verizon.net...
> 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).
>
I guess my memory is misbehaving (hardly an uncommon occurrence, I fear). I could have sworn the utility was called SVRMGR23.EXE with Oracle 7 and SVRMGR30.EXE with Oracle 8, for both NT and Win2K.
Sorry for the error, everyone.
Randy Harris
> 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 - 19:07:12 CDT
![]() |
![]() |