I convinced someone that uses one of the other inferior products to switch to PL/SQL Developer.
Within a day, he came up with 2 questions that stumped me so I thought I would ask.
What is the best way to use flashback query with PL/SQL Developer?
I can't do an exec dbms_flashback in a SQL window.
In the command window, I don't have a nice grid when I do the select statement after turning flashback query on.
I haven't been successful in the test window either.
The only sort of good way that I've found is to exec dbms_flashback in a command window and then change it to be a SQL window. That seems kind of cheesy though.
The other question was that the other inferior product would create a script to re-create a view including all triggers, synonyms etc. PL/SQL Developer doesn't do that as far as I can tell. He said that it is nice, because in one place he can quickly see everything about the view without multiple clicks. That seemed to be a good point. PL/SQL Developer doesn't do that, right? Or did I miss how to do it?
Thanks,
Mike
Within a day, he came up with 2 questions that stumped me so I thought I would ask.
What is the best way to use flashback query with PL/SQL Developer?
I can't do an exec dbms_flashback in a SQL window.
In the command window, I don't have a nice grid when I do the select statement after turning flashback query on.
I haven't been successful in the test window either.
The only sort of good way that I've found is to exec dbms_flashback in a command window and then change it to be a SQL window. That seems kind of cheesy though.
The other question was that the other inferior product would create a script to re-create a view including all triggers, synonyms etc. PL/SQL Developer doesn't do that as far as I can tell. He said that it is nice, because in one place he can quickly see everything about the view without multiple clicks. That seemed to be a good point. PL/SQL Developer doesn't do that, right? Or did I miss how to do it?
Thanks,
Mike