Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: <NB> sql script to call other sql script?
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
![]() |
![]() |