I appreciate the reply.
Finally, it seems that my custom browser filters are not persistent. Is there something I need to do to save them?
When you modify them, they are implicitly saved. Are they immediately reset after restarting PL/SQL Developer?
Okay, I think I see the problem. If I have multiple PSD windows open (and I've found the need to have as many as 6 going at a time),
the last window closed appears to be the one that controls what is saved. That's one problem with requiring multiple PSD windows for multiple connections. Whatever your settings are in the last window closed are the settings that you see when you fire up PSD the next time. If I create the filter in a window and close that window last, it appears that the filter is saved permanently. If it's not the last PSD window closed, the filter disappears. If it were up to me, I'd have an explicit "Save Settings" button and eliminate the implicit save on close with the multiple PSD window paradigm. It's not as much an issue if I can do everything within a single PSD window. I would rarely have more than a single TOAD window going.
Back to the multiple session thing:
If you want to use multiple connections (with different users/databases), you need to start multiple PL/SQL Developer instances. The Windows task bar displays username@database as the title, so it easy to switch between connections. You can use connection indicators to visualize specific connections or connection classes (e.g. a red background for production databases, or orange for DBA users, and so on).
I understand that this is the way it works, I just find it cumbersome to cut and paste queries between PSD windows as opposed to swapping the connection for a specific window within a PSD window. It's just my perspective, of course.
On another note, another feature of TOAD that is lacking in PSD is how you execute a single statement in a SQL window. In PSD, you have to highlight the complete statement. In TOAD, all you need to do is click anywhere on the statement and execute. It does require an "Execute Selected" button along with an "Execute Window" button, but highlighting a specific statement is again cumbersome when you're used to the faster click on statement and execute.
I'm going to keep using PSD due to it's superior value, even if there are things I have to do differently or not quite as efficiently. Thanks for listening.
---dale