Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: SP2-0103: Nothing in SQL buffer to run.
Krishan Gupta wrote:
>
> Hi Oracle Gurus
>
> This might be very silly problem for you gyus, but I
> am really geting headache. I suppose today my mind is
> not working in sync.
>
> I am attatching the script which i wrote. When I try
> to execute on sql promp, I get the result like this :
>
> SQL> @c:\general\ksg\ProcDisp.sql
Krishan,
As you must know a '/' in first position of a line reruns the SQL command which was last run (the contents of the 'SQL buffer') - or issues the message you have if no SQL command has been run. Some versions of SQL*Plus seem to check for a '*' behind (no such problem on my 8.1.7), some do not, and that's what you seem to have ... Solution ? Do not start the comment in column 1 ... If it still doesn't work, nothing prevents you from writing
(I guess you are using some tool to extract comments and generate doc ?)
-- Regards, Stephane Faroult Oriole Ltd -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Stephane Faroult INET: sfaroult_at_oriole.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Feb 07 2002 - 11:45:18 CST
![]() |
![]() |