Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: svrmgrl> @command.sql doesn't work

Re: svrmgrl> @command.sql doesn't work

From: Vitaliy Mogilevskiy <vit100gain_at_earthlink.net>
Date: Wed, 02 Dec 1998 22:35:09 +0000
Message-ID: <3665C09D.EB3BE591@earthlink.net>


ejmcgovern_at_yahoo.com wrote:

> 1. make sure you are connected correctly as the right user in svrmgrl
> 2. make sure you are pointed in the correct directory where you SQL
> file is
> stored
> 3. no semicolon
>
> it should look like this
> $svrmgrl
> SVRMGR>connect internal(or whatever DB user you like)
> SVRMGR> @/u01/app/oracle/product/8.0.3/rdbms/admin/pupbld.sql
>
> hope this helps....
>
> In article <br592.171$_c.649440_at_newsgate.direct.ca>,
> wlo_at_direct.ca (wlo) wrote:
> > Hi all, I am trying to exec a sql command file from svrmgrl with a @
> in the
> > front but it doesn't work. It looks like the following:
> >
> > svrmgrl> @showinfo.sql
> > > ;
> >
> > Invalid command ....
> >
> > I am running this via telnet vt100 from a win95 PC. Please help...
> >
> > Thanks in advance..
> >
> >
>
> -----------== Posted via Deja News, The Discussion Network
> ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your
> Own

   Unix is case sensitive !!

do:

>ls (this will give you file name like file.sql or file.SQL or FILE.sql)

you have to spell it exactly the same way it is on the OS level !!! Received on Wed Dec 02 1998 - 16:35:09 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US