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!

Run a script in the background or send to SqlCl.

stomDec 23 2019 — edited Mar 2 2020

Hi,

Is there a way I can execute a script/ sql from SQL Developer to be run in SqlCl? I am trying to do without having to explicitly open SqlCl , connect to a database and run the script. I am hoping that SqlCl will connect to the database I am connected to in the current worksheet.

The IDE I was using before Sql Developer had 2 options like this. I could "execute script in script runner" or "execute in sqlplus". This would open a new instance of script runner (or sqlplus) connect to the database and start running the script.

I know that Sql Developer has an Unshared worksheet option which should be similar to this. It does not work in my case because my instance of Sql Developer becomes unusable. See thread. Every time I have a long running task, I have to open a new instance.

Version: 19.4

Thanks!

Comments
Post Details
Added on Dec 23 2019
10 comments
826 views