Object List in Browser when working with Proxy User

puchtec

Member²
I am connecting to my database using a proxy user (introduced with 10g).

Example: CONNECT connect_user[table_owner_user]

Using filter "My objects" the browser filters the correct objects (all objects of user "table_owner_user") - BUT all objects are prefixed with "table_owner_user".

Instead of "OBJECT_NAME" I get "table_owner_user.OBJECT_NAME".

Do you think that this could be fixed, so that I do not get the prefixed user for my own objects?

Thanks in advance,
Frank
 
There is currently no explicit support for proxy users. This is on the list of enhancement requests though.
 
Hi Marco,

thanks for the response. I am looking forward for the implementation of this enhancement request.

Cheers,
Frank
 
Back
Top