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: <ejmcgovern_at_yahoo.com>
Date: Wed, 02 Dec 1998 20:41:02 GMT
Message-ID: <7448ku$a5l$1@nnrp1.dejanews.com>

  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 Received on Wed Dec 02 1998 - 14:41:02 CST

Original text of this message

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