Enhancement - alter session set current_schema aware

CTucker

Member²
Can PL/SQL developer be made aware of the current_schema setting (as an option) when using the code assistant. Right now one needs to include the schema name before the code assistant can provide a valid pick list to select from.
 
This will already work for object elements (e.g. table.column, or package.procedure), but not for context names (e.g. typing emp and suggesting employee). The latter will only work if you have placed the alter session set current_schema in the AfterConnect.sql script.
 
Back
Top