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
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