Problems when changing conection

erh

Member
Hi:
I have some problems with PL/SQL Developer since upgrade to version 9

All my problems are related to connection change from one instance to other.

I have 4 oracle instances, First i connect to one, after make some querys, etc., I disconnect and reconnect to other instance.

And there become my problems, when become to typing a new query popup menu with object list objects related to my first connection and not actual objects.

I have to close application and reopen to make the application display objects of actual db.

If I connect to my develop environment and make some query's to test result and disconnect and connect to my production DB, and run the same query, display the result of my development DB and not the Production DB result.

I have to close application and reopen to make the query on production DB to display the new result.

I'm not the only one with this problems, we have a team of 5 developers with the same problem

Can you help me.

Sorry for my bad English
 
It looks like you're changing the main connection (toolbar or main menu), instead of the window connection (a small menu at the bottom, in the window status bar). Can you confirm that?

Regards,
Gustavo
 
Yes Gustavo, you are right, a have a lot of query's on my development environment and many times after test it, y change connection to my production db.
 
Still with the same problem, now I change window connection (Not Main connection), and don't find my tables.

Always say to me 'Table or view don't exist'

If I close the program and reopen with the new connection everything works fine.

Please help with this
 
Hello,
You can clear checkbox "Allow multiple connections" in Preferences|Connection, restart the application and enjoy!
 
Back
Top