Hi Harvinder!

Sorry - no, you can't  use these commands inside PL/SQL. 
"set feedback on|off "  and alike are not SQL statements, but extensions
outside SQL ( indicated by SQL*PLUS )
only available in the SQL*PLUS executables , but not in the PL/SQL or SQL
engines of your
Oracle clients or servers ( You can execute these commands without being
connected to an Oracle instance).

Does your application invoke SQL*PLUS?

If yes, your application could invoke SQL*PLUS to build dynamically a script
and
then execute the script which contains the call to your procedure and 
embeds the  "set feedback ..." commands.

I need more information about what your program should do to, to get a
chance to help you a little bit more.


Andreas
> ----------
> Von:  Harvinder Singh[SMTP:[EMAIL PROTECTED]]
> Gesendet:     Dienstag, 12. Juni 2001 01:50
> An:   Multiple recipients of list ORACLE-L
> Betreff:      set feedback off in procedure
> 
> Hi,
> 
> Can we use the following commands inside the pl/sql procedure.(due to
> application requirement)
> 
> set feedback off 
> 
> set fedback on
> 
> If yes at what point in procedure.
> 
> Thanks
> 
> Harvinder
> 
> 
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Haunschmidt Andreas VASL/FAS
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to