Is it a way to have more than one Oracle session on the same plsqldev instance ?
My goal is to run a sql on a development database connection and after to a production database conncection. And then going back on the same plsqldev instance to my dev. connection !
Ok.
But then is it possible to move, or refer to, easely ( not with a copy/paste) the content of the current sql windows on the new plsqldev instance ?
The goal is to deploy (or execute) a sql to multiple databases
Txs,