This is probably a dumb question and there’s something really obvious that I’m missing, but I’d like to know how I can switch off the schema name from showing in the package/proc/function source tabs in v11, eg:
CREATE OR REPLACE FUNCTION SCHEMA_NAME.function_name…
I want that to display as:
CREATE OR REPLACE FUNCTION function_name…
For the life of me, I cannot work out how to stop it from being appended - can’t see anything in the View > Options (I’ve searched!) or any option on the rhs of the schema browser. I’m sure there’s a way to do it, because I’m pretty sure I had it set up this way in v10.6, but I just can’t find it!
Help?!