Open several instances of oracle in only copy of program in memory

JuribeP

Member
hello;

I have needed to open several instances of oracle, in a single copy of the program in memory, but me it has not been possible, forces to me to execute a copy of pl/sql to developer by each open instance

thanks !
 
That is correct, to connect to multiple instances simultaneously, you must start multiple PL/SQL Developer instances.
 
Back
Top