Auto complete for different schema

Kirill S.

Member
Hi,

using the following command:
alter session set current_schema=XXXX I can set current ORACLE schema to XXXX and use objects in my code without schema prefix. But auto complete function doesn't work in this case.

A few months ago in forum it was informed that this feature will be included into future enhancements.

Can you provide me with some clarification about this? In what release we can expect this feature to be implemented?

Regards,
Kirill S.
 
Hi, Marco,

May be, while we are waiting for 7.1 version, there is some work around to make code assistant understand that it should find the objects in different user schema? May be some configuration parameters ?

Regards,
Kirill S.
 
No, there is no option for this. It will always resolve the names based on the current user, not the current schema.
 
Dear Marco,

We installed version 7.1 beta 2, but autocompletion for different schema doesn't work.

In SQL window we execute the following:

alter session set current_schema = "...";
select * from tbl...
Press F6 - nothing happened

Will you please comment. May be there are some additional options that should be activated?

Regards,
Kirill
 
Don't worry, this will definitely be added for the final 7.1.0 release. We still have some minor features to add.
 
Back
Top