Re: SQL*Plus & #include

From: <cherie_at_ml.petech.ac.za>
Date: 1995/04/13
Message-ID: <3mj8gf$1k1_at_ed.petech.ac.za>#1/1


In article <3mc9ks$k33_at_news.csus.edu>, sac50216_at_saclink1.csus.edu (Eric D Pierce) says:
>
>an215493_at_anon.penet.fi wrote:
>: In C if I want to include a file in another file, all I need to do is
 

>: #include "file"
>

You can start another sqlplus program from within an sqlplus program if that is what you are asking. e.g.

scott/tiger
start another.sql
select * from dual;
exit Received on Thu Apr 13 1995 - 00:00:00 CEST

Original text of this message