Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: <NB> sql script to call other sql script?

Re: <NB> sql script to call other sql script?

From: The Duke of Baolder <no_at_mail.com>
Date: Thu, 16 Nov 2006 20:45:54 +0100
Message-ID: <455cbf4e$0$20570$9a6e19ea@unlimited.newshosting.com>


You can call a script from another script. You can use "start script.sql", or @script.sql. @@script.sql will run a script that is in the same directory as the calling script, comes in handy if you have to nest scripts.

Cheers,

Mark.
<ran.shenhar_at_gmail.com> wrote in message news:1163691621.627880.126480_at_m73g2000cwd.googlegroups.com...
> Hi,
> Couldn't find it online..
> I was wondering, can an SQL script call another SQL script?
> If so, could someone point me to the syntax?
>
> I'm running Oracle 9i on Linux, if that matters.
>
> TnX!
>
Received on Thu Nov 16 2006 - 13:45:54 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US