On 7/3/07, Erwan DUROSELLE <erw...@ho...> wrote:
>
>
> Hi,
>
> Is there a way to configure SQuirreL (or the Oracle plugin) hide Oracle's
> Recycle bin's objects, whose name are like BIN$.
> They have a limited use, but are always visible and a bit polluting the tree
> view, IMHO.
Not at the moment. But you can periodically execute:
purge recyclebin;
The sessions scripts plugin will allow you to execute this once
automatically each time you connect.
Additionally, if your tables all have the same prefix or suffix, you
can setup an object filter by right-clicking the root node in the
object tree and choosing "Edit Object Filter". Unfortunately, it
doesn't support negation so you can't say NOT(BIN$) or some such
equivalent construct.
Rob
|