Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Procedure Builder vs SQL question.
Ron,
if you enter the line set define ~ command before you @g:\..... you should be fine.
this is a difference between sqlplus and pb. note that toad works like pb -
anything within
the /* */ is a comment.
wouldn't it be great if Oracle could produce two products that work consistently the same way? :)
hope this helps....
Tom Mercadante
Oracle Certified Professional
-----Original Message-----
Sent: Wednesday, September 05, 2001 2:41 PM
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:11:33 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: Mercadante, Thomas F INET: NDATFM_at_labor.state.ny.us 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).
![]() |
![]() |