Re: How to execute a SQL command from the <SRVMGRL> prompt on a UNIX system
Date: Wed, 8 Dec 1999 13:48:42 +1100
Message-ID: <82kgoq$bdc$1_at_perki.connect.com.au>
Have you tried to connect internal.
svrmgrl
connect internal
select sysdate from dual;
[Quoted] or something like this
Henrik Meldgaard Frisk <hfr_at_bang-olufsen.dk> wrote in message
news:82j6m1$806$1_at_news.inet.tele.dk...
> Hi All
>
> I am working on a 'CREATE DATABASE' project on a HP-UX system, and I want
to
> execute some commands from the Server Manager program prompt (svrmgrl)
> The SQL command exists of several lines.
>
> My prompt looks like this:
>
> SVRMGR> (Here I have my SQL commands
> 2> (.........etc.
> 3> (.........etc.
> 4> (.........end) AND THEN WHAT !!
>
> How do I execute my commands that fills 4 lines ? There must be a way to
end
> the command and execute it.
> A keyboard combination or a sign. I can't find it. I just get a new line
> every time.
>
> Can enyone help me?
>
> Henrik
> Denmark
>
>
Received on Wed Dec 08 1999 - 03:48:42 CET