Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL developer running multiple .sql files

User_Q06I1Dec 15 2020

Hi,
I have a main.sql which have 2 sub sql files like 1.sql and 2.sql which contains select queries.
Now, when I run the main.sql in SQL worksheet, the result for both the files(1.sql and 2.sql) have been outputted in a single text file format which we can save or print.
But I want separate query result window when displaying output for both the files when I execute main.sql.
Can someone help here
Thanks

This post has been answered by B.Delmée on Dec 15 2020
Jump to Answer
Comments
Post Details
Added on Dec 15 2020
3 comments
2,811 views