Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Procedure Builder vs SQL question.
You could try
set define off -- stops SQL*Plus looking for substitution variables off
or
ser scan off -- much the same thing I think
-----Original Message-----
Sent: 05 September 2001 19:41
To: Multiple recipients of list ORACLE-L
List,
One of the developers here is using Procedure Builder to create and compile
his PL/SQL packages. It works file until he sends me the package in text
format to compile on the database. I call the package by @g:\packages\test1
where test1 is the test1.sql of the package text.
Question. In the text /* yadi yadi */ is comments but if I put /* yadi
&yadi */ the compile askes for the input value yadi: I thought that
everything in the comment line is just that comments. If the Procedure
Builder is used to compile rather than the database sql it works okay.
Any ideas.
Thanks,
Ron
ROR mª¿ªm
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ron Rogers INET: RROGERS_at_galottery.org 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-LReceived on Wed Sep 05 2001 - 13:36:35 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Nicoll, Iain (Calanais) INET: iain.nicoll_at_calanais.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).
![]() |
![]() |