Hi,
I am new to PLSQL Developer, and I have a couple of questions as to how the auto complete works for tables/cols. It seems like it only looks at the user's schema you are logged in to find tables by default. Is it possible to have it look a user's default schema as opposed to the one with the same name?
For example, I have a dba user and a normal user. All the tables are under the dba user, but I log in under the normal user to do most of my work, thus auto complete requires me to prefix all of the tables with "dba_user." in order to be used, even though the user's default schema is the dba's.
It seems to me that the default precedence should be something like first the user's own schema, then their default schema if different, and lastly anything they have permissions to. Either that or some type of preference for what schema to search through for auto complete would be really great.
If I'm just being dense and the ability is already there, great, please enlighten me. Otherwise, do you think these are possible enhancements?
Thanks,
jng
I am new to PLSQL Developer, and I have a couple of questions as to how the auto complete works for tables/cols. It seems like it only looks at the user's schema you are logged in to find tables by default. Is it possible to have it look a user's default schema as opposed to the one with the same name?
For example, I have a dba user and a normal user. All the tables are under the dba user, but I log in under the normal user to do most of my work, thus auto complete requires me to prefix all of the tables with "dba_user." in order to be used, even though the user's default schema is the dba's.
It seems to me that the default precedence should be something like first the user's own schema, then their default schema if different, and lastly anything they have permissions to. Either that or some type of preference for what schema to search through for auto complete would be really great.
If I'm just being dense and the ability is already there, great, please enlighten me. Otherwise, do you think these are possible enhancements?
Thanks,
jng