Re: sql*plus commands from inside pl/sql

From: Will <wkooiman_at_earthlink.net>
Date: 29 May 2002 21:46:23 -0700
Message-ID: <7256fcf8.0205292046.7bab833_at_posting.google.com>


megatim_at_techie.com (Tim) wrote in message news:<91b8895f.0205290907.49d2fe4a_at_posting.google.com>...
> Is there a way to invoke SQL*Plus commands from inside my sql/plus
> block, so that when the block is run in SQL*PLUS, the SQL*PLUS
> commands will be execcuted?
>
> Thanks,
> Tim

No - you can't issue sql*plus commands from within a PL/SQL block, but you may be able to do the things you are trying to accomplish. For example, if you want to "set serveroutput on" you can call "dbms_output.enable;" instead. Received on Thu May 30 2002 - 06:46:23 CEST

Original text of this message