Re: Regarding SQL/PLus
From: Allgas Energy Ltd <trskinner_at_allgas.com.au>
Date: 1998/03/05
Message-ID: <34fe13d7.16165271_at_news.powerup.com.au>#1/1
Date: 1998/03/05
Message-ID: <34fe13d7.16165271_at_news.powerup.com.au>#1/1
On Wed, 04 Mar 1998 13:10:05 -0600, Dr Abdelguerfi <mahdi_at_cs.uno.edu> wrote:
>hello ,
>
>I was trying to run the following 3 insert statements from a file..i am
>getting this weird error(ora-00911) i dont know why..
>
Where a file contains multiple commands (ie lines ending in / or ;)
then to run that file in sqlplus you should use
'start filename'
rather than
'get filename'
Otherwise, sqlplus will try to interpret the whole file as one command
- making ';' an invalid character
Received on Thu Mar 05 1998 - 00:00:00 CET
