Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL plus running multiple queries

Tags:

sql

sqlplus

I have 12 queries to run, but can not run at the same time. I would like to start the first query, then as soon as it completes the next query begins, when it completes the third query starts and so on. Want this to be automatic. Each query writes a txt file. Thanks

like image 708
user465856 Avatar asked Jan 27 '26 20:01

user465856


1 Answers

Seems to me like you just have to create a script and call that script:

@query1.sql
@query2.sql
...

Or am I missing something?

like image 198
vc 74 Avatar answered Jan 30 '26 12:01

vc 74



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!