browse object from right click menu

rbrooker

Member³
Hi,

If i have :

Code:
select * from <other_user>.[TABLE]
right clicking on the table name and choosing 'Browse' results in: Object is not available in the browser.

If i find it manually, it is there and i can see it.

Is this a bug or a feature?

Cheers.
 
that would be it indeed, thanks.

this leads on to : are there any plans to enable the assignment of a default browser filter to a user? it could work in a similar way to connection indicators.

eg.
sys = all objects
rel807 ( hr app owner ) = my objects + sys packages
cii ( other hr app user ) = my objects + rel807 objects
etc...

cheers.
 
In User property of the Browser Filter definition you can define for which Oracle user this filter is valid, e.g. scott@chicago. If you enable the default option for this filter, this will be the default filter when connected as scott@chicago.
 
ah, problem.
when i enter user@database, thats fine, it works, but wildcards are not supported as they are in the toolbar indicator. can this be added please?
 
Back
Top